Shades of Mandy #E0475B
Tints of Mandy #E0475B
RGB
CMYK
RGB Variations
Color information
#E0475B (or 0xE0475B) is known color: Mandy. HEX triplet: E0, 47 and 5B. RGB value is (224,71,91). Sum of RGB (Red+Green+Blue) = 224+71+91=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E0475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0475B is #1FB8A4. Grayscale: #777777. Windows color (decimal): -2078885 or 5982176. OLE color: 5982176.
HSL color Cylindrical-coordinate representation of color #E0475B: hue angle of 352.16º 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 #E0475B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 91 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.12 |
| HSL | 352.16º | 0.71% | 0.58% | - |
| HSV(B) | 352.16º | 0.68% | 0.88% | - |
| XYZ | 34.88 | 21.11 | 12.13 | - |
| YUV | 119.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 91 | 0 | 0.68 | 0.59 | 0.12 | 352.16 | 0.71 | 0.58 |
| Hex | E0 | 47 | 5B | 0 | 44 | 3B | C | 160 | 47 | 3A |
| Octal | 340 | 107 | 133 | 0 | 104 | 73 | 14 | 540 | 107 | 72 |
| Binary | 11100000 | 1000111 | 1011011 | 0 | 1000100 | 111011 | 1100 | 101100000 | 1000111 | 111010 |
Color Harmonies of #E0475B
Complementary color
Monochromatic Colors of #E0475B
Black with #E0475B
Text Example
Text Example
White with #E0475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0475B; }
p { color: rgb(224,71,91); }
H1.HeaderClassName
{
color: #E0475B;
}
.AnyTagClassName
{
color: #E0475B;
}
</style>
background-color css
<style>
a { background-color: #E0475B; }
a { background-color: rgb(224,71,91); }
div.DivClassName
{
background-color: #E0475B;
}
.BgClassName
{
background-color: #E0475B;
}
</style>
border-color css
<style>
span { border-color: #E0475B; }
span { border-color: rgb(224,71,91); }
td.TdClassName
{
border-color: #E0475B;
}
.TagClassName
{
border-color: #E0475B;
}
</style>