Shades of Deep Pink #EE2192
Tints of Deep Pink #EE2192
RGB
CMYK
RGB Variations
Color information
#EE2192 (or 0xEE2192) is known color: Deep Pink. HEX triplet: EE, 21 and 92. RGB value is (238,33,146). Sum of RGB (Red+Green+Blue) = 238+33+146=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2192 is #11DE6D. Grayscale: #6A6A6A. Windows color (decimal): -1171054 or 9576942. OLE color: 9576942.
HSL color Cylindrical-coordinate representation of color #EE2192: hue angle of 326.93º 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 #EE2192 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.07 |
| HSL | 326.93º | 0.86% | 0.53% | - |
| HSV(B) | 326.93º | 0.86% | 0.93% | - |
| XYZ | 40.99 | 21.34 | 29.15 | - |
| YUV | 107.18 | 149.92 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 146 | 0 | 0.86 | 0.39 | 0.07 | 326.93 | 0.86 | 0.53 |
| Hex | EE | 21 | 92 | 0 | 56 | 27 | 7 | 147 | 56 | 35 |
| Octal | 356 | 41 | 222 | 0 | 126 | 47 | 7 | 507 | 126 | 65 |
| Binary | 11101110 | 100001 | 10010010 | 0 | 1010110 | 100111 | 111 | 101000111 | 1010110 | 110101 |
Color Harmonies of #EE2192
Complementary color
Monochromatic Colors of #EE2192
Black with #EE2192
Text Example
Text Example
White with #EE2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2192; }
p { color: rgb(238,33,146); }
H1.HeaderClassName
{
color: #EE2192;
}
.AnyTagClassName
{
color: #EE2192;
}
</style>
background-color css
<style>
a { background-color: #EE2192; }
a { background-color: rgb(238,33,146); }
div.DivClassName
{
background-color: #EE2192;
}
.BgClassName
{
background-color: #EE2192;
}
</style>
border-color css
<style>
span { border-color: #EE2192; }
span { border-color: rgb(238,33,146); }
td.TdClassName
{
border-color: #EE2192;
}
.TagClassName
{
border-color: #EE2192;
}
</style>