Shades of Deep Pink #EA0888
Tints of Deep Pink #EA0888
RGB
CMYK
RGB Variations
Color information
#EA0888 (or 0xEA0888) is known color: Deep Pink. HEX triplet: EA, 08 and 88. RGB value is (234,8,136). Sum of RGB (Red+Green+Blue) = 234+8+136=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0888 is #15F777. Grayscale: #595959. Windows color (decimal): -1439608 or 8915178. OLE color: 8915178.
HSL color Cylindrical-coordinate representation of color #EA0888: hue angle of 326.02º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0888 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 136 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.08 |
| HSL | 326.02º | 0.93% | 0.47% | - |
| HSV(B) | 326.02º | 0.97% | 0.92% | - |
| XYZ | 38.46 | 19.44 | 25.02 | - |
| YUV | 90.17 | 153.87 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 136 | 0 | 0.97 | 0.42 | 0.08 | 326.02 | 0.93 | 0.47 |
| Hex | EA | 8 | 88 | 0 | 61 | 2A | 8 | 146 | 5D | 2F |
| Octal | 352 | 10 | 210 | 0 | 141 | 52 | 10 | 506 | 135 | 57 |
| Binary | 11101010 | 1000 | 10001000 | 0 | 1100001 | 101010 | 1000 | 101000110 | 1011101 | 101111 |
Color Harmonies of #EA0888
Complementary color
Monochromatic Colors of #EA0888
Black with #EA0888
Text Example
Text Example
White with #EA0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0888; }
p { color: rgb(234,8,136); }
H1.HeaderClassName
{
color: #EA0888;
}
.AnyTagClassName
{
color: #EA0888;
}
</style>
background-color css
<style>
a { background-color: #EA0888; }
a { background-color: rgb(234,8,136); }
div.DivClassName
{
background-color: #EA0888;
}
.BgClassName
{
background-color: #EA0888;
}
</style>
border-color css
<style>
span { border-color: #EA0888; }
span { border-color: rgb(234,8,136); }
td.TdClassName
{
border-color: #EA0888;
}
.TagClassName
{
border-color: #EA0888;
}
</style>