Shades of Amaranth #E53747
Tints of Amaranth #E53747
RGB
CMYK
RGB Variations
Color information
#E53747 (or 0xE53747) is known color: Amaranth. HEX triplet: E5, 37 and 47. RGB value is (229,55,71). Sum of RGB (Red+Green+Blue) = 229+55+71=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E53747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53747 is #1AC8B8. Grayscale: #6C6C6C. Windows color (decimal): -1755321 or 4667365. OLE color: 4667365.
HSL color Cylindrical-coordinate representation of color #E53747: hue angle of 354.48º 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 #E53747 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 55 | 71 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.10 |
| HSL | 354.48º | 0.77% | 0.56% | - |
| HSV(B) | 354.48º | 0.76% | 0.9% | - |
| XYZ | 34.82 | 19.85 | 7.96 | - |
| YUV | 108.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 71 | 0 | 0.76 | 0.69 | 0.10 | 354.48 | 0.77 | 0.56 |
| Hex | E5 | 37 | 47 | 0 | 4C | 45 | A | 162 | 4D | 38 |
| Octal | 345 | 67 | 107 | 0 | 114 | 105 | 12 | 542 | 115 | 70 |
| Binary | 11100101 | 110111 | 1000111 | 0 | 1001100 | 1000101 | 1010 | 101100010 | 1001101 | 111000 |
Color Harmonies of #E53747
Complementary color
Monochromatic Colors of #E53747
Black with #E53747
Text Example
Text Example
White with #E53747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53747; }
p { color: rgb(229,55,71); }
H1.HeaderClassName
{
color: #E53747;
}
.AnyTagClassName
{
color: #E53747;
}
</style>
background-color css
<style>
a { background-color: #E53747; }
a { background-color: rgb(229,55,71); }
div.DivClassName
{
background-color: #E53747;
}
.BgClassName
{
background-color: #E53747;
}
</style>
border-color css
<style>
span { border-color: #E53747; }
span { border-color: rgb(229,55,71); }
td.TdClassName
{
border-color: #E53747;
}
.TagClassName
{
border-color: #E53747;
}
</style>