Shades of Dark Pink #E85B86
Tints of Dark Pink #E85B86
RGB
CMYK
RGB Variations
Color information
#E85B86 (or 0xE85B86) is known color: Dark Pink. HEX triplet: E8, 5B and 86. RGB value is (232,91,134). Sum of RGB (Red+Green+Blue) = 232+91+134=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B86 is #17A479. Grayscale: #8A8A8A. Windows color (decimal): -1549434 or 8805352. OLE color: 8805352.
HSL color Cylindrical-coordinate representation of color #E85B86: hue angle of 341.7º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85B86 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 134 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.09 |
| HSL | 341.7º | 0.75% | 0.63% | - |
| HSV(B) | 341.7º | 0.61% | 0.91% | - |
| XYZ | 41.32 | 26.36 | 25.46 | - |
| YUV | 138.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 134 | 0 | 0.61 | 0.42 | 0.09 | 341.7 | 0.75 | 0.63 |
| Hex | E8 | 5B | 86 | 0 | 3D | 2A | 9 | 156 | 4B | 3F |
| Octal | 350 | 133 | 206 | 0 | 75 | 52 | 11 | 526 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10000110 | 0 | 111101 | 101010 | 1001 | 101010110 | 1001011 | 111111 |
Color Harmonies of #E85B86
Complementary color
Monochromatic Colors of #E85B86
Black with #E85B86
Text Example
Text Example
White with #E85B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B86; }
p { color: rgb(232,91,134); }
H1.HeaderClassName
{
color: #E85B86;
}
.AnyTagClassName
{
color: #E85B86;
}
</style>
background-color css
<style>
a { background-color: #E85B86; }
a { background-color: rgb(232,91,134); }
div.DivClassName
{
background-color: #E85B86;
}
.BgClassName
{
background-color: #E85B86;
}
</style>
border-color css
<style>
span { border-color: #E85B86; }
span { border-color: rgb(232,91,134); }
td.TdClassName
{
border-color: #E85B86;
}
.TagClassName
{
border-color: #E85B86;
}
</style>