Shades of Dark Pink #E85686
Tints of Dark Pink #E85686
RGB
CMYK
RGB Variations
Color information
#E85686 (or 0xE85686) is known color: Dark Pink. HEX triplet: E8, 56 and 86. RGB value is (232,86,134). Sum of RGB (Red+Green+Blue) = 232+86+134=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E85686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85686 is #17A979. Grayscale: #878787. Windows color (decimal): -1550714 or 8804072. OLE color: 8804072.
HSL color Cylindrical-coordinate representation of color #E85686: hue angle of 340.27º 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 #E85686 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 134 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.09 |
| HSL | 340.27º | 0.76% | 0.62% | - |
| HSV(B) | 340.27º | 0.63% | 0.91% | - |
| XYZ | 40.91 | 25.53 | 25.33 | - |
| YUV | 135.13 | 127.37 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 134 | 0 | 0.63 | 0.42 | 0.09 | 340.27 | 0.76 | 0.62 |
| Hex | E8 | 56 | 86 | 0 | 3F | 2A | 9 | 154 | 4C | 3E |
| Octal | 350 | 126 | 206 | 0 | 77 | 52 | 11 | 524 | 114 | 76 |
| Binary | 11101000 | 1010110 | 10000110 | 0 | 111111 | 101010 | 1001 | 101010100 | 1001100 | 111110 |
Color Harmonies of #E85686
Complementary color
Monochromatic Colors of #E85686
Black with #E85686
Text Example
Text Example
White with #E85686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85686; }
p { color: rgb(232,86,134); }
H1.HeaderClassName
{
color: #E85686;
}
.AnyTagClassName
{
color: #E85686;
}
</style>
background-color css
<style>
a { background-color: #E85686; }
a { background-color: rgb(232,86,134); }
div.DivClassName
{
background-color: #E85686;
}
.BgClassName
{
background-color: #E85686;
}
</style>
border-color css
<style>
span { border-color: #E85686; }
span { border-color: rgb(232,86,134); }
td.TdClassName
{
border-color: #E85686;
}
.TagClassName
{
border-color: #E85686;
}
</style>