Shades of Deep Pink #EA0587
Tints of Deep Pink #EA0587
RGB
CMYK
RGB Variations
Color information
#EA0587 (or 0xEA0587) is known color: Deep Pink. HEX triplet: EA, 05 and 87. RGB value is (234,5,135). Sum of RGB (Red+Green+Blue) = 234+5+135=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0587 is #15FA78. Grayscale: #585858. Windows color (decimal): -1440377 or 8848874. OLE color: 8848874.
HSL color Cylindrical-coordinate representation of color #EA0587: hue angle of 325.94º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0587 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.08 |
| HSL | 325.94º | 0.96% | 0.47% | - |
| HSV(B) | 325.94º | 0.98% | 0.92% | - |
| XYZ | 38.36 | 19.35 | 24.63 | - |
| YUV | 88.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 5 | 135 | 0 | 0.98 | 0.42 | 0.08 | 325.94 | 0.96 | 0.47 |
| Hex | EA | 5 | 87 | 0 | 62 | 2A | 8 | 146 | 60 | 2F |
| Octal | 352 | 5 | 207 | 0 | 142 | 52 | 10 | 506 | 140 | 57 |
| Binary | 11101010 | 101 | 10000111 | 0 | 1100010 | 101010 | 1000 | 101000110 | 1100000 | 101111 |
Color Harmonies of #EA0587
Complementary color
Monochromatic Colors of #EA0587
Black with #EA0587
Text Example
Text Example
White with #EA0587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0587; }
p { color: rgb(234,5,135); }
H1.HeaderClassName
{
color: #EA0587;
}
.AnyTagClassName
{
color: #EA0587;
}
</style>
background-color css
<style>
a { background-color: #EA0587; }
a { background-color: rgb(234,5,135); }
div.DivClassName
{
background-color: #EA0587;
}
.BgClassName
{
background-color: #EA0587;
}
</style>
border-color css
<style>
span { border-color: #EA0587; }
span { border-color: rgb(234,5,135); }
td.TdClassName
{
border-color: #EA0587;
}
.TagClassName
{
border-color: #EA0587;
}
</style>