Shades of Mandy #E0545E
Tints of Mandy #E0545E
RGB
CMYK
RGB Variations
Color information
#E0545E (or 0xE0545E) is known color: Mandy. HEX triplet: E0, 54 and 5E. RGB value is (224,84,94). Sum of RGB (Red+Green+Blue) = 224+84+94=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0545E is #1FABA1. Grayscale: #7F7F7F. Windows color (decimal): -2075554 or 6182112. OLE color: 6182112.
HSL color Cylindrical-coordinate representation of color #E0545E: hue angle of 355.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0545E is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 94 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.12 |
| HSL | 355.71º | 0.69% | 0.6% | - |
| HSV(B) | 355.71º | 0.63% | 0.88% | - |
| XYZ | 35.93 | 23 | 13.13 | - |
| YUV | 127 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 94 | 0 | 0.62 | 0.58 | 0.12 | 355.71 | 0.69 | 0.6 |
| Hex | E0 | 54 | 5E | 0 | 3E | 3A | C | 164 | 45 | 3C |
| Octal | 340 | 124 | 136 | 0 | 76 | 72 | 14 | 544 | 105 | 74 |
| Binary | 11100000 | 1010100 | 1011110 | 0 | 111110 | 111010 | 1100 | 101100100 | 1000101 | 111100 |
Color Harmonies of #E0545E
Complementary color
Monochromatic Colors of #E0545E
Black with #E0545E
Text Example
Text Example
White with #E0545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0545E; }
p { color: rgb(224,84,94); }
H1.HeaderClassName
{
color: #E0545E;
}
.AnyTagClassName
{
color: #E0545E;
}
</style>
background-color css
<style>
a { background-color: #E0545E; }
a { background-color: rgb(224,84,94); }
div.DivClassName
{
background-color: #E0545E;
}
.BgClassName
{
background-color: #E0545E;
}
</style>
border-color css
<style>
span { border-color: #E0545E; }
span { border-color: rgb(224,84,94); }
td.TdClassName
{
border-color: #E0545E;
}
.TagClassName
{
border-color: #E0545E;
}
</style>