Shades of Amaranth #E53C56
Tints of Amaranth #E53C56
RGB
CMYK
RGB Variations
Color information
#E53C56 (or 0xE53C56) is known color: Amaranth. HEX triplet: E5, 3C and 56. RGB value is (229,60,86). Sum of RGB (Red+Green+Blue) = 229+60+86=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C56 is #1AC3A9. Grayscale: #717171. Windows color (decimal): -1754026 or 5651685. OLE color: 5651685.
HSL color Cylindrical-coordinate representation of color #E53C56: hue angle of 350.77º 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 #E53C56 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 86 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.10 |
| HSL | 350.77º | 0.76% | 0.57% | - |
| HSV(B) | 350.77º | 0.74% | 0.9% | - |
| XYZ | 35.61 | 20.56 | 10.9 | - |
| YUV | 113.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 86 | 0 | 0.74 | 0.62 | 0.10 | 350.77 | 0.76 | 0.57 |
| Hex | E5 | 3C | 56 | 0 | 4A | 3E | A | 15F | 4C | 39 |
| Octal | 345 | 74 | 126 | 0 | 112 | 76 | 12 | 537 | 114 | 71 |
| Binary | 11100101 | 111100 | 1010110 | 0 | 1001010 | 111110 | 1010 | 101011111 | 1001100 | 111001 |
Color Harmonies of #E53C56
Complementary color
Monochromatic Colors of #E53C56
Black with #E53C56
Text Example
Text Example
White with #E53C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C56; }
p { color: rgb(229,60,86); }
H1.HeaderClassName
{
color: #E53C56;
}
.AnyTagClassName
{
color: #E53C56;
}
</style>
background-color css
<style>
a { background-color: #E53C56; }
a { background-color: rgb(229,60,86); }
div.DivClassName
{
background-color: #E53C56;
}
.BgClassName
{
background-color: #E53C56;
}
</style>
border-color css
<style>
span { border-color: #E53C56; }
span { border-color: rgb(229,60,86); }
td.TdClassName
{
border-color: #E53C56;
}
.TagClassName
{
border-color: #E53C56;
}
</style>