Shades of Deep Pink #EE2389
Tints of Deep Pink #EE2389
RGB
CMYK
RGB Variations
Color information
#EE2389 (or 0xEE2389) is known color: Deep Pink. HEX triplet: EE, 23 and 89. RGB value is (238,35,137). Sum of RGB (Red+Green+Blue) = 238+35+137=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2389 is #11DC76. Grayscale: #6B6B6B. Windows color (decimal): -1170551 or 8987630. OLE color: 8987630.
HSL color Cylindrical-coordinate representation of color #EE2389: hue angle of 329.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2389 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 137 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.07 |
| HSL | 329.85º | 0.86% | 0.54% | - |
| HSV(B) | 329.85º | 0.85% | 0.93% | - |
| XYZ | 40.38 | 21.19 | 25.63 | - |
| YUV | 107.33 | 144.75 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 137 | 0 | 0.85 | 0.42 | 0.07 | 329.85 | 0.86 | 0.54 |
| Hex | EE | 23 | 89 | 0 | 55 | 2A | 7 | 14A | 56 | 36 |
| Octal | 356 | 43 | 211 | 0 | 125 | 52 | 7 | 512 | 126 | 66 |
| Binary | 11101110 | 100011 | 10001001 | 0 | 1010101 | 101010 | 111 | 101001010 | 1010110 | 110110 |
Color Harmonies of #EE2389
Complementary color
Monochromatic Colors of #EE2389
Black with #EE2389
Text Example
Text Example
White with #EE2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2389; }
p { color: rgb(238,35,137); }
H1.HeaderClassName
{
color: #EE2389;
}
.AnyTagClassName
{
color: #EE2389;
}
</style>
background-color css
<style>
a { background-color: #EE2389; }
a { background-color: rgb(238,35,137); }
div.DivClassName
{
background-color: #EE2389;
}
.BgClassName
{
background-color: #EE2389;
}
</style>
border-color css
<style>
span { border-color: #EE2389; }
span { border-color: rgb(238,35,137); }
td.TdClassName
{
border-color: #EE2389;
}
.TagClassName
{
border-color: #EE2389;
}
</style>