#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 of #E1907E | Value |
|---|---|
| RGB | 225, 144, 126 |
| HSL | 0.03, 0.62, 0.69 |
| HSV | 11°, 44°, 88° |
| XYZ | 44.79, 37.46, 24.61 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100001 | 10010000 | 1111110 |
| Octal | 341 | 220 | 176 |
| Decimal | 225 | 144 | 126 |
| Hex | E1 | 90 | 7E |
Shades of #E1907E
Tints of #E1907E
.mybgColor {background-color: #E1907E;}
.myforeColor {color: #E1907E;}
.myborderColor {border:3px solid #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,
<div style="background-color:#E1907E">Div content here</div>
<div style="border:3px solid #E1907E">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(225, 144, 126, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #E1907E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
