color details

Color Details
#e61284 Color Hex

#e61284 color RGB value is (14, 97, 40).
#e61284 hex color red value is 14, green value is 97, and blue value is 40.
Cylindrical-coordinate representations (HSL) of color #e61284 hue: 138.8, saturation: 0.75 and lightness: 0.22.

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

Color Spaces
Color spaces of #e61284Value
RGB230, 18, 132
HSL0.91, 0.85, 0.49
HSV328°, 92°, 90°
XYZ37.02, 18.93, 23.53
Base Numbers
Base Red Green Blue
Binary 11100110 10010 10000100
Octal 346 22 204
Decimal 230 18 132
Hex E6 12 84

RGB Percentages for Color #e61284

60.53%
4.74%
34.74%

CMYK Percentages of the Color #e61284

92.17%
42.61%
9.8%
CSS Codes for Color #e61284
.mybgColor {background-color: #e61284;}
.myforeColor {color: #e61284;}
.myborderColor {border:3px solid #e61284;}
Text Font Color #e61284

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(230, 18, 132, 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 #e61284;">Text here</p>

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

Shadow Div Box

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

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