Shades of Dark Pink #EA5A78
Tints of Dark Pink #EA5A78
RGB
CMYK
RGB Variations
Color information
#EA5A78 (or 0xEA5A78) is known color: Dark Pink. HEX triplet: EA, 5A and 78. RGB value is (234,90,120). Sum of RGB (Red+Green+Blue) = 234+90+120=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5A78 is #15A587. Grayscale: #888888. Windows color (decimal): -1418632 or 7887594. OLE color: 7887594.
HSL color Cylindrical-coordinate representation of color #EA5A78: hue angle of 347.5º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5A78 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 120 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.08 |
| HSL | 347.5º | 0.77% | 0.64% | - |
| HSV(B) | 347.5º | 0.62% | 0.92% | - |
| XYZ | 40.98 | 26.16 | 20.66 | - |
| YUV | 136.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 120 | 0 | 0.62 | 0.49 | 0.08 | 347.5 | 0.77 | 0.64 |
| Hex | EA | 5A | 78 | 0 | 3E | 31 | 8 | 15C | 4D | 40 |
| Octal | 352 | 132 | 170 | 0 | 76 | 61 | 10 | 534 | 115 | 100 |
| Binary | 11101010 | 1011010 | 1111000 | 0 | 111110 | 110001 | 1000 | 101011100 | 1001101 | 1000000 |
Color Harmonies of #EA5A78
Complementary color
Monochromatic Colors of #EA5A78
Black with #EA5A78
Text Example
Text Example
White with #EA5A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5A78; }
p { color: rgb(234,90,120); }
H1.HeaderClassName
{
color: #EA5A78;
}
.AnyTagClassName
{
color: #EA5A78;
}
</style>
background-color css
<style>
a { background-color: #EA5A78; }
a { background-color: rgb(234,90,120); }
div.DivClassName
{
background-color: #EA5A78;
}
.BgClassName
{
background-color: #EA5A78;
}
</style>
border-color css
<style>
span { border-color: #EA5A78; }
span { border-color: rgb(234,90,120); }
td.TdClassName
{
border-color: #EA5A78;
}
.TagClassName
{
border-color: #EA5A78;
}
</style>