#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 of #e61284 | Value |
---|---|
RGB | 230, 18, 132 |
HSL | 0.91, 0.85, 0.49 |
HSV | 328°, 92°, 90° |
XYZ | 37.02, 18.93, 23.53 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10010 | 10000100 |
Octal | 346 | 22 | 204 |
Decimal | 230 | 18 | 132 |
Hex | E6 | 12 | 84 |
Shades of #e61284
Tints of #e61284
.mybgColor {background-color: #e61284;} .myforeColor {color: #e61284;} .myborderColor {border:3px solid #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,
<div style="background-color:#e61284">Div content here</div>
<div style="border:3px solid #e61284">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(230, 18, 132, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e61284;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>