Shades of Mandy #E85253
Tints of Mandy #E85253
RGB
CMYK
RGB Variations
Color information
#E85253 (or 0xE85253) is known color: Mandy. HEX triplet: E8, 52 and 53. RGB value is (232,82,83). Sum of RGB (Red+Green+Blue) = 232+82+83=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E85253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85253 is #17ADAC. Grayscale: #7F7F7F. Windows color (decimal): -1551789 or 5460712. OLE color: 5460712.
HSL color Cylindrical-coordinate representation of color #E85253: hue angle of 359.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85253 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 83 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.09 |
| HSL | 359.6º | 0.77% | 0.62% | - |
| HSV(B) | 359.6º | 0.65% | 0.91% | - |
| XYZ | 37.86 | 23.81 | 10.79 | - |
| YUV | 126.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 83 | 0 | 0.65 | 0.64 | 0.09 | 359.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | 53 | 0 | 41 | 40 | 9 | 168 | 4D | 3E |
| Octal | 350 | 122 | 123 | 0 | 101 | 100 | 11 | 550 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1010011 | 0 | 1000001 | 1000000 | 1001 | 101101000 | 1001101 | 111110 |
Color Harmonies of #E85253
Complementary color
Monochromatic Colors of #E85253
Black with #E85253
Text Example
Text Example
White with #E85253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85253; }
p { color: rgb(232,82,83); }
H1.HeaderClassName
{
color: #E85253;
}
.AnyTagClassName
{
color: #E85253;
}
</style>
background-color css
<style>
a { background-color: #E85253; }
a { background-color: rgb(232,82,83); }
div.DivClassName
{
background-color: #E85253;
}
.BgClassName
{
background-color: #E85253;
}
</style>
border-color css
<style>
span { border-color: #E85253; }
span { border-color: rgb(232,82,83); }
td.TdClassName
{
border-color: #E85253;
}
.TagClassName
{
border-color: #E85253;
}
</style>