Shades of Mandy #E85860
Tints of Mandy #E85860
RGB
CMYK
RGB Variations
Color information
#E85860 (or 0xE85860) is known color: Mandy. HEX triplet: E8, 58 and 60. RGB value is (232,88,96). Sum of RGB (Red+Green+Blue) = 232+88+96=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E85860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85860 is #17A79F. Grayscale: #848484. Windows color (decimal): -1550240 or 6314216. OLE color: 6314216.
HSL color Cylindrical-coordinate representation of color #E85860: hue angle of 356.67º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85860 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 96 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.09 |
| HSL | 356.67º | 0.76% | 0.63% | - |
| HSV(B) | 356.67º | 0.62% | 0.91% | - |
| XYZ | 38.88 | 24.98 | 13.84 | - |
| YUV | 131.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 96 | 0 | 0.62 | 0.59 | 0.09 | 356.67 | 0.76 | 0.63 |
| Hex | E8 | 58 | 60 | 0 | 3E | 3B | 9 | 165 | 4C | 3F |
| Octal | 350 | 130 | 140 | 0 | 76 | 73 | 11 | 545 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1100000 | 0 | 111110 | 111011 | 1001 | 101100101 | 1001100 | 111111 |
Color Harmonies of #E85860
Complementary color
Monochromatic Colors of #E85860
Black with #E85860
Text Example
Text Example
White with #E85860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85860; }
p { color: rgb(232,88,96); }
H1.HeaderClassName
{
color: #E85860;
}
.AnyTagClassName
{
color: #E85860;
}
</style>
background-color css
<style>
a { background-color: #E85860; }
a { background-color: rgb(232,88,96); }
div.DivClassName
{
background-color: #E85860;
}
.BgClassName
{
background-color: #E85860;
}
</style>
border-color css
<style>
span { border-color: #E85860; }
span { border-color: rgb(232,88,96); }
td.TdClassName
{
border-color: #E85860;
}
.TagClassName
{
border-color: #E85860;
}
</style>