Shades of Deep Pink #EA0C87
Tints of Deep Pink #EA0C87
RGB
CMYK
RGB Variations
Color information
#EA0C87 (or 0xEA0C87) is known color: Deep Pink. HEX triplet: EA, 0C and 87. RGB value is (234,12,135). Sum of RGB (Red+Green+Blue) = 234+12+135=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0C87 is #15F378. Grayscale: #5C5C5C. Windows color (decimal): -1438585 or 8850666. OLE color: 8850666.
HSL color Cylindrical-coordinate representation of color #EA0C87: hue angle of 326.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C87 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 135 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.08 |
| HSL | 326.76º | 0.9% | 0.48% | - |
| HSV(B) | 326.76º | 0.95% | 0.92% | - |
| XYZ | 38.44 | 19.5 | 24.66 | - |
| YUV | 92.4 | 152.05 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 135 | 0 | 0.95 | 0.42 | 0.08 | 326.76 | 0.9 | 0.48 |
| Hex | EA | C | 87 | 0 | 5F | 2A | 8 | 147 | 5A | 30 |
| Octal | 352 | 14 | 207 | 0 | 137 | 52 | 10 | 507 | 132 | 60 |
| Binary | 11101010 | 1100 | 10000111 | 0 | 1011111 | 101010 | 1000 | 101000111 | 1011010 | 110000 |
Color Harmonies of #EA0C87
Complementary color
Monochromatic Colors of #EA0C87
Black with #EA0C87
Text Example
Text Example
White with #EA0C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C87; }
p { color: rgb(234,12,135); }
H1.HeaderClassName
{
color: #EA0C87;
}
.AnyTagClassName
{
color: #EA0C87;
}
</style>
background-color css
<style>
a { background-color: #EA0C87; }
a { background-color: rgb(234,12,135); }
div.DivClassName
{
background-color: #EA0C87;
}
.BgClassName
{
background-color: #EA0C87;
}
</style>
border-color css
<style>
span { border-color: #EA0C87; }
span { border-color: rgb(234,12,135); }
td.TdClassName
{
border-color: #EA0C87;
}
.TagClassName
{
border-color: #EA0C87;
}
</style>