Shades of Amaranth #E52847
Tints of Amaranth #E52847
RGB
CMYK
RGB Variations
Color information
#E52847 (or 0xE52847) is known color: Amaranth. HEX triplet: E5, 28 and 47. RGB value is (229,40,71). Sum of RGB (Red+Green+Blue) = 229+40+71=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E52847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52847 is #1AD7B8. Grayscale: #646464. Windows color (decimal): -1759161 or 4663525. OLE color: 4663525.
HSL color Cylindrical-coordinate representation of color #E52847: hue angle of 350.16º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52847 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 71 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.10 |
| HSL | 350.16º | 0.78% | 0.53% | - |
| HSV(B) | 350.16º | 0.83% | 0.9% | - |
| XYZ | 34.21 | 18.63 | 7.75 | - |
| YUV | 100.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 71 | 0 | 0.83 | 0.69 | 0.10 | 350.16 | 0.78 | 0.53 |
| Hex | E5 | 28 | 47 | 0 | 53 | 45 | A | 15E | 4E | 35 |
| Octal | 345 | 50 | 107 | 0 | 123 | 105 | 12 | 536 | 116 | 65 |
| Binary | 11100101 | 101000 | 1000111 | 0 | 1010011 | 1000101 | 1010 | 101011110 | 1001110 | 110101 |
Color Harmonies of #E52847
Complementary color
Monochromatic Colors of #E52847
Black with #E52847
Text Example
Text Example
White with #E52847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52847; }
p { color: rgb(229,40,71); }
H1.HeaderClassName
{
color: #E52847;
}
.AnyTagClassName
{
color: #E52847;
}
</style>
background-color css
<style>
a { background-color: #E52847; }
a { background-color: rgb(229,40,71); }
div.DivClassName
{
background-color: #E52847;
}
.BgClassName
{
background-color: #E52847;
}
</style>
border-color css
<style>
span { border-color: #E52847; }
span { border-color: rgb(229,40,71); }
td.TdClassName
{
border-color: #E52847;
}
.TagClassName
{
border-color: #E52847;
}
</style>