Shades of Mandy #E85B5D
Tints of Mandy #E85B5D
RGB
CMYK
RGB Variations
Color information
#E85B5D (or 0xE85B5D) is known color: Mandy. HEX triplet: E8, 5B and 5D. RGB value is (232,91,93). Sum of RGB (Red+Green+Blue) = 232+91+93=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B5D is #17A4A2. Grayscale: #858585. Windows color (decimal): -1549475 or 6118376. OLE color: 6118376.
HSL color Cylindrical-coordinate representation of color #E85B5D: hue angle of 359.15º 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 #E85B5D is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 93 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.09 |
| HSL | 359.15º | 0.75% | 0.63% | - |
| HSV(B) | 359.15º | 0.61% | 0.91% | - |
| XYZ | 39 | 25.43 | 13.21 | - |
| YUV | 133.39 | 105.21 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 93 | 0 | 0.61 | 0.60 | 0.09 | 359.15 | 0.75 | 0.63 |
| Hex | E8 | 5B | 5D | 0 | 3D | 3C | 9 | 167 | 4B | 3F |
| Octal | 350 | 133 | 135 | 0 | 75 | 74 | 11 | 547 | 113 | 77 |
| Binary | 11101000 | 1011011 | 1011101 | 0 | 111101 | 111100 | 1001 | 101100111 | 1001011 | 111111 |
Color Harmonies of #E85B5D
Complementary color
Monochromatic Colors of #E85B5D
Black with #E85B5D
Text Example
Text Example
White with #E85B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B5D; }
p { color: rgb(232,91,93); }
H1.HeaderClassName
{
color: #E85B5D;
}
.AnyTagClassName
{
color: #E85B5D;
}
</style>
background-color css
<style>
a { background-color: #E85B5D; }
a { background-color: rgb(232,91,93); }
div.DivClassName
{
background-color: #E85B5D;
}
.BgClassName
{
background-color: #E85B5D;
}
</style>
border-color css
<style>
span { border-color: #E85B5D; }
span { border-color: rgb(232,91,93); }
td.TdClassName
{
border-color: #E85B5D;
}
.TagClassName
{
border-color: #E85B5D;
}
</style>