Shades of Mandy #E85356
Tints of Mandy #E85356
RGB
CMYK
RGB Variations
Color information
#E85356 (or 0xE85356) is known color: Mandy. HEX triplet: E8, 53 and 56. RGB value is (232,83,86). Sum of RGB (Red+Green+Blue) = 232+83+86=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E85356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85356 is #17ACA9. Grayscale: #808080. Windows color (decimal): -1551530 or 5657576. OLE color: 5657576.
HSL color Cylindrical-coordinate representation of color #E85356: hue angle of 358.79º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85356 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 86 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.09 |
| HSL | 358.79º | 0.76% | 0.62% | - |
| HSV(B) | 358.79º | 0.64% | 0.91% | - |
| XYZ | 38.05 | 24.01 | 11.43 | - |
| YUV | 127.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 86 | 0 | 0.64 | 0.63 | 0.09 | 358.79 | 0.76 | 0.62 |
| Hex | E8 | 53 | 56 | 0 | 40 | 3F | 9 | 167 | 4C | 3E |
| Octal | 350 | 123 | 126 | 0 | 100 | 77 | 11 | 547 | 114 | 76 |
| Binary | 11101000 | 1010011 | 1010110 | 0 | 1000000 | 111111 | 1001 | 101100111 | 1001100 | 111110 |
Color Harmonies of #E85356
Complementary color
Monochromatic Colors of #E85356
Black with #E85356
Text Example
Text Example
White with #E85356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85356; }
p { color: rgb(232,83,86); }
H1.HeaderClassName
{
color: #E85356;
}
.AnyTagClassName
{
color: #E85356;
}
</style>
background-color css
<style>
a { background-color: #E85356; }
a { background-color: rgb(232,83,86); }
div.DivClassName
{
background-color: #E85356;
}
.BgClassName
{
background-color: #E85356;
}
</style>
border-color css
<style>
span { border-color: #E85356; }
span { border-color: rgb(232,83,86); }
td.TdClassName
{
border-color: #E85356;
}
.TagClassName
{
border-color: #E85356;
}
</style>