Shades of Mandy #E54A59
Tints of Mandy #E54A59
RGB
CMYK
RGB Variations
Color information
#E54A59 (or 0xE54A59) is known color: Mandy. HEX triplet: E5, 4A and 59. RGB value is (229,74,89). Sum of RGB (Red+Green+Blue) = 229+74+89=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A59 is #1AB5A6. Grayscale: #7A7A7A. Windows color (decimal): -1750439 or 5851877. OLE color: 5851877.
HSL color Cylindrical-coordinate representation of color #E54A59: hue angle of 354.19º 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 #E54A59 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 89 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.10 |
| HSL | 354.19º | 0.75% | 0.59% | - |
| HSV(B) | 354.19º | 0.68% | 0.9% | - |
| XYZ | 36.57 | 22.28 | 11.82 | - |
| YUV | 122.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 89 | 0 | 0.68 | 0.61 | 0.10 | 354.19 | 0.75 | 0.59 |
| Hex | E5 | 4A | 59 | 0 | 44 | 3D | A | 162 | 4B | 3B |
| Octal | 345 | 112 | 131 | 0 | 104 | 75 | 12 | 542 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1011001 | 0 | 1000100 | 111101 | 1010 | 101100010 | 1001011 | 111011 |
Color Harmonies of #E54A59
Complementary color
Monochromatic Colors of #E54A59
Black with #E54A59
Text Example
Text Example
White with #E54A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A59; }
p { color: rgb(229,74,89); }
H1.HeaderClassName
{
color: #E54A59;
}
.AnyTagClassName
{
color: #E54A59;
}
</style>
background-color css
<style>
a { background-color: #E54A59; }
a { background-color: rgb(229,74,89); }
div.DivClassName
{
background-color: #E54A59;
}
.BgClassName
{
background-color: #E54A59;
}
</style>
border-color css
<style>
span { border-color: #E54A59; }
span { border-color: rgb(229,74,89); }
td.TdClassName
{
border-color: #E54A59;
}
.TagClassName
{
border-color: #E54A59;
}
</style>