Shades of Amaranth #E53849
Tints of Amaranth #E53849
RGB
CMYK
RGB Variations
Color information
#E53849 (or 0xE53849) is known color: Amaranth. HEX triplet: E5, 38 and 49. RGB value is (229,56,73). Sum of RGB (Red+Green+Blue) = 229+56+73=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E53849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53849 is #1AC7B6. Grayscale: #6D6D6D. Windows color (decimal): -1755063 or 4798693. OLE color: 4798693.
HSL color Cylindrical-coordinate representation of color #E53849: hue angle of 354.1º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53849 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 73 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.10 |
| HSL | 354.1º | 0.77% | 0.56% | - |
| HSV(B) | 354.1º | 0.76% | 0.9% | - |
| XYZ | 34.93 | 19.97 | 8.32 | - |
| YUV | 109.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 73 | 0 | 0.76 | 0.68 | 0.10 | 354.1 | 0.77 | 0.56 |
| Hex | E5 | 38 | 49 | 0 | 4C | 44 | A | 162 | 4D | 38 |
| Octal | 345 | 70 | 111 | 0 | 114 | 104 | 12 | 542 | 115 | 70 |
| Binary | 11100101 | 111000 | 1001001 | 0 | 1001100 | 1000100 | 1010 | 101100010 | 1001101 | 111000 |
Color Harmonies of #E53849
Complementary color
Monochromatic Colors of #E53849
Black with #E53849
Text Example
Text Example
White with #E53849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53849; }
p { color: rgb(229,56,73); }
H1.HeaderClassName
{
color: #E53849;
}
.AnyTagClassName
{
color: #E53849;
}
</style>
background-color css
<style>
a { background-color: #E53849; }
a { background-color: rgb(229,56,73); }
div.DivClassName
{
background-color: #E53849;
}
.BgClassName
{
background-color: #E53849;
}
</style>
border-color css
<style>
span { border-color: #E53849; }
span { border-color: rgb(229,56,73); }
td.TdClassName
{
border-color: #E53849;
}
.TagClassName
{
border-color: #E53849;
}
</style>