Shades of Amaranth #E52547
Tints of Amaranth #E52547
RGB
CMYK
RGB Variations
Color information
#E52547 (or 0xE52547) is known color: Amaranth. HEX triplet: E5, 25 and 47. RGB value is (229,37,71). Sum of RGB (Red+Green+Blue) = 229+37+71=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E52547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52547 is #1ADAB8. Grayscale: #626262. Windows color (decimal): -1759929 or 4662757. OLE color: 4662757.
HSL color Cylindrical-coordinate representation of color #E52547: hue angle of 349.38º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E52547 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 71 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.10 |
| HSL | 349.38º | 0.79% | 0.52% | - |
| HSV(B) | 349.38º | 0.84% | 0.9% | - |
| XYZ | 34.11 | 18.44 | 7.72 | - |
| YUV | 98.28 | 112.61 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 71 | 0 | 0.84 | 0.69 | 0.10 | 349.38 | 0.79 | 0.52 |
| Hex | E5 | 25 | 47 | 0 | 54 | 45 | A | 15D | 4F | 34 |
| Octal | 345 | 45 | 107 | 0 | 124 | 105 | 12 | 535 | 117 | 64 |
| Binary | 11100101 | 100101 | 1000111 | 0 | 1010100 | 1000101 | 1010 | 101011101 | 1001111 | 110100 |
Color Harmonies of #E52547
Complementary color
Monochromatic Colors of #E52547
Black with #E52547
Text Example
Text Example
White with #E52547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52547; }
p { color: rgb(229,37,71); }
H1.HeaderClassName
{
color: #E52547;
}
.AnyTagClassName
{
color: #E52547;
}
</style>
background-color css
<style>
a { background-color: #E52547; }
a { background-color: rgb(229,37,71); }
div.DivClassName
{
background-color: #E52547;
}
.BgClassName
{
background-color: #E52547;
}
</style>
border-color css
<style>
span { border-color: #E52547; }
span { border-color: rgb(229,37,71); }
td.TdClassName
{
border-color: #E52547;
}
.TagClassName
{
border-color: #E52547;
}
</style>