Shades of Dark Pink #EA5872
Tints of Dark Pink #EA5872
RGB
CMYK
RGB Variations
Color information
#EA5872 (or 0xEA5872) is known color: Dark Pink. HEX triplet: EA, 58 and 72. RGB value is (234,88,114). Sum of RGB (Red+Green+Blue) = 234+88+114=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5872 is #15A78D. Grayscale: #868686. Windows color (decimal): -1419150 or 7493866. OLE color: 7493866.
HSL color Cylindrical-coordinate representation of color #EA5872: hue angle of 349.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5872 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 114 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.08 |
| HSL | 349.32º | 0.78% | 0.63% | - |
| HSV(B) | 349.32º | 0.62% | 0.92% | - |
| XYZ | 40.46 | 25.69 | 18.75 | - |
| YUV | 134.62 | 116.37 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 114 | 0 | 0.62 | 0.51 | 0.08 | 349.32 | 0.78 | 0.63 |
| Hex | EA | 58 | 72 | 0 | 3E | 33 | 8 | 15D | 4E | 3F |
| Octal | 352 | 130 | 162 | 0 | 76 | 63 | 10 | 535 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1110010 | 0 | 111110 | 110011 | 1000 | 101011101 | 1001110 | 111111 |
Color Harmonies of #EA5872
Complementary color
Monochromatic Colors of #EA5872
Black with #EA5872
Text Example
Text Example
White with #EA5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5872; }
p { color: rgb(234,88,114); }
H1.HeaderClassName
{
color: #EA5872;
}
.AnyTagClassName
{
color: #EA5872;
}
</style>
background-color css
<style>
a { background-color: #EA5872; }
a { background-color: rgb(234,88,114); }
div.DivClassName
{
background-color: #EA5872;
}
.BgClassName
{
background-color: #EA5872;
}
</style>
border-color css
<style>
span { border-color: #EA5872; }
span { border-color: rgb(234,88,114); }
td.TdClassName
{
border-color: #EA5872;
}
.TagClassName
{
border-color: #EA5872;
}
</style>