#e92a90 color RGB value is (14, 146, 169).
#e92a90 hex color red value is 14, green value is 146, and blue value is 169.
Cylindrical-coordinate representations (HSL) of color #e92a90
hue: 188.9,
saturation: 0.85 and lightness: 0.36.
The process color (four-color CMYK) of #e92a90 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e92a90 is #ff9999. Color #e92a90 contains mainly RED.
| Color spaces of #e92a90 | Value |
|---|---|
| RGB | 233, 42, 144 |
| HSL | 0.91, 0.81, 0.54 |
| HSV | 328°, 82°, 91° |
| XYZ | 39.47, 21, 28.35 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11101001 | 101010 | 10010000 |
| Octal | 351 | 52 | 220 |
| Decimal | 233 | 42 | 144 |
| Hex | E9 | 2A | 90 |
Shades of #e92a90
Tints of #e92a90
.mybgColor {background-color: #e92a90;}
.myforeColor {color: #e92a90;}
.myborderColor {border:3px solid #e92a90;}
<p style="color:#e92a90">Text here</p>
This sample text is styled with the font color #e92a90. 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:#e92a90">Div content here</div>
<div style="border:3px solid #e92a90">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(233, 42, 144, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e92a90; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e92a90;
-webkit-box-shadow: 1px 1px 3px #e92a90;
box-shadow: 1px 1px 3px #e92a90; }
<p style="text-shadow: 4px 4px 2px rgba(233, 42, 144, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e92a90;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e92a90;
-webkit-box-shadow: 1px 1px 3px #e92a90;
box-shadow: 1px 1px 3px #e92a90;">Div content here</div>
