Shades of Deep Pink #EE0F87
Tints of Deep Pink #EE0F87
RGB
CMYK
RGB Variations
Color information
#EE0F87 (or 0xEE0F87) is known color: Deep Pink. HEX triplet: EE, 0F and 87. RGB value is (238,15,135). Sum of RGB (Red+Green+Blue) = 238+15+135=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0F87 is #11F078. Grayscale: #5F5F5F. Windows color (decimal): -1175673 or 8851438. OLE color: 8851438.
HSL color Cylindrical-coordinate representation of color #EE0F87: hue angle of 327.71º 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 #EE0F87 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 135 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.07 |
| HSL | 327.71º | 0.88% | 0.5% | - |
| HSV(B) | 327.71º | 0.94% | 0.93% | - |
| XYZ | 39.8 | 20.27 | 24.74 | - |
| YUV | 95.36 | 150.38 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 135 | 0 | 0.94 | 0.43 | 0.07 | 327.71 | 0.88 | 0.5 |
| Hex | EE | F | 87 | 0 | 5E | 2B | 7 | 148 | 58 | 32 |
| Octal | 356 | 17 | 207 | 0 | 136 | 53 | 7 | 510 | 130 | 62 |
| Binary | 11101110 | 1111 | 10000111 | 0 | 1011110 | 101011 | 111 | 101001000 | 1011000 | 110010 |
Color Harmonies of #EE0F87
Complementary color
Monochromatic Colors of #EE0F87
Black with #EE0F87
Text Example
Text Example
White with #EE0F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F87; }
p { color: rgb(238,15,135); }
H1.HeaderClassName
{
color: #EE0F87;
}
.AnyTagClassName
{
color: #EE0F87;
}
</style>
background-color css
<style>
a { background-color: #EE0F87; }
a { background-color: rgb(238,15,135); }
div.DivClassName
{
background-color: #EE0F87;
}
.BgClassName
{
background-color: #EE0F87;
}
</style>
border-color css
<style>
span { border-color: #EE0F87; }
span { border-color: rgb(238,15,135); }
td.TdClassName
{
border-color: #EE0F87;
}
.TagClassName
{
border-color: #EE0F87;
}
</style>