Shades of Mandy #E04A50
Tints of Mandy #E04A50
RGB
CMYK
RGB Variations
Color information
#E04A50 (or 0xE04A50) is known color: Mandy. HEX triplet: E0, 4A and 50. RGB value is (224,74,80). Sum of RGB (Red+Green+Blue) = 224+74+80=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A50 is #1FB5AF. Grayscale: #777777. Windows color (decimal): -2078128 or 5262048. OLE color: 5262048.
HSL color Cylindrical-coordinate representation of color #E04A50: hue angle of 357.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A50 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 80 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.12 |
| HSL | 357.6º | 0.71% | 0.58% | - |
| HSV(B) | 357.6º | 0.67% | 0.88% | - |
| XYZ | 34.64 | 21.32 | 9.88 | - |
| YUV | 119.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 80 | 0 | 0.67 | 0.64 | 0.12 | 357.6 | 0.71 | 0.58 |
| Hex | E0 | 4A | 50 | 0 | 43 | 40 | C | 166 | 47 | 3A |
| Octal | 340 | 112 | 120 | 0 | 103 | 100 | 14 | 546 | 107 | 72 |
| Binary | 11100000 | 1001010 | 1010000 | 0 | 1000011 | 1000000 | 1100 | 101100110 | 1000111 | 111010 |
Color Harmonies of #E04A50
Complementary color
Monochromatic Colors of #E04A50
Black with #E04A50
Text Example
Text Example
White with #E04A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A50; }
p { color: rgb(224,74,80); }
H1.HeaderClassName
{
color: #E04A50;
}
.AnyTagClassName
{
color: #E04A50;
}
</style>
background-color css
<style>
a { background-color: #E04A50; }
a { background-color: rgb(224,74,80); }
div.DivClassName
{
background-color: #E04A50;
}
.BgClassName
{
background-color: #E04A50;
}
</style>
border-color css
<style>
span { border-color: #E04A50; }
span { border-color: rgb(224,74,80); }
td.TdClassName
{
border-color: #E04A50;
}
.TagClassName
{
border-color: #E04A50;
}
</style>