Shades of Mandy #E0545A
Tints of Mandy #E0545A
RGB
CMYK
RGB Variations
Color information
#E0545A (or 0xE0545A) is known color: Mandy. HEX triplet: E0, 54 and 5A. RGB value is (224,84,90). Sum of RGB (Red+Green+Blue) = 224+84+90=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E0545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0545A is #1FABA5. Grayscale: #7E7E7E. Windows color (decimal): -2075558 or 5919968. OLE color: 5919968.
HSL color Cylindrical-coordinate representation of color #E0545A: hue angle of 357.43º 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 #E0545A is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 90 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.12 |
| HSL | 357.43º | 0.69% | 0.6% | - |
| HSV(B) | 357.43º | 0.63% | 0.88% | - |
| XYZ | 35.76 | 22.93 | 12.21 | - |
| YUV | 126.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 90 | 0 | 0.62 | 0.60 | 0.12 | 357.43 | 0.69 | 0.6 |
| Hex | E0 | 54 | 5A | 0 | 3E | 3C | C | 165 | 45 | 3C |
| Octal | 340 | 124 | 132 | 0 | 76 | 74 | 14 | 545 | 105 | 74 |
| Binary | 11100000 | 1010100 | 1011010 | 0 | 111110 | 111100 | 1100 | 101100101 | 1000101 | 111100 |
Color Harmonies of #E0545A
Complementary color
Monochromatic Colors of #E0545A
Black with #E0545A
Text Example
Text Example
White with #E0545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0545A; }
p { color: rgb(224,84,90); }
H1.HeaderClassName
{
color: #E0545A;
}
.AnyTagClassName
{
color: #E0545A;
}
</style>
background-color css
<style>
a { background-color: #E0545A; }
a { background-color: rgb(224,84,90); }
div.DivClassName
{
background-color: #E0545A;
}
.BgClassName
{
background-color: #E0545A;
}
</style>
border-color css
<style>
span { border-color: #E0545A; }
span { border-color: rgb(224,84,90); }
td.TdClassName
{
border-color: #E0545A;
}
.TagClassName
{
border-color: #E0545A;
}
</style>