Shades of Deep Pink #EE1899
Tints of Deep Pink #EE1899
RGB
CMYK
RGB Variations
Color information
#EE1899 (or 0xEE1899) is known color: Deep Pink. HEX triplet: EE, 18 and 99. RGB value is (238,24,153). Sum of RGB (Red+Green+Blue) = 238+24+153=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1899 is #11E766. Grayscale: #666666. Windows color (decimal): -1173351 or 10033390. OLE color: 10033390.
HSL color Cylindrical-coordinate representation of color #EE1899: hue angle of 323.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1899 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 153 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.07 |
| HSL | 323.83º | 0.86% | 0.51% | - |
| HSV(B) | 323.83º | 0.9% | 0.93% | - |
| XYZ | 41.34 | 21.13 | 32.04 | - |
| YUV | 102.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 153 | 0 | 0.90 | 0.36 | 0.07 | 323.83 | 0.86 | 0.51 |
| Hex | EE | 18 | 99 | 0 | 5A | 24 | 7 | 144 | 56 | 33 |
| Octal | 356 | 30 | 231 | 0 | 132 | 44 | 7 | 504 | 126 | 63 |
| Binary | 11101110 | 11000 | 10011001 | 0 | 1011010 | 100100 | 111 | 101000100 | 1010110 | 110011 |
Color Harmonies of #EE1899
Complementary color
Monochromatic Colors of #EE1899
Black with #EE1899
Text Example
Text Example
White with #EE1899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1899; }
p { color: rgb(238,24,153); }
H1.HeaderClassName
{
color: #EE1899;
}
.AnyTagClassName
{
color: #EE1899;
}
</style>
background-color css
<style>
a { background-color: #EE1899; }
a { background-color: rgb(238,24,153); }
div.DivClassName
{
background-color: #EE1899;
}
.BgClassName
{
background-color: #EE1899;
}
</style>
border-color css
<style>
span { border-color: #EE1899; }
span { border-color: rgb(238,24,153); }
td.TdClassName
{
border-color: #EE1899;
}
.TagClassName
{
border-color: #EE1899;
}
</style>