Shades of Mandy #E54D60
Tints of Mandy #E54D60
RGB
CMYK
RGB Variations
Color information
#E54D60 (or 0xE54D60) is known color: Mandy. HEX triplet: E5, 4D and 60. RGB value is (229,77,96). Sum of RGB (Red+Green+Blue) = 229+77+96=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D60 is #1AB29F. Grayscale: #7C7C7C. Windows color (decimal): -1749664 or 6311397. OLE color: 6311397.
HSL color Cylindrical-coordinate representation of color #E54D60: hue angle of 352.5º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54D60 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 96 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.10 |
| HSL | 352.5º | 0.75% | 0.6% | - |
| HSV(B) | 352.5º | 0.66% | 0.9% | - |
| XYZ | 37.08 | 22.81 | 13.51 | - |
| YUV | 124.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 96 | 0 | 0.66 | 0.58 | 0.10 | 352.5 | 0.75 | 0.6 |
| Hex | E5 | 4D | 60 | 0 | 42 | 3A | A | 160 | 4B | 3C |
| Octal | 345 | 115 | 140 | 0 | 102 | 72 | 12 | 540 | 113 | 74 |
| Binary | 11100101 | 1001101 | 1100000 | 0 | 1000010 | 111010 | 1010 | 101100000 | 1001011 | 111100 |
Color Harmonies of #E54D60
Complementary color
Monochromatic Colors of #E54D60
Black with #E54D60
Text Example
Text Example
White with #E54D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D60; }
p { color: rgb(229,77,96); }
H1.HeaderClassName
{
color: #E54D60;
}
.AnyTagClassName
{
color: #E54D60;
}
</style>
background-color css
<style>
a { background-color: #E54D60; }
a { background-color: rgb(229,77,96); }
div.DivClassName
{
background-color: #E54D60;
}
.BgClassName
{
background-color: #E54D60;
}
</style>
border-color css
<style>
span { border-color: #E54D60; }
span { border-color: rgb(229,77,96); }
td.TdClassName
{
border-color: #E54D60;
}
.TagClassName
{
border-color: #E54D60;
}
</style>