Shades of Amaranth #E53C54
Tints of Amaranth #E53C54
RGB
CMYK
RGB Variations
Color information
#E53C54 (or 0xE53C54) is known color: Amaranth. HEX triplet: E5, 3C and 54. RGB value is (229,60,84). Sum of RGB (Red+Green+Blue) = 229+60+84=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C54 is #1AC3AB. Grayscale: #717171. Windows color (decimal): -1754028 or 5520613. OLE color: 5520613.
HSL color Cylindrical-coordinate representation of color #E53C54: hue angle of 351.48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53C54 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 84 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.10 |
| HSL | 351.48º | 0.76% | 0.57% | - |
| HSV(B) | 351.48º | 0.74% | 0.9% | - |
| XYZ | 35.53 | 20.53 | 10.48 | - |
| YUV | 113.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 84 | 0 | 0.74 | 0.63 | 0.10 | 351.48 | 0.76 | 0.57 |
| Hex | E5 | 3C | 54 | 0 | 4A | 3F | A | 15F | 4C | 39 |
| Octal | 345 | 74 | 124 | 0 | 112 | 77 | 12 | 537 | 114 | 71 |
| Binary | 11100101 | 111100 | 1010100 | 0 | 1001010 | 111111 | 1010 | 101011111 | 1001100 | 111001 |
Color Harmonies of #E53C54
Complementary color
Monochromatic Colors of #E53C54
Black with #E53C54
Text Example
Text Example
White with #E53C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C54; }
p { color: rgb(229,60,84); }
H1.HeaderClassName
{
color: #E53C54;
}
.AnyTagClassName
{
color: #E53C54;
}
</style>
background-color css
<style>
a { background-color: #E53C54; }
a { background-color: rgb(229,60,84); }
div.DivClassName
{
background-color: #E53C54;
}
.BgClassName
{
background-color: #E53C54;
}
</style>
border-color css
<style>
span { border-color: #E53C54; }
span { border-color: rgb(229,60,84); }
td.TdClassName
{
border-color: #E53C54;
}
.TagClassName
{
border-color: #E53C54;
}
</style>