Shades of Deep Pink #E81599
Tints of Deep Pink #E81599
RGB
CMYK
RGB Variations
Color information
#E81599 (or 0xE81599) is known color: Deep Pink. HEX triplet: E8, 15 and 99. RGB value is (232,21,153). Sum of RGB (Red+Green+Blue) = 232+21+153=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E81599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81599 is #17EA66. Grayscale: #626262. Windows color (decimal): -1567335 or 10032616. OLE color: 10032616.
HSL color Cylindrical-coordinate representation of color #E81599: hue angle of 322.46º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81599 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 153 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.09 |
| HSL | 322.46º | 0.83% | 0.5% | - |
| HSV(B) | 322.46º | 0.91% | 0.91% | - |
| XYZ | 39.3 | 19.99 | 31.92 | - |
| YUV | 99.14 | 158.4 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 153 | 0 | 0.91 | 0.34 | 0.09 | 322.46 | 0.83 | 0.5 |
| Hex | E8 | 15 | 99 | 0 | 5B | 22 | 9 | 142 | 53 | 32 |
| Octal | 350 | 25 | 231 | 0 | 133 | 42 | 11 | 502 | 123 | 62 |
| Binary | 11101000 | 10101 | 10011001 | 0 | 1011011 | 100010 | 1001 | 101000010 | 1010011 | 110010 |
Color Harmonies of #E81599
Complementary color
Monochromatic Colors of #E81599
Black with #E81599
Text Example
Text Example
White with #E81599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81599; }
p { color: rgb(232,21,153); }
H1.HeaderClassName
{
color: #E81599;
}
.AnyTagClassName
{
color: #E81599;
}
</style>
background-color css
<style>
a { background-color: #E81599; }
a { background-color: rgb(232,21,153); }
div.DivClassName
{
background-color: #E81599;
}
.BgClassName
{
background-color: #E81599;
}
</style>
border-color css
<style>
span { border-color: #E81599; }
span { border-color: rgb(232,21,153); }
td.TdClassName
{
border-color: #E81599;
}
.TagClassName
{
border-color: #E81599;
}
</style>