Shades of Mandy #E85B5E
Tints of Mandy #E85B5E
RGB
CMYK
RGB Variations
Color information
#E85B5E (or 0xE85B5E) is known color: Mandy. HEX triplet: E8, 5B and 5E. RGB value is (232,91,94). Sum of RGB (Red+Green+Blue) = 232+91+94=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B5E is #17A4A1. Grayscale: #858585. Windows color (decimal): -1549474 or 6183912. OLE color: 6183912.
HSL color Cylindrical-coordinate representation of color #E85B5E: hue angle of 358.72º 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 #E85B5E is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 94 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.09 |
| HSL | 358.72º | 0.75% | 0.63% | - |
| HSV(B) | 358.72º | 0.61% | 0.91% | - |
| XYZ | 39.04 | 25.45 | 13.44 | - |
| YUV | 133.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 94 | 0 | 0.61 | 0.59 | 0.09 | 358.72 | 0.75 | 0.63 |
| Hex | E8 | 5B | 5E | 0 | 3D | 3B | 9 | 167 | 4B | 3F |
| Octal | 350 | 133 | 136 | 0 | 75 | 73 | 11 | 547 | 113 | 77 |
| Binary | 11101000 | 1011011 | 1011110 | 0 | 111101 | 111011 | 1001 | 101100111 | 1001011 | 111111 |
Color Harmonies of #E85B5E
Complementary color
Monochromatic Colors of #E85B5E
Black with #E85B5E
Text Example
Text Example
White with #E85B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B5E; }
p { color: rgb(232,91,94); }
H1.HeaderClassName
{
color: #E85B5E;
}
.AnyTagClassName
{
color: #E85B5E;
}
</style>
background-color css
<style>
a { background-color: #E85B5E; }
a { background-color: rgb(232,91,94); }
div.DivClassName
{
background-color: #E85B5E;
}
.BgClassName
{
background-color: #E85B5E;
}
</style>
border-color css
<style>
span { border-color: #E85B5E; }
span { border-color: rgb(232,91,94); }
td.TdClassName
{
border-color: #E85B5E;
}
.TagClassName
{
border-color: #E85B5E;
}
</style>