Shades of Mandy #E85A5B
Tints of Mandy #E85A5B
RGB
CMYK
RGB Variations
Color information
#E85A5B (or 0xE85A5B) is known color: Mandy. HEX triplet: E8, 5A and 5B. RGB value is (232,90,91). Sum of RGB (Red+Green+Blue) = 232+90+91=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A5B is #17A5A4. Grayscale: #848484. Windows color (decimal): -1549733 or 5987048. OLE color: 5987048.
HSL color Cylindrical-coordinate representation of color #E85A5B: hue angle of 359.58º degrees, saturation: 0.76, 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 #E85A5B is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 91 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.09 |
| HSL | 359.58º | 0.76% | 0.63% | - |
| HSV(B) | 359.58º | 0.61% | 0.91% | - |
| XYZ | 38.82 | 25.22 | 12.72 | - |
| YUV | 132.57 | 104.54 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 91 | 0 | 0.61 | 0.61 | 0.09 | 359.58 | 0.76 | 0.63 |
| Hex | E8 | 5A | 5B | 0 | 3D | 3D | 9 | 168 | 4C | 3F |
| Octal | 350 | 132 | 133 | 0 | 75 | 75 | 11 | 550 | 114 | 77 |
| Binary | 11101000 | 1011010 | 1011011 | 0 | 111101 | 111101 | 1001 | 101101000 | 1001100 | 111111 |
Color Harmonies of #E85A5B
Complementary color
Monochromatic Colors of #E85A5B
Black with #E85A5B
Text Example
Text Example
White with #E85A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A5B; }
p { color: rgb(232,90,91); }
H1.HeaderClassName
{
color: #E85A5B;
}
.AnyTagClassName
{
color: #E85A5B;
}
</style>
background-color css
<style>
a { background-color: #E85A5B; }
a { background-color: rgb(232,90,91); }
div.DivClassName
{
background-color: #E85A5B;
}
.BgClassName
{
background-color: #E85A5B;
}
</style>
border-color css
<style>
span { border-color: #E85A5B; }
span { border-color: rgb(232,90,91); }
td.TdClassName
{
border-color: #E85A5B;
}
.TagClassName
{
border-color: #E85A5B;
}
</style>