Shades of Deep Pink #EE0888
Tints of Deep Pink #EE0888
RGB
CMYK
RGB Variations
Color information
#EE0888 (or 0xEE0888) is known color: Deep Pink. HEX triplet: EE, 08 and 88. RGB value is (238,8,136). Sum of RGB (Red+Green+Blue) = 238+8+136=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0888 is #11F777. Grayscale: #5B5B5B. Windows color (decimal): -1177464 or 8915182. OLE color: 8915182.
HSL color Cylindrical-coordinate representation of color #EE0888: hue angle of 326.61º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0888 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 136 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.07 |
| HSL | 326.61º | 0.93% | 0.48% | - |
| HSV(B) | 326.61º | 0.97% | 0.93% | - |
| XYZ | 39.79 | 20.13 | 25.08 | - |
| YUV | 91.36 | 153.2 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 136 | 0 | 0.97 | 0.43 | 0.07 | 326.61 | 0.93 | 0.48 |
| Hex | EE | 8 | 88 | 0 | 61 | 2B | 7 | 147 | 5D | 30 |
| Octal | 356 | 10 | 210 | 0 | 141 | 53 | 7 | 507 | 135 | 60 |
| Binary | 11101110 | 1000 | 10001000 | 0 | 1100001 | 101011 | 111 | 101000111 | 1011101 | 110000 |
Color Harmonies of #EE0888
Complementary color
Monochromatic Colors of #EE0888
Black with #EE0888
Text Example
Text Example
White with #EE0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0888; }
p { color: rgb(238,8,136); }
H1.HeaderClassName
{
color: #EE0888;
}
.AnyTagClassName
{
color: #EE0888;
}
</style>
background-color css
<style>
a { background-color: #EE0888; }
a { background-color: rgb(238,8,136); }
div.DivClassName
{
background-color: #EE0888;
}
.BgClassName
{
background-color: #EE0888;
}
</style>
border-color css
<style>
span { border-color: #EE0888; }
span { border-color: rgb(238,8,136); }
td.TdClassName
{
border-color: #EE0888;
}
.TagClassName
{
border-color: #EE0888;
}
</style>