Shades of Mandy #E04C5D
Tints of Mandy #E04C5D
RGB
CMYK
RGB Variations
Color information
#E04C5D (or 0xE04C5D) is known color: Mandy. HEX triplet: E0, 4C and 5D. RGB value is (224,76,93). Sum of RGB (Red+Green+Blue) = 224+76+93=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C5D is #1FB3A2. Grayscale: #7A7A7A. Windows color (decimal): -2077603 or 6114528. OLE color: 6114528.
HSL color Cylindrical-coordinate representation of color #E04C5D: hue angle of 353.11º 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 #E04C5D is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 93 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.12 |
| HSL | 353.11º | 0.7% | 0.59% | - |
| HSV(B) | 353.11º | 0.66% | 0.88% | - |
| XYZ | 35.3 | 21.81 | 12.7 | - |
| YUV | 122.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 93 | 0 | 0.66 | 0.58 | 0.12 | 353.11 | 0.7 | 0.59 |
| Hex | E0 | 4C | 5D | 0 | 42 | 3A | C | 161 | 46 | 3B |
| Octal | 340 | 114 | 135 | 0 | 102 | 72 | 14 | 541 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1011101 | 0 | 1000010 | 111010 | 1100 | 101100001 | 1000110 | 111011 |
Color Harmonies of #E04C5D
Complementary color
Monochromatic Colors of #E04C5D
Black with #E04C5D
Text Example
Text Example
White with #E04C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C5D; }
p { color: rgb(224,76,93); }
H1.HeaderClassName
{
color: #E04C5D;
}
.AnyTagClassName
{
color: #E04C5D;
}
</style>
background-color css
<style>
a { background-color: #E04C5D; }
a { background-color: rgb(224,76,93); }
div.DivClassName
{
background-color: #E04C5D;
}
.BgClassName
{
background-color: #E04C5D;
}
</style>
border-color css
<style>
span { border-color: #E04C5D; }
span { border-color: rgb(224,76,93); }
td.TdClassName
{
border-color: #E04C5D;
}
.TagClassName
{
border-color: #E04C5D;
}
</style>