Shades of Mandy #E54A60
Tints of Mandy #E54A60
RGB
CMYK
RGB Variations
Color information
#E54A60 (or 0xE54A60) is known color: Mandy. HEX triplet: E5, 4A and 60. RGB value is (229,74,96). Sum of RGB (Red+Green+Blue) = 229+74+96=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A60 is #1AB59F. Grayscale: #7A7A7A. Windows color (decimal): -1750432 or 6310629. OLE color: 6310629.
HSL color Cylindrical-coordinate representation of color #E54A60: hue angle of 351.48º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A60 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 96 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.10 |
| HSL | 351.48º | 0.75% | 0.59% | - |
| HSV(B) | 351.48º | 0.68% | 0.9% | - |
| XYZ | 36.87 | 22.4 | 13.45 | - |
| YUV | 122.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 96 | 0 | 0.68 | 0.58 | 0.10 | 351.48 | 0.75 | 0.59 |
| Hex | E5 | 4A | 60 | 0 | 44 | 3A | A | 15F | 4B | 3B |
| Octal | 345 | 112 | 140 | 0 | 104 | 72 | 12 | 537 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1100000 | 0 | 1000100 | 111010 | 1010 | 101011111 | 1001011 | 111011 |
Color Harmonies of #E54A60
Complementary color
Monochromatic Colors of #E54A60
Black with #E54A60
Text Example
Text Example
White with #E54A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A60; }
p { color: rgb(229,74,96); }
H1.HeaderClassName
{
color: #E54A60;
}
.AnyTagClassName
{
color: #E54A60;
}
</style>
background-color css
<style>
a { background-color: #E54A60; }
a { background-color: rgb(229,74,96); }
div.DivClassName
{
background-color: #E54A60;
}
.BgClassName
{
background-color: #E54A60;
}
</style>
border-color css
<style>
span { border-color: #E54A60; }
span { border-color: rgb(229,74,96); }
td.TdClassName
{
border-color: #E54A60;
}
.TagClassName
{
border-color: #E54A60;
}
</style>