Shades of Deep Pink #EE1699
Tints of Deep Pink #EE1699
RGB
CMYK
RGB Variations
Color information
#EE1699 (or 0xEE1699) is known color: Deep Pink. HEX triplet: EE, 16 and 99. RGB value is (238,22,153). Sum of RGB (Red+Green+Blue) = 238+22+153=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1699 is #11E966. Grayscale: #656565. Windows color (decimal): -1173863 or 10032878. OLE color: 10032878.
HSL color Cylindrical-coordinate representation of color #EE1699: hue angle of 323.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1699 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 153 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.07 |
| HSL | 323.61º | 0.86% | 0.51% | - |
| HSV(B) | 323.61º | 0.91% | 0.93% | - |
| XYZ | 41.3 | 21.05 | 32.02 | - |
| YUV | 101.52 | 157.06 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 153 | 0 | 0.91 | 0.36 | 0.07 | 323.61 | 0.86 | 0.51 |
| Hex | EE | 16 | 99 | 0 | 5B | 24 | 7 | 144 | 56 | 33 |
| Octal | 356 | 26 | 231 | 0 | 133 | 44 | 7 | 504 | 126 | 63 |
| Binary | 11101110 | 10110 | 10011001 | 0 | 1011011 | 100100 | 111 | 101000100 | 1010110 | 110011 |
Color Harmonies of #EE1699
Complementary color
Monochromatic Colors of #EE1699
Black with #EE1699
Text Example
Text Example
White with #EE1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1699; }
p { color: rgb(238,22,153); }
H1.HeaderClassName
{
color: #EE1699;
}
.AnyTagClassName
{
color: #EE1699;
}
</style>
background-color css
<style>
a { background-color: #EE1699; }
a { background-color: rgb(238,22,153); }
div.DivClassName
{
background-color: #EE1699;
}
.BgClassName
{
background-color: #EE1699;
}
</style>
border-color css
<style>
span { border-color: #EE1699; }
span { border-color: rgb(238,22,153); }
td.TdClassName
{
border-color: #EE1699;
}
.TagClassName
{
border-color: #EE1699;
}
</style>