Shades of Deep Pink #EE0589
Tints of Deep Pink #EE0589
RGB
CMYK
RGB Variations
Color information
#EE0589 (or 0xEE0589) is known color: Deep Pink. HEX triplet: EE, 05 and 89. RGB value is (238,5,137). Sum of RGB (Red+Green+Blue) = 238+5+137=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0589 is #11FA76. Grayscale: #595959. Windows color (decimal): -1178231 or 8979950. OLE color: 8979950.
HSL color Cylindrical-coordinate representation of color #EE0589: hue angle of 326.01º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0589 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.07 |
| HSL | 326.01º | 0.96% | 0.48% | - |
| HSV(B) | 326.01º | 0.98% | 0.93% | - |
| XYZ | 39.83 | 20.09 | 25.45 | - |
| YUV | 89.72 | 154.69 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 137 | 0 | 0.98 | 0.42 | 0.07 | 326.01 | 0.96 | 0.48 |
| Hex | EE | 5 | 89 | 0 | 62 | 2A | 7 | 146 | 60 | 30 |
| Octal | 356 | 5 | 211 | 0 | 142 | 52 | 7 | 506 | 140 | 60 |
| Binary | 11101110 | 101 | 10001001 | 0 | 1100010 | 101010 | 111 | 101000110 | 1100000 | 110000 |
Color Harmonies of #EE0589
Complementary color
Monochromatic Colors of #EE0589
Black with #EE0589
Text Example
Text Example
White with #EE0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0589; }
p { color: rgb(238,5,137); }
H1.HeaderClassName
{
color: #EE0589;
}
.AnyTagClassName
{
color: #EE0589;
}
</style>
background-color css
<style>
a { background-color: #EE0589; }
a { background-color: rgb(238,5,137); }
div.DivClassName
{
background-color: #EE0589;
}
.BgClassName
{
background-color: #EE0589;
}
</style>
border-color css
<style>
span { border-color: #EE0589; }
span { border-color: rgb(238,5,137); }
td.TdClassName
{
border-color: #EE0589;
}
.TagClassName
{
border-color: #EE0589;
}
</style>