Shades of Dark Pink #EA5780
Tints of Dark Pink #EA5780
RGB
CMYK
RGB Variations
Color information
#EA5780 (or 0xEA5780) is known color: Dark Pink. HEX triplet: EA, 57 and 80. RGB value is (234,87,128). Sum of RGB (Red+Green+Blue) = 234+87+128=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5780 is #15A87F. Grayscale: #878787. Windows color (decimal): -1419392 or 8411114. OLE color: 8411114.
HSL color Cylindrical-coordinate representation of color #EA5780: hue angle of 343.27º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5780 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 128 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.08 |
| HSL | 343.27º | 0.78% | 0.63% | - |
| HSV(B) | 343.27º | 0.63% | 0.92% | - |
| XYZ | 41.24 | 25.87 | 23.24 | - |
| YUV | 135.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 128 | 0 | 0.63 | 0.45 | 0.08 | 343.27 | 0.78 | 0.63 |
| Hex | EA | 57 | 80 | 0 | 3F | 2D | 8 | 157 | 4E | 3F |
| Octal | 352 | 127 | 200 | 0 | 77 | 55 | 10 | 527 | 116 | 77 |
| Binary | 11101010 | 1010111 | 10000000 | 0 | 111111 | 101101 | 1000 | 101010111 | 1001110 | 111111 |
Color Harmonies of #EA5780
Complementary color
Monochromatic Colors of #EA5780
Black with #EA5780
Text Example
Text Example
White with #EA5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5780; }
p { color: rgb(234,87,128); }
H1.HeaderClassName
{
color: #EA5780;
}
.AnyTagClassName
{
color: #EA5780;
}
</style>
background-color css
<style>
a { background-color: #EA5780; }
a { background-color: rgb(234,87,128); }
div.DivClassName
{
background-color: #EA5780;
}
.BgClassName
{
background-color: #EA5780;
}
</style>
border-color css
<style>
span { border-color: #EA5780; }
span { border-color: rgb(234,87,128); }
td.TdClassName
{
border-color: #EA5780;
}
.TagClassName
{
border-color: #EA5780;
}
</style>