Shades of Deep Pink #EE2190
Tints of Deep Pink #EE2190
RGB
CMYK
RGB Variations
Color information
#EE2190 (or 0xEE2190) is known color: Deep Pink. HEX triplet: EE, 21 and 90. RGB value is (238,33,144). Sum of RGB (Red+Green+Blue) = 238+33+144=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2190 is #11DE6F. Grayscale: #6A6A6A. Windows color (decimal): -1171056 or 9445870. OLE color: 9445870.
HSL color Cylindrical-coordinate representation of color #EE2190: hue angle of 327.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2190 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 144 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.07 |
| HSL | 327.51º | 0.86% | 0.53% | - |
| HSV(B) | 327.51º | 0.86% | 0.93% | - |
| XYZ | 40.84 | 21.28 | 28.34 | - |
| YUV | 106.95 | 148.92 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 144 | 0 | 0.86 | 0.39 | 0.07 | 327.51 | 0.86 | 0.53 |
| Hex | EE | 21 | 90 | 0 | 56 | 27 | 7 | 148 | 56 | 35 |
| Octal | 356 | 41 | 220 | 0 | 126 | 47 | 7 | 510 | 126 | 65 |
| Binary | 11101110 | 100001 | 10010000 | 0 | 1010110 | 100111 | 111 | 101001000 | 1010110 | 110101 |
Color Harmonies of #EE2190
Complementary color
Monochromatic Colors of #EE2190
Black with #EE2190
Text Example
Text Example
White with #EE2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2190; }
p { color: rgb(238,33,144); }
H1.HeaderClassName
{
color: #EE2190;
}
.AnyTagClassName
{
color: #EE2190;
}
</style>
background-color css
<style>
a { background-color: #EE2190; }
a { background-color: rgb(238,33,144); }
div.DivClassName
{
background-color: #EE2190;
}
.BgClassName
{
background-color: #EE2190;
}
</style>
border-color css
<style>
span { border-color: #EE2190; }
span { border-color: rgb(238,33,144); }
td.TdClassName
{
border-color: #EE2190;
}
.TagClassName
{
border-color: #EE2190;
}
</style>