Shades of Deep Pink #EE0987
Tints of Deep Pink #EE0987
RGB
CMYK
RGB Variations
Color information
#EE0987 (or 0xEE0987) is known color: Deep Pink. HEX triplet: EE, 09 and 87. RGB value is (238,9,135). Sum of RGB (Red+Green+Blue) = 238+9+135=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0987 is #11F678. Grayscale: #5B5B5B. Windows color (decimal): -1177209 or 8849902. OLE color: 8849902.
HSL color Cylindrical-coordinate representation of color #EE0987: hue angle of 326.99º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0987 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.07 |
| HSL | 326.99º | 0.93% | 0.48% | - |
| HSV(B) | 326.99º | 0.96% | 0.93% | - |
| XYZ | 39.73 | 20.12 | 24.71 | - |
| YUV | 91.84 | 152.37 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 135 | 0 | 0.96 | 0.43 | 0.07 | 326.99 | 0.93 | 0.48 |
| Hex | EE | 9 | 87 | 0 | 60 | 2B | 7 | 147 | 5D | 30 |
| Octal | 356 | 11 | 207 | 0 | 140 | 53 | 7 | 507 | 135 | 60 |
| Binary | 11101110 | 1001 | 10000111 | 0 | 1100000 | 101011 | 111 | 101000111 | 1011101 | 110000 |
Color Harmonies of #EE0987
Complementary color
Monochromatic Colors of #EE0987
Black with #EE0987
Text Example
Text Example
White with #EE0987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0987; }
p { color: rgb(238,9,135); }
H1.HeaderClassName
{
color: #EE0987;
}
.AnyTagClassName
{
color: #EE0987;
}
</style>
background-color css
<style>
a { background-color: #EE0987; }
a { background-color: rgb(238,9,135); }
div.DivClassName
{
background-color: #EE0987;
}
.BgClassName
{
background-color: #EE0987;
}
</style>
border-color css
<style>
span { border-color: #EE0987; }
span { border-color: rgb(238,9,135); }
td.TdClassName
{
border-color: #EE0987;
}
.TagClassName
{
border-color: #EE0987;
}
</style>