Shades of Mandy #E0474E
Tints of Mandy #E0474E
RGB
CMYK
RGB Variations
Color information
#E0474E (or 0xE0474E) is known color: Mandy. HEX triplet: E0, 47 and 4E. RGB value is (224,71,78). Sum of RGB (Red+Green+Blue) = 224+71+78=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E0474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0474E is #1FB8B1. Grayscale: #757575. Windows color (decimal): -2078898 or 5130208. OLE color: 5130208.
HSL color Cylindrical-coordinate representation of color #E0474E: hue angle of 357.25º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0474E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 78 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.12 |
| HSL | 357.25º | 0.71% | 0.58% | - |
| HSV(B) | 357.25º | 0.68% | 0.88% | - |
| XYZ | 34.37 | 20.9 | 9.43 | - |
| YUV | 117.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 78 | 0 | 0.68 | 0.65 | 0.12 | 357.25 | 0.71 | 0.58 |
| Hex | E0 | 47 | 4E | 0 | 44 | 41 | C | 165 | 47 | 3A |
| Octal | 340 | 107 | 116 | 0 | 104 | 101 | 14 | 545 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1001110 | 0 | 1000100 | 1000001 | 1100 | 101100101 | 1000111 | 111010 |
Color Harmonies of #E0474E
Complementary color
Monochromatic Colors of #E0474E
Black with #E0474E
Text Example
Text Example
White with #E0474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0474E; }
p { color: rgb(224,71,78); }
H1.HeaderClassName
{
color: #E0474E;
}
.AnyTagClassName
{
color: #E0474E;
}
</style>
background-color css
<style>
a { background-color: #E0474E; }
a { background-color: rgb(224,71,78); }
div.DivClassName
{
background-color: #E0474E;
}
.BgClassName
{
background-color: #E0474E;
}
</style>
border-color css
<style>
span { border-color: #E0474E; }
span { border-color: rgb(224,71,78); }
td.TdClassName
{
border-color: #E0474E;
}
.TagClassName
{
border-color: #E0474E;
}
</style>