color details

Color Details
#E0218A Color Hex

#E0218A color RGB value is (14, 2, 24).
#E0218A hex color red value is 14, green value is 2, and blue value is 24.
Cylindrical-coordinate representations (HSL) of color #E0218A hue: 272.73, saturation: 0.85 and lightness: 0.05.

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

Color Spaces
Color spaces of #E0218AValue
RGB224, 33, 138
HSL0.91, 0.75, 0.5
HSV327°, 85°, 88°
XYZ35.87, 18.77, 25.77
Base Numbers
Base Red Green Blue
Binary 11100000 100001 10001010
Octal 340 41 212
Decimal 224 33 138
Hex E0 21 8A

RGB Percentages for Color #E0218A

56.71%
8.35%
34.94%

CMYK Percentages of the Color #E0218A

85.27%
38.39%
12.16%
CSS Codes for Color #E0218A
.mybgColor {background-color: #E0218A;}
.myforeColor {color: #E0218A;}
.myborderColor {border:3px solid #E0218A;}
Text Font Color #E0218A

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

This sample text is styled with the font color #E0218A. 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 #E0218A

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(224, 33, 138, 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 #E0218A;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #E0218A
Scroll to Top