Shades of Dark Pink #EA5680
Tints of Dark Pink #EA5680
RGB
CMYK
RGB Variations
Color information
#EA5680 (or 0xEA5680) is known color: Dark Pink. HEX triplet: EA, 56 and 80. RGB value is (234,86,128). Sum of RGB (Red+Green+Blue) = 234+86+128=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5680 is #15A97F. Grayscale: #878787. Windows color (decimal): -1419648 or 8410858. OLE color: 8410858.
HSL color Cylindrical-coordinate representation of color #EA5680: hue angle of 342.97º 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 #EA5680 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 128 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.08 |
| HSL | 342.97º | 0.78% | 0.63% | - |
| HSV(B) | 342.97º | 0.63% | 0.92% | - |
| XYZ | 41.16 | 25.71 | 23.21 | - |
| YUV | 135.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 128 | 0 | 0.63 | 0.45 | 0.08 | 342.97 | 0.78 | 0.63 |
| Hex | EA | 56 | 80 | 0 | 3F | 2D | 8 | 157 | 4E | 3F |
| Octal | 352 | 126 | 200 | 0 | 77 | 55 | 10 | 527 | 116 | 77 |
| Binary | 11101010 | 1010110 | 10000000 | 0 | 111111 | 101101 | 1000 | 101010111 | 1001110 | 111111 |
Color Harmonies of #EA5680
Complementary color
Monochromatic Colors of #EA5680
Black with #EA5680
Text Example
Text Example
White with #EA5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5680; }
p { color: rgb(234,86,128); }
H1.HeaderClassName
{
color: #EA5680;
}
.AnyTagClassName
{
color: #EA5680;
}
</style>
background-color css
<style>
a { background-color: #EA5680; }
a { background-color: rgb(234,86,128); }
div.DivClassName
{
background-color: #EA5680;
}
.BgClassName
{
background-color: #EA5680;
}
</style>
border-color css
<style>
span { border-color: #EA5680; }
span { border-color: rgb(234,86,128); }
td.TdClassName
{
border-color: #EA5680;
}
.TagClassName
{
border-color: #EA5680;
}
</style>