Shades of Dark Pink #E85B83
Tints of Dark Pink #E85B83
RGB
CMYK
RGB Variations
Color information
#E85B83 (or 0xE85B83) is known color: Dark Pink. HEX triplet: E8, 5B and 83. RGB value is (232,91,131). Sum of RGB (Red+Green+Blue) = 232+91+131=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85B83 is #17A47C. Grayscale: #898989. Windows color (decimal): -1549437 or 8608744. OLE color: 8608744.
HSL color Cylindrical-coordinate representation of color #E85B83: hue angle of 342.98º 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 #E85B83 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 131 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.09 |
| HSL | 342.98º | 0.75% | 0.63% | - |
| HSV(B) | 342.98º | 0.61% | 0.91% | - |
| XYZ | 41.12 | 26.28 | 24.38 | - |
| YUV | 137.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 131 | 0 | 0.61 | 0.44 | 0.09 | 342.98 | 0.75 | 0.63 |
| Hex | E8 | 5B | 83 | 0 | 3D | 2C | 9 | 157 | 4B | 3F |
| Octal | 350 | 133 | 203 | 0 | 75 | 54 | 11 | 527 | 113 | 77 |
| Binary | 11101000 | 1011011 | 10000011 | 0 | 111101 | 101100 | 1001 | 101010111 | 1001011 | 111111 |
Color Harmonies of #E85B83
Complementary color
Monochromatic Colors of #E85B83
Black with #E85B83
Text Example
Text Example
White with #E85B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B83; }
p { color: rgb(232,91,131); }
H1.HeaderClassName
{
color: #E85B83;
}
.AnyTagClassName
{
color: #E85B83;
}
</style>
background-color css
<style>
a { background-color: #E85B83; }
a { background-color: rgb(232,91,131); }
div.DivClassName
{
background-color: #E85B83;
}
.BgClassName
{
background-color: #E85B83;
}
</style>
border-color css
<style>
span { border-color: #E85B83; }
span { border-color: rgb(232,91,131); }
td.TdClassName
{
border-color: #E85B83;
}
.TagClassName
{
border-color: #E85B83;
}
</style>