Shades of Mandy #E85156
Tints of Mandy #E85156
RGB
CMYK
RGB Variations
Color information
#E85156 (or 0xE85156) is known color: Mandy. HEX triplet: E8, 51 and 56. RGB value is (232,81,86). Sum of RGB (Red+Green+Blue) = 232+81+86=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E85156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85156 is #17AEA9. Grayscale: #7E7E7E. Windows color (decimal): -1552042 or 5657064. OLE color: 5657064.
HSL color Cylindrical-coordinate representation of color #E85156: hue angle of 358.01º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85156 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 86 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.09 |
| HSL | 358.01º | 0.77% | 0.61% | - |
| HSV(B) | 358.01º | 0.65% | 0.91% | - |
| XYZ | 37.9 | 23.71 | 11.38 | - |
| YUV | 126.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 86 | 0 | 0.65 | 0.63 | 0.09 | 358.01 | 0.77 | 0.61 |
| Hex | E8 | 51 | 56 | 0 | 41 | 3F | 9 | 166 | 4D | 3D |
| Octal | 350 | 121 | 126 | 0 | 101 | 77 | 11 | 546 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1010110 | 0 | 1000001 | 111111 | 1001 | 101100110 | 1001101 | 111101 |
Color Harmonies of #E85156
Complementary color
Monochromatic Colors of #E85156
Black with #E85156
Text Example
Text Example
White with #E85156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85156; }
p { color: rgb(232,81,86); }
H1.HeaderClassName
{
color: #E85156;
}
.AnyTagClassName
{
color: #E85156;
}
</style>
background-color css
<style>
a { background-color: #E85156; }
a { background-color: rgb(232,81,86); }
div.DivClassName
{
background-color: #E85156;
}
.BgClassName
{
background-color: #E85156;
}
</style>
border-color css
<style>
span { border-color: #E85156; }
span { border-color: rgb(232,81,86); }
td.TdClassName
{
border-color: #E85156;
}
.TagClassName
{
border-color: #E85156;
}
</style>