Shades of Mandy #E04C5E
Tints of Mandy #E04C5E
RGB
CMYK
RGB Variations
Color information
#E04C5E (or 0xE04C5E) is known color: Mandy. HEX triplet: E0, 4C and 5E. RGB value is (224,76,94). Sum of RGB (Red+Green+Blue) = 224+76+94=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C5E is #1FB3A1. Grayscale: #7A7A7A. Windows color (decimal): -2077602 or 6180064. OLE color: 6180064.
HSL color Cylindrical-coordinate representation of color #E04C5E: hue angle of 352.7º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04C5E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 94 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.12 |
| HSL | 352.7º | 0.7% | 0.59% | - |
| HSV(B) | 352.7º | 0.66% | 0.88% | - |
| XYZ | 35.35 | 21.82 | 12.94 | - |
| YUV | 122.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 94 | 0 | 0.66 | 0.58 | 0.12 | 352.7 | 0.7 | 0.59 |
| Hex | E0 | 4C | 5E | 0 | 42 | 3A | C | 161 | 46 | 3B |
| Octal | 340 | 114 | 136 | 0 | 102 | 72 | 14 | 541 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1011110 | 0 | 1000010 | 111010 | 1100 | 101100001 | 1000110 | 111011 |
Color Harmonies of #E04C5E
Complementary color
Monochromatic Colors of #E04C5E
Black with #E04C5E
Text Example
Text Example
White with #E04C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C5E; }
p { color: rgb(224,76,94); }
H1.HeaderClassName
{
color: #E04C5E;
}
.AnyTagClassName
{
color: #E04C5E;
}
</style>
background-color css
<style>
a { background-color: #E04C5E; }
a { background-color: rgb(224,76,94); }
div.DivClassName
{
background-color: #E04C5E;
}
.BgClassName
{
background-color: #E04C5E;
}
</style>
border-color css
<style>
span { border-color: #E04C5E; }
span { border-color: rgb(224,76,94); }
td.TdClassName
{
border-color: #E04C5E;
}
.TagClassName
{
border-color: #E04C5E;
}
</style>