Shades of Deep Pink #E91599
Tints of Deep Pink #E91599
RGB
CMYK
RGB Variations
Color information
#E91599 (or 0xE91599) is known color: Deep Pink. HEX triplet: E9, 15 and 99. RGB value is (233,21,153). Sum of RGB (Red+Green+Blue) = 233+21+153=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E91599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91599 is #16EA66. Grayscale: #636363. Windows color (decimal): -1501799 or 10032617. OLE color: 10032617.
HSL color Cylindrical-coordinate representation of color #E91599: hue angle of 322.64º 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 #E91599 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 153 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.09 |
| HSL | 322.64º | 0.83% | 0.5% | - |
| HSV(B) | 322.64º | 0.91% | 0.91% | - |
| XYZ | 39.62 | 20.16 | 31.94 | - |
| YUV | 99.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 153 | 0 | 0.91 | 0.34 | 0.09 | 322.64 | 0.83 | 0.5 |
| Hex | E9 | 15 | 99 | 0 | 5B | 22 | 9 | 143 | 53 | 32 |
| Octal | 351 | 25 | 231 | 0 | 133 | 42 | 11 | 503 | 123 | 62 |
| Binary | 11101001 | 10101 | 10011001 | 0 | 1011011 | 100010 | 1001 | 101000011 | 1010011 | 110010 |
Color Harmonies of #E91599
Complementary color
Monochromatic Colors of #E91599
Black with #E91599
Text Example
Text Example
White with #E91599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91599; }
p { color: rgb(233,21,153); }
H1.HeaderClassName
{
color: #E91599;
}
.AnyTagClassName
{
color: #E91599;
}
</style>
background-color css
<style>
a { background-color: #E91599; }
a { background-color: rgb(233,21,153); }
div.DivClassName
{
background-color: #E91599;
}
.BgClassName
{
background-color: #E91599;
}
</style>
border-color css
<style>
span { border-color: #E91599; }
span { border-color: rgb(233,21,153); }
td.TdClassName
{
border-color: #E91599;
}
.TagClassName
{
border-color: #E91599;
}
</style>