Shades of Dark Pink #E85780
Tints of Dark Pink #E85780
RGB
CMYK
RGB Variations
Color information
#E85780 (or 0xE85780) is known color: Dark Pink. HEX triplet: E8, 57 and 80. RGB value is (232,87,128). Sum of RGB (Red+Green+Blue) = 232+87+128=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85780 is #17A87F. Grayscale: #878787. Windows color (decimal): -1550464 or 8411112. OLE color: 8411112.
HSL color Cylindrical-coordinate representation of color #E85780: hue angle of 343.03º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85780 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 87 | 128 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.09 |
| HSL | 343.03º | 0.76% | 0.63% | - |
| HSV(B) | 343.03º | 0.63% | 0.91% | - |
| XYZ | 40.58 | 25.53 | 23.21 | - |
| YUV | 135.03 | 124.04 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 87 | 128 | 0 | 0.62 | 0.45 | 0.09 | 343.03 | 0.76 | 0.63 |
| Hex | E8 | 57 | 80 | 0 | 3E | 2D | 9 | 157 | 4C | 3F |
| Octal | 350 | 127 | 200 | 0 | 76 | 55 | 11 | 527 | 114 | 77 |
| Binary | 11101000 | 1010111 | 10000000 | 0 | 111110 | 101101 | 1001 | 101010111 | 1001100 | 111111 |
Color Harmonies of #E85780
Complementary color
Monochromatic Colors of #E85780
Black with #E85780
Text Example
Text Example
White with #E85780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85780; }
p { color: rgb(232,87,128); }
H1.HeaderClassName
{
color: #E85780;
}
.AnyTagClassName
{
color: #E85780;
}
</style>
background-color css
<style>
a { background-color: #E85780; }
a { background-color: rgb(232,87,128); }
div.DivClassName
{
background-color: #E85780;
}
.BgClassName
{
background-color: #E85780;
}
</style>
border-color css
<style>
span { border-color: #E85780; }
span { border-color: rgb(232,87,128); }
td.TdClassName
{
border-color: #E85780;
}
.TagClassName
{
border-color: #E85780;
}
</style>