Shades of Dark Pink #E85B77
Tints of Dark Pink #E85B77
RGB
CMYK
RGB Variations
Color information
#E85B77 (or 0xE85B77) is known color: Dark Pink. HEX triplet: E8, 5B and 77. RGB value is (232,91,119). Sum of RGB (Red+Green+Blue) = 232+91+119=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B77 is #17A488. Grayscale: #888888. Windows color (decimal): -1549449 or 7822312. OLE color: 7822312.
HSL color Cylindrical-coordinate representation of color #E85B77: hue angle of 348.09º 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 #E85B77 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 119 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.09 |
| HSL | 348.09º | 0.75% | 0.63% | - |
| HSV(B) | 348.09º | 0.61% | 0.91% | - |
| XYZ | 40.35 | 25.97 | 20.34 | - |
| YUV | 136.35 | 118.21 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 119 | 0 | 0.61 | 0.49 | 0.09 | 348.09 | 0.75 | 0.63 |
| Hex | E8 | 5B | 77 | 0 | 3D | 31 | 9 | 15C | 4B | 3F |
| Octal | 350 | 133 | 167 | 0 | 75 | 61 | 11 | 534 | 113 | 77 |
| Binary | 11101000 | 1011011 | 1110111 | 0 | 111101 | 110001 | 1001 | 101011100 | 1001011 | 111111 |
Color Harmonies of #E85B77
Complementary color
Monochromatic Colors of #E85B77
Black with #E85B77
Text Example
Text Example
White with #E85B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B77; }
p { color: rgb(232,91,119); }
H1.HeaderClassName
{
color: #E85B77;
}
.AnyTagClassName
{
color: #E85B77;
}
</style>
background-color css
<style>
a { background-color: #E85B77; }
a { background-color: rgb(232,91,119); }
div.DivClassName
{
background-color: #E85B77;
}
.BgClassName
{
background-color: #E85B77;
}
</style>
border-color css
<style>
span { border-color: #E85B77; }
span { border-color: rgb(232,91,119); }
td.TdClassName
{
border-color: #E85B77;
}
.TagClassName
{
border-color: #E85B77;
}
</style>