Shades of Dark Pink #EA5978
Tints of Dark Pink #EA5978
RGB
CMYK
RGB Variations
Color information
#EA5978 (or 0xEA5978) is known color: Dark Pink. HEX triplet: EA, 59 and 78. RGB value is (234,89,120). Sum of RGB (Red+Green+Blue) = 234+89+120=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5978 is #15A687. Grayscale: #878787. Windows color (decimal): -1418888 or 7887338. OLE color: 7887338.
HSL color Cylindrical-coordinate representation of color #EA5978: hue angle of 347.17º 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 #EA5978 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 120 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.08 |
| HSL | 347.17º | 0.78% | 0.63% | - |
| HSV(B) | 347.17º | 0.62% | 0.92% | - |
| XYZ | 40.89 | 25.99 | 20.63 | - |
| YUV | 135.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 120 | 0 | 0.62 | 0.49 | 0.08 | 347.17 | 0.78 | 0.63 |
| Hex | EA | 59 | 78 | 0 | 3E | 31 | 8 | 15B | 4E | 3F |
| Octal | 352 | 131 | 170 | 0 | 76 | 61 | 10 | 533 | 116 | 77 |
| Binary | 11101010 | 1011001 | 1111000 | 0 | 111110 | 110001 | 1000 | 101011011 | 1001110 | 111111 |
Color Harmonies of #EA5978
Complementary color
Monochromatic Colors of #EA5978
Black with #EA5978
Text Example
Text Example
White with #EA5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5978; }
p { color: rgb(234,89,120); }
H1.HeaderClassName
{
color: #EA5978;
}
.AnyTagClassName
{
color: #EA5978;
}
</style>
background-color css
<style>
a { background-color: #EA5978; }
a { background-color: rgb(234,89,120); }
div.DivClassName
{
background-color: #EA5978;
}
.BgClassName
{
background-color: #EA5978;
}
</style>
border-color css
<style>
span { border-color: #EA5978; }
span { border-color: rgb(234,89,120); }
td.TdClassName
{
border-color: #EA5978;
}
.TagClassName
{
border-color: #EA5978;
}
</style>