Shades of Deep Pink #E81999
Tints of Deep Pink #E81999
RGB
CMYK
RGB Variations
Color information
#E81999 (or 0xE81999) is known color: Deep Pink. HEX triplet: E8, 19 and 99. RGB value is (232,25,153). Sum of RGB (Red+Green+Blue) = 232+25+153=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E81999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81999 is #17E666. Grayscale: #656565. Windows color (decimal): -1566311 or 10033640. OLE color: 10033640.
HSL color Cylindrical-coordinate representation of color #E81999: hue angle of 322.9º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81999 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 153 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.09 |
| HSL | 322.9º | 0.82% | 0.5% | - |
| HSV(B) | 322.9º | 0.89% | 0.91% | - |
| XYZ | 39.38 | 20.15 | 31.95 | - |
| YUV | 101.49 | 157.08 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 153 | 0 | 0.89 | 0.34 | 0.09 | 322.9 | 0.82 | 0.5 |
| Hex | E8 | 19 | 99 | 0 | 59 | 22 | 9 | 143 | 52 | 32 |
| Octal | 350 | 31 | 231 | 0 | 131 | 42 | 11 | 503 | 122 | 62 |
| Binary | 11101000 | 11001 | 10011001 | 0 | 1011001 | 100010 | 1001 | 101000011 | 1010010 | 110010 |
Color Harmonies of #E81999
Complementary color
Monochromatic Colors of #E81999
Black with #E81999
Text Example
Text Example
White with #E81999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81999; }
p { color: rgb(232,25,153); }
H1.HeaderClassName
{
color: #E81999;
}
.AnyTagClassName
{
color: #E81999;
}
</style>
background-color css
<style>
a { background-color: #E81999; }
a { background-color: rgb(232,25,153); }
div.DivClassName
{
background-color: #E81999;
}
.BgClassName
{
background-color: #E81999;
}
</style>
border-color css
<style>
span { border-color: #E81999; }
span { border-color: rgb(232,25,153); }
td.TdClassName
{
border-color: #E81999;
}
.TagClassName
{
border-color: #E81999;
}
</style>