Shades of Dark Pink #E85E87
Tints of Dark Pink #E85E87
RGB
CMYK
RGB Variations
Color information
#E85E87 (or 0xE85E87) is known color: Dark Pink. HEX triplet: E8, 5E and 87. RGB value is (232,94,135). Sum of RGB (Red+Green+Blue) = 232+94+135=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85E87 is #17A178. Grayscale: #8B8B8B. Windows color (decimal): -1548665 or 8871656. OLE color: 8871656.
HSL color Cylindrical-coordinate representation of color #E85E87: hue angle of 342.17º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85E87 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 135 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.09 |
| HSL | 342.17º | 0.75% | 0.64% | - |
| HSV(B) | 342.17º | 0.59% | 0.91% | - |
| XYZ | 41.65 | 26.91 | 25.92 | - |
| YUV | 139.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 135 | 0 | 0.59 | 0.42 | 0.09 | 342.17 | 0.75 | 0.64 |
| Hex | E8 | 5E | 87 | 0 | 3B | 2A | 9 | 156 | 4B | 40 |
| Octal | 350 | 136 | 207 | 0 | 73 | 52 | 11 | 526 | 113 | 100 |
| Binary | 11101000 | 1011110 | 10000111 | 0 | 111011 | 101010 | 1001 | 101010110 | 1001011 | 1000000 |
Color Harmonies of #E85E87
Complementary color
Monochromatic Colors of #E85E87
Black with #E85E87
Text Example
Text Example
White with #E85E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E87; }
p { color: rgb(232,94,135); }
H1.HeaderClassName
{
color: #E85E87;
}
.AnyTagClassName
{
color: #E85E87;
}
</style>
background-color css
<style>
a { background-color: #E85E87; }
a { background-color: rgb(232,94,135); }
div.DivClassName
{
background-color: #E85E87;
}
.BgClassName
{
background-color: #E85E87;
}
</style>
border-color css
<style>
span { border-color: #E85E87; }
span { border-color: rgb(232,94,135); }
td.TdClassName
{
border-color: #E85E87;
}
.TagClassName
{
border-color: #E85E87;
}
</style>