Shades of Dark Pink #E85587
Tints of Dark Pink #E85587
RGB
CMYK
RGB Variations
Color information
#E85587 (or 0xE85587) is known color: Dark Pink. HEX triplet: E8, 55 and 87. RGB value is (232,85,135). Sum of RGB (Red+Green+Blue) = 232+85+135=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E85587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85587 is #17AA78. Grayscale: #868686. Windows color (decimal): -1550969 or 8869352. OLE color: 8869352.
HSL color Cylindrical-coordinate representation of color #E85587: hue angle of 339.59º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85587 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 135 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.09 |
| HSL | 339.59º | 0.76% | 0.62% | - |
| HSV(B) | 339.59º | 0.63% | 0.91% | - |
| XYZ | 40.9 | 25.4 | 25.67 | - |
| YUV | 134.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 135 | 0 | 0.63 | 0.42 | 0.09 | 339.59 | 0.76 | 0.62 |
| Hex | E8 | 55 | 87 | 0 | 3F | 2A | 9 | 154 | 4C | 3E |
| Octal | 350 | 125 | 207 | 0 | 77 | 52 | 11 | 524 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10000111 | 0 | 111111 | 101010 | 1001 | 101010100 | 1001100 | 111110 |
Color Harmonies of #E85587
Complementary color
Monochromatic Colors of #E85587
Black with #E85587
Text Example
Text Example
White with #E85587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85587; }
p { color: rgb(232,85,135); }
H1.HeaderClassName
{
color: #E85587;
}
.AnyTagClassName
{
color: #E85587;
}
</style>
background-color css
<style>
a { background-color: #E85587; }
a { background-color: rgb(232,85,135); }
div.DivClassName
{
background-color: #E85587;
}
.BgClassName
{
background-color: #E85587;
}
</style>
border-color css
<style>
span { border-color: #E85587; }
span { border-color: rgb(232,85,135); }
td.TdClassName
{
border-color: #E85587;
}
.TagClassName
{
border-color: #E85587;
}
</style>