Shades of Mandy #E05160
Tints of Mandy #E05160
RGB
CMYK
RGB Variations
Color information
#E05160 (or 0xE05160) is known color: Mandy. HEX triplet: E0, 51 and 60. RGB value is (224,81,96). Sum of RGB (Red+Green+Blue) = 224+81+96=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E05160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05160 is #1FAE9F. Grayscale: #7D7D7D. Windows color (decimal): -2076320 or 6312416. OLE color: 6312416.
HSL color Cylindrical-coordinate representation of color #E05160: hue angle of 353.71º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05160 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 96 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.12 |
| HSL | 353.71º | 0.7% | 0.6% | - |
| HSV(B) | 353.71º | 0.64% | 0.88% | - |
| XYZ | 35.79 | 22.58 | 13.54 | - |
| YUV | 125.47 | 111.38 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 96 | 0 | 0.64 | 0.57 | 0.12 | 353.71 | 0.7 | 0.6 |
| Hex | E0 | 51 | 60 | 0 | 40 | 39 | C | 162 | 46 | 3C |
| Octal | 340 | 121 | 140 | 0 | 100 | 71 | 14 | 542 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1100000 | 0 | 1000000 | 111001 | 1100 | 101100010 | 1000110 | 111100 |
Color Harmonies of #E05160
Complementary color
Monochromatic Colors of #E05160
Black with #E05160
Text Example
Text Example
White with #E05160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05160; }
p { color: rgb(224,81,96); }
H1.HeaderClassName
{
color: #E05160;
}
.AnyTagClassName
{
color: #E05160;
}
</style>
background-color css
<style>
a { background-color: #E05160; }
a { background-color: rgb(224,81,96); }
div.DivClassName
{
background-color: #E05160;
}
.BgClassName
{
background-color: #E05160;
}
</style>
border-color css
<style>
span { border-color: #E05160; }
span { border-color: rgb(224,81,96); }
td.TdClassName
{
border-color: #E05160;
}
.TagClassName
{
border-color: #E05160;
}
</style>