Shades of Amaranth #E53449
Tints of Amaranth #E53449
RGB
CMYK
RGB Variations
Color information
#E53449 (or 0xE53449) is known color: Amaranth. HEX triplet: E5, 34 and 49. RGB value is (229,52,73). Sum of RGB (Red+Green+Blue) = 229+52+73=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E53449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53449 is #1ACBB6. Grayscale: #6B6B6B. Windows color (decimal): -1756087 or 4797669. OLE color: 4797669.
HSL color Cylindrical-coordinate representation of color #E53449: hue angle of 352.88º 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 #E53449 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 73 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.10 |
| HSL | 352.88º | 0.77% | 0.55% | - |
| HSV(B) | 352.88º | 0.77% | 0.9% | - |
| XYZ | 34.74 | 19.6 | 8.25 | - |
| YUV | 107.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 73 | 0 | 0.77 | 0.68 | 0.10 | 352.88 | 0.77 | 0.55 |
| Hex | E5 | 34 | 49 | 0 | 4D | 44 | A | 161 | 4D | 37 |
| Octal | 345 | 64 | 111 | 0 | 115 | 104 | 12 | 541 | 115 | 67 |
| Binary | 11100101 | 110100 | 1001001 | 0 | 1001101 | 1000100 | 1010 | 101100001 | 1001101 | 110111 |
Color Harmonies of #E53449
Complementary color
Monochromatic Colors of #E53449
Black with #E53449
Text Example
Text Example
White with #E53449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53449; }
p { color: rgb(229,52,73); }
H1.HeaderClassName
{
color: #E53449;
}
.AnyTagClassName
{
color: #E53449;
}
</style>
background-color css
<style>
a { background-color: #E53449; }
a { background-color: rgb(229,52,73); }
div.DivClassName
{
background-color: #E53449;
}
.BgClassName
{
background-color: #E53449;
}
</style>
border-color css
<style>
span { border-color: #E53449; }
span { border-color: rgb(229,52,73); }
td.TdClassName
{
border-color: #E53449;
}
.TagClassName
{
border-color: #E53449;
}
</style>