Shades of Deep Pink #EA0A87
Tints of Deep Pink #EA0A87
RGB
CMYK
RGB Variations
Color information
#EA0A87 (or 0xEA0A87) is known color: Deep Pink. HEX triplet: EA, 0A and 87. RGB value is (234,10,135). Sum of RGB (Red+Green+Blue) = 234+10+135=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0A87 is #15F578. Grayscale: #5A5A5A. Windows color (decimal): -1439097 or 8850154. OLE color: 8850154.
HSL color Cylindrical-coordinate representation of color #EA0A87: hue angle of 326.52º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A87 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 135 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.08 |
| HSL | 326.52º | 0.92% | 0.48% | - |
| HSV(B) | 326.52º | 0.96% | 0.92% | - |
| XYZ | 38.41 | 19.46 | 24.65 | - |
| YUV | 91.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 135 | 0 | 0.96 | 0.42 | 0.08 | 326.52 | 0.92 | 0.48 |
| Hex | EA | A | 87 | 0 | 60 | 2A | 8 | 147 | 5C | 30 |
| Octal | 352 | 12 | 207 | 0 | 140 | 52 | 10 | 507 | 134 | 60 |
| Binary | 11101010 | 1010 | 10000111 | 0 | 1100000 | 101010 | 1000 | 101000111 | 1011100 | 110000 |
Color Harmonies of #EA0A87
Complementary color
Monochromatic Colors of #EA0A87
Black with #EA0A87
Text Example
Text Example
White with #EA0A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A87; }
p { color: rgb(234,10,135); }
H1.HeaderClassName
{
color: #EA0A87;
}
.AnyTagClassName
{
color: #EA0A87;
}
</style>
background-color css
<style>
a { background-color: #EA0A87; }
a { background-color: rgb(234,10,135); }
div.DivClassName
{
background-color: #EA0A87;
}
.BgClassName
{
background-color: #EA0A87;
}
</style>
border-color css
<style>
span { border-color: #EA0A87; }
span { border-color: rgb(234,10,135); }
td.TdClassName
{
border-color: #EA0A87;
}
.TagClassName
{
border-color: #EA0A87;
}
</style>