Shades of Amaranth #E53C53
Tints of Amaranth #E53C53
RGB
CMYK
RGB Variations
Color information
#E53C53 (or 0xE53C53) is known color: Amaranth. HEX triplet: E5, 3C and 53. RGB value is (229,60,83). Sum of RGB (Red+Green+Blue) = 229+60+83=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C53 is #1AC3AC. Grayscale: #717171. Windows color (decimal): -1754029 or 5455077. OLE color: 5455077.
HSL color Cylindrical-coordinate representation of color #E53C53: hue angle of 351.83º 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 #E53C53 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 83 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.10 |
| HSL | 351.83º | 0.76% | 0.57% | - |
| HSV(B) | 351.83º | 0.74% | 0.9% | - |
| XYZ | 35.49 | 20.51 | 10.27 | - |
| YUV | 113.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 83 | 0 | 0.74 | 0.64 | 0.10 | 351.83 | 0.76 | 0.57 |
| Hex | E5 | 3C | 53 | 0 | 4A | 40 | A | 160 | 4C | 39 |
| Octal | 345 | 74 | 123 | 0 | 112 | 100 | 12 | 540 | 114 | 71 |
| Binary | 11100101 | 111100 | 1010011 | 0 | 1001010 | 1000000 | 1010 | 101100000 | 1001100 | 111001 |
Color Harmonies of #E53C53
Complementary color
Monochromatic Colors of #E53C53
Black with #E53C53
Text Example
Text Example
White with #E53C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C53; }
p { color: rgb(229,60,83); }
H1.HeaderClassName
{
color: #E53C53;
}
.AnyTagClassName
{
color: #E53C53;
}
</style>
background-color css
<style>
a { background-color: #E53C53; }
a { background-color: rgb(229,60,83); }
div.DivClassName
{
background-color: #E53C53;
}
.BgClassName
{
background-color: #E53C53;
}
</style>
border-color css
<style>
span { border-color: #E53C53; }
span { border-color: rgb(229,60,83); }
td.TdClassName
{
border-color: #E53C53;
}
.TagClassName
{
border-color: #E53C53;
}
</style>