Shades of Deep Pink #EE0F89
Tints of Deep Pink #EE0F89
RGB
CMYK
RGB Variations
Color information
#EE0F89 (or 0xEE0F89) is known color: Deep Pink. HEX triplet: EE, 0F and 89. RGB value is (238,15,137). Sum of RGB (Red+Green+Blue) = 238+15+137=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F89 is #11F076. Grayscale: #5F5F5F. Windows color (decimal): -1175671 or 8982510. OLE color: 8982510.
HSL color Cylindrical-coordinate representation of color #EE0F89: hue angle of 327.17º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F89 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 137 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.07 |
| HSL | 327.17º | 0.88% | 0.5% | - |
| HSV(B) | 327.17º | 0.94% | 0.93% | - |
| XYZ | 39.95 | 20.32 | 25.48 | - |
| YUV | 95.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 137 | 0 | 0.94 | 0.42 | 0.07 | 327.17 | 0.88 | 0.5 |
| Hex | EE | F | 89 | 0 | 5E | 2A | 7 | 147 | 58 | 32 |
| Octal | 356 | 17 | 211 | 0 | 136 | 52 | 7 | 507 | 130 | 62 |
| Binary | 11101110 | 1111 | 10001001 | 0 | 1011110 | 101010 | 111 | 101000111 | 1011000 | 110010 |
Color Harmonies of #EE0F89
Complementary color
Monochromatic Colors of #EE0F89
Black with #EE0F89
Text Example
Text Example
White with #EE0F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F89; }
p { color: rgb(238,15,137); }
H1.HeaderClassName
{
color: #EE0F89;
}
.AnyTagClassName
{
color: #EE0F89;
}
</style>
background-color css
<style>
a { background-color: #EE0F89; }
a { background-color: rgb(238,15,137); }
div.DivClassName
{
background-color: #EE0F89;
}
.BgClassName
{
background-color: #EE0F89;
}
</style>
border-color css
<style>
span { border-color: #EE0F89; }
span { border-color: rgb(238,15,137); }
td.TdClassName
{
border-color: #EE0F89;
}
.TagClassName
{
border-color: #EE0F89;
}
</style>