Shades of Mandy #E04C4E
Tints of Mandy #E04C4E
RGB
CMYK
RGB Variations
Color information
#E04C4E (or 0xE04C4E) is known color: Mandy. HEX triplet: E0, 4C and 4E. RGB value is (224,76,78). Sum of RGB (Red+Green+Blue) = 224+76+78=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C4E is #1FB3B1. Grayscale: #787878. Windows color (decimal): -2077618 or 5131488. OLE color: 5131488.
HSL color Cylindrical-coordinate representation of color #E04C4E: hue angle of 359.19º 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 #E04C4E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 78 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.12 |
| HSL | 359.19º | 0.7% | 0.59% | - |
| HSV(B) | 359.19º | 0.66% | 0.88% | - |
| XYZ | 34.7 | 21.57 | 9.54 | - |
| YUV | 120.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 78 | 0 | 0.66 | 0.65 | 0.12 | 359.19 | 0.7 | 0.59 |
| Hex | E0 | 4C | 4E | 0 | 42 | 41 | C | 167 | 46 | 3B |
| Octal | 340 | 114 | 116 | 0 | 102 | 101 | 14 | 547 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1001110 | 0 | 1000010 | 1000001 | 1100 | 101100111 | 1000110 | 111011 |
Color Harmonies of #E04C4E
Complementary color
Monochromatic Colors of #E04C4E
Black with #E04C4E
Text Example
Text Example
White with #E04C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C4E; }
p { color: rgb(224,76,78); }
H1.HeaderClassName
{
color: #E04C4E;
}
.AnyTagClassName
{
color: #E04C4E;
}
</style>
background-color css
<style>
a { background-color: #E04C4E; }
a { background-color: rgb(224,76,78); }
div.DivClassName
{
background-color: #E04C4E;
}
.BgClassName
{
background-color: #E04C4E;
}
</style>
border-color css
<style>
span { border-color: #E04C4E; }
span { border-color: rgb(224,76,78); }
td.TdClassName
{
border-color: #E04C4E;
}
.TagClassName
{
border-color: #E04C4E;
}
</style>