Shades of Mandy #E85355
Tints of Mandy #E85355
RGB
CMYK
RGB Variations
Color information
#E85355 (or 0xE85355) is known color: Mandy. HEX triplet: E8, 53 and 55. RGB value is (232,83,85). Sum of RGB (Red+Green+Blue) = 232+83+85=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E85355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85355 is #17ACAA. Grayscale: #7F7F7F. Windows color (decimal): -1551531 or 5592040. OLE color: 5592040.
HSL color Cylindrical-coordinate representation of color #E85355: hue angle of 359.19º 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 #E85355 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 83 | 85 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.09 |
| HSL | 359.19º | 0.76% | 0.62% | - |
| HSV(B) | 359.19º | 0.64% | 0.91% | - |
| XYZ | 38.01 | 24 | 11.22 | - |
| YUV | 127.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 83 | 85 | 0 | 0.64 | 0.63 | 0.09 | 359.19 | 0.76 | 0.62 |
| Hex | E8 | 53 | 55 | 0 | 40 | 3F | 9 | 167 | 4C | 3E |
| Octal | 350 | 123 | 125 | 0 | 100 | 77 | 11 | 547 | 114 | 76 |
| Binary | 11101000 | 1010011 | 1010101 | 0 | 1000000 | 111111 | 1001 | 101100111 | 1001100 | 111110 |
Color Harmonies of #E85355
Complementary color
Monochromatic Colors of #E85355
Black with #E85355
Text Example
Text Example
White with #E85355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85355; }
p { color: rgb(232,83,85); }
H1.HeaderClassName
{
color: #E85355;
}
.AnyTagClassName
{
color: #E85355;
}
</style>
background-color css
<style>
a { background-color: #E85355; }
a { background-color: rgb(232,83,85); }
div.DivClassName
{
background-color: #E85355;
}
.BgClassName
{
background-color: #E85355;
}
</style>
border-color css
<style>
span { border-color: #E85355; }
span { border-color: rgb(232,83,85); }
td.TdClassName
{
border-color: #E85355;
}
.TagClassName
{
border-color: #E85355;
}
</style>