Shades of Amaranth #E53557
Tints of Amaranth #E53557
RGB
CMYK
RGB Variations
Color information
#E53557 (or 0xE53557) is known color: Amaranth. HEX triplet: E5, 35 and 57. RGB value is (229,53,87). Sum of RGB (Red+Green+Blue) = 229+53+87=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E53557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53557 is #1ACAA8. Grayscale: #6D6D6D. Windows color (decimal): -1755817 or 5715429. OLE color: 5715429.
HSL color Cylindrical-coordinate representation of color #E53557: hue angle of 348.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53557 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 87 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.10 |
| HSL | 348.41º | 0.77% | 0.55% | - |
| HSV(B) | 348.41º | 0.77% | 0.9% | - |
| XYZ | 35.31 | 19.89 | 11 | - |
| YUV | 109.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 87 | 0 | 0.77 | 0.62 | 0.10 | 348.41 | 0.77 | 0.55 |
| Hex | E5 | 35 | 57 | 0 | 4D | 3E | A | 15C | 4D | 37 |
| Octal | 345 | 65 | 127 | 0 | 115 | 76 | 12 | 534 | 115 | 67 |
| Binary | 11100101 | 110101 | 1010111 | 0 | 1001101 | 111110 | 1010 | 101011100 | 1001101 | 110111 |
Color Harmonies of #E53557
Complementary color
Monochromatic Colors of #E53557
Black with #E53557
Text Example
Text Example
White with #E53557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53557; }
p { color: rgb(229,53,87); }
H1.HeaderClassName
{
color: #E53557;
}
.AnyTagClassName
{
color: #E53557;
}
</style>
background-color css
<style>
a { background-color: #E53557; }
a { background-color: rgb(229,53,87); }
div.DivClassName
{
background-color: #E53557;
}
.BgClassName
{
background-color: #E53557;
}
</style>
border-color css
<style>
span { border-color: #E53557; }
span { border-color: rgb(229,53,87); }
td.TdClassName
{
border-color: #E53557;
}
.TagClassName
{
border-color: #E53557;
}
</style>