color details

Color Details
#e92a90 Color Hex

#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
Color spaces of #e92a90Value
RGB233, 42, 144
HSL0.91, 0.81, 0.54
HSV328°, 82°, 91°
XYZ39.47, 21, 28.35
Base Numbers
Base Red Green Blue
Binary 11101001 101010 10010000
Octal 351 52 220
Decimal 233 42 144
Hex E9 2A 90

RGB Percentages for Color #e92a90

55.61%
10.02%
34.37%

CMYK Percentages of the Color #e92a90

81.97%
38.2%
8.63%
CSS Codes for Color #e92a90
.mybgColor {background-color: #e92a90;}
.myforeColor {color: #e92a90;}
.myborderColor {border:3px solid #e92a90;}
Text Font Color #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,

Background Color #e92a90

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

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

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

The border color of this div is #e92a90
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233, 42, 144, 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 #e92a90;">Text here</p>

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

Shadow Div Box

<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>

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

Scroll to Top