Shades of Mandy #E04D5E
Tints of Mandy #E04D5E
RGB
CMYK
RGB Variations
Color information
#E04D5E (or 0xE04D5E) is known color: Mandy. HEX triplet: E0, 4D and 5E. RGB value is (224,77,94). Sum of RGB (Red+Green+Blue) = 224+77+94=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D5E is #1FB2A1. Grayscale: #7A7A7A. Windows color (decimal): -2077346 or 6180320. OLE color: 6180320.
HSL color Cylindrical-coordinate representation of color #E04D5E: hue angle of 353.06º 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 #E04D5E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 94 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.12 |
| HSL | 353.06º | 0.7% | 0.59% | - |
| HSV(B) | 353.06º | 0.66% | 0.88% | - |
| XYZ | 35.41 | 21.96 | 12.96 | - |
| YUV | 122.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 94 | 0 | 0.66 | 0.58 | 0.12 | 353.06 | 0.7 | 0.59 |
| Hex | E0 | 4D | 5E | 0 | 42 | 3A | C | 161 | 46 | 3B |
| Octal | 340 | 115 | 136 | 0 | 102 | 72 | 14 | 541 | 106 | 73 |
| Binary | 11100000 | 1001101 | 1011110 | 0 | 1000010 | 111010 | 1100 | 101100001 | 1000110 | 111011 |
Color Harmonies of #E04D5E
Complementary color
Monochromatic Colors of #E04D5E
Black with #E04D5E
Text Example
Text Example
White with #E04D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D5E; }
p { color: rgb(224,77,94); }
H1.HeaderClassName
{
color: #E04D5E;
}
.AnyTagClassName
{
color: #E04D5E;
}
</style>
background-color css
<style>
a { background-color: #E04D5E; }
a { background-color: rgb(224,77,94); }
div.DivClassName
{
background-color: #E04D5E;
}
.BgClassName
{
background-color: #E04D5E;
}
</style>
border-color css
<style>
span { border-color: #E04D5E; }
span { border-color: rgb(224,77,94); }
td.TdClassName
{
border-color: #E04D5E;
}
.TagClassName
{
border-color: #E04D5E;
}
</style>