Shades of Deep Pink #EE2390
Tints of Deep Pink #EE2390
RGB
CMYK
RGB Variations
Color information
#EE2390 (or 0xEE2390) is known color: Deep Pink. HEX triplet: EE, 23 and 90. RGB value is (238,35,144). Sum of RGB (Red+Green+Blue) = 238+35+144=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2390 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2390 is #11DC6F. Grayscale: #6B6B6B. Windows color (decimal): -1170544 or 9446382. OLE color: 9446382.
HSL color Cylindrical-coordinate representation of color #EE2390: hue angle of 327.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2390 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 144 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.07 |
| HSL | 327.78º | 0.86% | 0.54% | - |
| HSV(B) | 327.78º | 0.85% | 0.93% | - |
| XYZ | 40.89 | 21.39 | 28.36 | - |
| YUV | 108.12 | 148.25 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 144 | 0 | 0.85 | 0.39 | 0.07 | 327.78 | 0.86 | 0.54 |
| Hex | EE | 23 | 90 | 0 | 55 | 27 | 7 | 148 | 56 | 36 |
| Octal | 356 | 43 | 220 | 0 | 125 | 47 | 7 | 510 | 126 | 66 |
| Binary | 11101110 | 100011 | 10010000 | 0 | 1010101 | 100111 | 111 | 101001000 | 1010110 | 110110 |
Color Harmonies of #EE2390
Complementary color
Monochromatic Colors of #EE2390
Black with #EE2390
Text Example
Text Example
White with #EE2390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2390; }
p { color: rgb(238,35,144); }
H1.HeaderClassName
{
color: #EE2390;
}
.AnyTagClassName
{
color: #EE2390;
}
</style>
background-color css
<style>
a { background-color: #EE2390; }
a { background-color: rgb(238,35,144); }
div.DivClassName
{
background-color: #EE2390;
}
.BgClassName
{
background-color: #EE2390;
}
</style>
border-color css
<style>
span { border-color: #EE2390; }
span { border-color: rgb(238,35,144); }
td.TdClassName
{
border-color: #EE2390;
}
.TagClassName
{
border-color: #EE2390;
}
</style>