Shades of Dark Pink #E85987
Tints of Dark Pink #E85987
RGB
CMYK
RGB Variations
Color information
#E85987 (or 0xE85987) is known color: Dark Pink. HEX triplet: E8, 59 and 87. RGB value is (232,89,135). Sum of RGB (Red+Green+Blue) = 232+89+135=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E85987 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85987 is #17A678. Grayscale: #888888. Windows color (decimal): -1549945 or 8870376. OLE color: 8870376.
HSL color Cylindrical-coordinate representation of color #E85987: hue angle of 340.7º 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 #E85987 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 135 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.09 |
| HSL | 340.7º | 0.76% | 0.63% | - |
| HSV(B) | 340.7º | 0.62% | 0.91% | - |
| XYZ | 41.22 | 26.05 | 25.78 | - |
| YUV | 137 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 135 | 0 | 0.62 | 0.42 | 0.09 | 340.7 | 0.76 | 0.63 |
| Hex | E8 | 59 | 87 | 0 | 3E | 2A | 9 | 155 | 4C | 3F |
| Octal | 350 | 131 | 207 | 0 | 76 | 52 | 11 | 525 | 114 | 77 |
| Binary | 11101000 | 1011001 | 10000111 | 0 | 111110 | 101010 | 1001 | 101010101 | 1001100 | 111111 |
Color Harmonies of #E85987
Complementary color
Monochromatic Colors of #E85987
Black with #E85987
Text Example
Text Example
White with #E85987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85987; }
p { color: rgb(232,89,135); }
H1.HeaderClassName
{
color: #E85987;
}
.AnyTagClassName
{
color: #E85987;
}
</style>
background-color css
<style>
a { background-color: #E85987; }
a { background-color: rgb(232,89,135); }
div.DivClassName
{
background-color: #E85987;
}
.BgClassName
{
background-color: #E85987;
}
</style>
border-color css
<style>
span { border-color: #E85987; }
span { border-color: rgb(232,89,135); }
td.TdClassName
{
border-color: #E85987;
}
.TagClassName
{
border-color: #E85987;
}
</style>