Shades of Deep Pink #EE2189
Tints of Deep Pink #EE2189
RGB
CMYK
RGB Variations
Color information
#EE2189 (or 0xEE2189) is known color: Deep Pink. HEX triplet: EE, 21 and 89. RGB value is (238,33,137). Sum of RGB (Red+Green+Blue) = 238+33+137=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2189 is #11DE76. Grayscale: #696969. Windows color (decimal): -1171063 or 8987118. OLE color: 8987118.
HSL color Cylindrical-coordinate representation of color #EE2189: hue angle of 329.56º 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 #EE2189 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 137 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.07 |
| HSL | 329.56º | 0.86% | 0.53% | - |
| HSV(B) | 329.56º | 0.86% | 0.93% | - |
| XYZ | 40.32 | 21.07 | 25.61 | - |
| YUV | 106.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 137 | 0 | 0.86 | 0.42 | 0.07 | 329.56 | 0.86 | 0.53 |
| Hex | EE | 21 | 89 | 0 | 56 | 2A | 7 | 14A | 56 | 35 |
| Octal | 356 | 41 | 211 | 0 | 126 | 52 | 7 | 512 | 126 | 65 |
| Binary | 11101110 | 100001 | 10001001 | 0 | 1010110 | 101010 | 111 | 101001010 | 1010110 | 110101 |
Color Harmonies of #EE2189
Complementary color
Monochromatic Colors of #EE2189
Black with #EE2189
Text Example
Text Example
White with #EE2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2189; }
p { color: rgb(238,33,137); }
H1.HeaderClassName
{
color: #EE2189;
}
.AnyTagClassName
{
color: #EE2189;
}
</style>
background-color css
<style>
a { background-color: #EE2189; }
a { background-color: rgb(238,33,137); }
div.DivClassName
{
background-color: #EE2189;
}
.BgClassName
{
background-color: #EE2189;
}
</style>
border-color css
<style>
span { border-color: #EE2189; }
span { border-color: rgb(238,33,137); }
td.TdClassName
{
border-color: #EE2189;
}
.TagClassName
{
border-color: #EE2189;
}
</style>