color details

Color Details
#E1907E Color Hex

#E1907E color RGB value is (14, 25, 7).
#E1907E hex color red value is 14, green value is 25, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #E1907E hue: 96.67, saturation: 0.56 and lightness: 0.06.

The process color (four-color CMYK) of #E1907E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E1907E is #ff9999. Color #E1907E contains mainly RED.

Color Spaces
Color spaces of #E1907EValue
RGB225, 144, 126
HSL0.03, 0.62, 0.69
HSV11°, 44°, 88°
XYZ44.79, 37.46, 24.61
Base Numbers
Base Red Green Blue
Binary 11100001 10010000 1111110
Octal 341 220 176
Decimal 225 144 126
Hex E1 90 7E

RGB Percentages for Color #E1907E

45.45%
29.09%
25.45%

CMYK Percentages of the Color #E1907E

36%
44%
11.76%
CSS Codes for Color #E1907E
.mybgColor {background-color: #E1907E;}
.myforeColor {color: #E1907E;}
.myborderColor {border:3px solid #E1907E;}
Text Font Color #E1907E

<p style="color:#E1907E">Text here</p>

This sample text is styled with the font color #E1907E. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #E1907E

<div style="background-color:#E1907E">Div content here</div>

The background color of this div is #E1907E
Border Color #E1907E

<div style="border:3px solid #E1907E">Div here</div>

The border color of this div is #E1907E
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(225, 144, 126, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #E1907E;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #E1907E;
-webkit-box-shadow: 1px 1px 3px #E1907E;
box-shadow: 1px 1px 3px #E1907E;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225, 144, 126, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #E1907E;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #E1907E; -webkit-box-shadow: 1px 1px 3px #E1907E; box-shadow: 1px 1px 3px #E1907E;">Div content here</div>

This div box has a shadow with a specified color. #E1907E

Scroll to Top