Shades of Deep Pink #EE2289
Tints of Deep Pink #EE2289
RGB
CMYK
RGB Variations
Color information
#EE2289 (or 0xEE2289) is known color: Deep Pink. HEX triplet: EE, 22 and 89. RGB value is (238,34,137). Sum of RGB (Red+Green+Blue) = 238+34+137=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2289 is #11DD76. Grayscale: #6A6A6A. Windows color (decimal): -1170807 or 8987374. OLE color: 8987374.
HSL color Cylindrical-coordinate representation of color #EE2289: hue angle of 329.71º 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 #EE2289 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 137 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.07 |
| HSL | 329.71º | 0.86% | 0.53% | - |
| HSV(B) | 329.71º | 0.86% | 0.93% | - |
| XYZ | 40.35 | 21.13 | 25.62 | - |
| YUV | 106.74 | 145.09 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 137 | 0 | 0.86 | 0.42 | 0.07 | 329.71 | 0.86 | 0.53 |
| Hex | EE | 22 | 89 | 0 | 56 | 2A | 7 | 14A | 56 | 35 |
| Octal | 356 | 42 | 211 | 0 | 126 | 52 | 7 | 512 | 126 | 65 |
| Binary | 11101110 | 100010 | 10001001 | 0 | 1010110 | 101010 | 111 | 101001010 | 1010110 | 110101 |
Color Harmonies of #EE2289
Complementary color
Monochromatic Colors of #EE2289
Black with #EE2289
Text Example
Text Example
White with #EE2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2289; }
p { color: rgb(238,34,137); }
H1.HeaderClassName
{
color: #EE2289;
}
.AnyTagClassName
{
color: #EE2289;
}
</style>
background-color css
<style>
a { background-color: #EE2289; }
a { background-color: rgb(238,34,137); }
div.DivClassName
{
background-color: #EE2289;
}
.BgClassName
{
background-color: #EE2289;
}
</style>
border-color css
<style>
span { border-color: #EE2289; }
span { border-color: rgb(238,34,137); }
td.TdClassName
{
border-color: #EE2289;
}
.TagClassName
{
border-color: #EE2289;
}
</style>