Shades of Amaranth #E53E49
Tints of Amaranth #E53E49
RGB
CMYK
RGB Variations
Color information
#E53E49 (or 0xE53E49) is known color: Amaranth. HEX triplet: E5, 3E and 49. RGB value is (229,62,73). Sum of RGB (Red+Green+Blue) = 229+62+73=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E49 is #1AC1B6. Grayscale: #717171. Windows color (decimal): -1753527 or 4800229. OLE color: 4800229.
HSL color Cylindrical-coordinate representation of color #E53E49: hue angle of 356.05º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53E49 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 73 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.10 |
| HSL | 356.05º | 0.76% | 0.57% | - |
| HSV(B) | 356.05º | 0.73% | 0.9% | - |
| XYZ | 35.24 | 20.58 | 8.42 | - |
| YUV | 113.19 | 105.33 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 73 | 0 | 0.73 | 0.68 | 0.10 | 356.05 | 0.76 | 0.57 |
| Hex | E5 | 3E | 49 | 0 | 49 | 44 | A | 164 | 4C | 39 |
| Octal | 345 | 76 | 111 | 0 | 111 | 104 | 12 | 544 | 114 | 71 |
| Binary | 11100101 | 111110 | 1001001 | 0 | 1001001 | 1000100 | 1010 | 101100100 | 1001100 | 111001 |
Color Harmonies of #E53E49
Complementary color
Monochromatic Colors of #E53E49
Black with #E53E49
Text Example
Text Example
White with #E53E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E49; }
p { color: rgb(229,62,73); }
H1.HeaderClassName
{
color: #E53E49;
}
.AnyTagClassName
{
color: #E53E49;
}
</style>
background-color css
<style>
a { background-color: #E53E49; }
a { background-color: rgb(229,62,73); }
div.DivClassName
{
background-color: #E53E49;
}
.BgClassName
{
background-color: #E53E49;
}
</style>
border-color css
<style>
span { border-color: #E53E49; }
span { border-color: rgb(229,62,73); }
td.TdClassName
{
border-color: #E53E49;
}
.TagClassName
{
border-color: #E53E49;
}
</style>