Shades of Deep Pink #EE1990
Tints of Deep Pink #EE1990
RGB
CMYK
RGB Variations
Color information
#EE1990 (or 0xEE1990) is known color: Deep Pink. HEX triplet: EE, 19 and 90. RGB value is (238,25,144). Sum of RGB (Red+Green+Blue) = 238+25+144=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1990 is #11E66F. Grayscale: #656565. Windows color (decimal): -1173104 or 9443822. OLE color: 9443822.
HSL color Cylindrical-coordinate representation of color #EE1990: hue angle of 326.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1990 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 144 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.07 |
| HSL | 326.48º | 0.86% | 0.52% | - |
| HSV(B) | 326.48º | 0.89% | 0.93% | - |
| XYZ | 40.64 | 20.89 | 28.27 | - |
| YUV | 102.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 144 | 0 | 0.89 | 0.39 | 0.07 | 326.48 | 0.86 | 0.52 |
| Hex | EE | 19 | 90 | 0 | 59 | 27 | 7 | 146 | 56 | 34 |
| Octal | 356 | 31 | 220 | 0 | 131 | 47 | 7 | 506 | 126 | 64 |
| Binary | 11101110 | 11001 | 10010000 | 0 | 1011001 | 100111 | 111 | 101000110 | 1010110 | 110100 |
Color Harmonies of #EE1990
Complementary color
Monochromatic Colors of #EE1990
Black with #EE1990
Text Example
Text Example
White with #EE1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1990; }
p { color: rgb(238,25,144); }
H1.HeaderClassName
{
color: #EE1990;
}
.AnyTagClassName
{
color: #EE1990;
}
</style>
background-color css
<style>
a { background-color: #EE1990; }
a { background-color: rgb(238,25,144); }
div.DivClassName
{
background-color: #EE1990;
}
.BgClassName
{
background-color: #EE1990;
}
</style>
border-color css
<style>
span { border-color: #EE1990; }
span { border-color: rgb(238,25,144); }
td.TdClassName
{
border-color: #EE1990;
}
.TagClassName
{
border-color: #EE1990;
}
</style>