Shades of Mandy #E04C5B
Tints of Mandy #E04C5B
RGB
CMYK
RGB Variations
Color information
#E04C5B (or 0xE04C5B) is known color: Mandy. HEX triplet: E0, 4C and 5B. RGB value is (224,76,91). Sum of RGB (Red+Green+Blue) = 224+76+91=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C5B is #1FB3A4. Grayscale: #7A7A7A. Windows color (decimal): -2077605 or 5983456. OLE color: 5983456.
HSL color Cylindrical-coordinate representation of color #E04C5B: hue angle of 353.92º 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 #E04C5B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 91 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.12 |
| HSL | 353.92º | 0.7% | 0.59% | - |
| HSV(B) | 353.92º | 0.66% | 0.88% | - |
| XYZ | 35.21 | 21.77 | 12.24 | - |
| YUV | 121.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 91 | 0 | 0.66 | 0.59 | 0.12 | 353.92 | 0.7 | 0.59 |
| Hex | E0 | 4C | 5B | 0 | 42 | 3B | C | 162 | 46 | 3B |
| Octal | 340 | 114 | 133 | 0 | 102 | 73 | 14 | 542 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1011011 | 0 | 1000010 | 111011 | 1100 | 101100010 | 1000110 | 111011 |
Color Harmonies of #E04C5B
Complementary color
Monochromatic Colors of #E04C5B
Black with #E04C5B
Text Example
Text Example
White with #E04C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C5B; }
p { color: rgb(224,76,91); }
H1.HeaderClassName
{
color: #E04C5B;
}
.AnyTagClassName
{
color: #E04C5B;
}
</style>
background-color css
<style>
a { background-color: #E04C5B; }
a { background-color: rgb(224,76,91); }
div.DivClassName
{
background-color: #E04C5B;
}
.BgClassName
{
background-color: #E04C5B;
}
</style>
border-color css
<style>
span { border-color: #E04C5B; }
span { border-color: rgb(224,76,91); }
td.TdClassName
{
border-color: #E04C5B;
}
.TagClassName
{
border-color: #E04C5B;
}
</style>