Shades of Amaranth #E53249
Tints of Amaranth #E53249
RGB
CMYK
RGB Variations
Color information
#E53249 (or 0xE53249) is known color: Amaranth. HEX triplet: E5, 32 and 49. RGB value is (229,50,73). Sum of RGB (Red+Green+Blue) = 229+50+73=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E53249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53249 is #1ACDB6. Grayscale: #6A6A6A. Windows color (decimal): -1756599 or 4797157. OLE color: 4797157.
HSL color Cylindrical-coordinate representation of color #E53249: hue angle of 352.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53249 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 73 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.10 |
| HSL | 352.29º | 0.77% | 0.55% | - |
| HSV(B) | 352.29º | 0.78% | 0.9% | - |
| XYZ | 34.66 | 19.42 | 8.23 | - |
| YUV | 106.14 | 109.3 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 73 | 0 | 0.78 | 0.68 | 0.10 | 352.29 | 0.77 | 0.55 |
| Hex | E5 | 32 | 49 | 0 | 4E | 44 | A | 160 | 4D | 37 |
| Octal | 345 | 62 | 111 | 0 | 116 | 104 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110010 | 1001001 | 0 | 1001110 | 1000100 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E53249
Complementary color
Monochromatic Colors of #E53249
Black with #E53249
Text Example
Text Example
White with #E53249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53249; }
p { color: rgb(229,50,73); }
H1.HeaderClassName
{
color: #E53249;
}
.AnyTagClassName
{
color: #E53249;
}
</style>
background-color css
<style>
a { background-color: #E53249; }
a { background-color: rgb(229,50,73); }
div.DivClassName
{
background-color: #E53249;
}
.BgClassName
{
background-color: #E53249;
}
</style>
border-color css
<style>
span { border-color: #E53249; }
span { border-color: rgb(229,50,73); }
td.TdClassName
{
border-color: #E53249;
}
.TagClassName
{
border-color: #E53249;
}
</style>