Shades of Amaranth #E52544
Tints of Amaranth #E52544
RGB
CMYK
RGB Variations
Color information
#E52544 (or 0xE52544) is known color: Amaranth. HEX triplet: E5, 25 and 44. RGB value is (229,37,68). Sum of RGB (Red+Green+Blue) = 229+37+68=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E52544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52544 is #1ADABB. Grayscale: #626262. Windows color (decimal): -1759932 or 4466149. OLE color: 4466149.
HSL color Cylindrical-coordinate representation of color #E52544: hue angle of 350.31º 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 #E52544 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 37 | 68 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.10 |
| HSL | 350.31º | 0.79% | 0.52% | - |
| HSV(B) | 350.31º | 0.84% | 0.9% | - |
| XYZ | 34.02 | 18.4 | 7.23 | - |
| YUV | 97.94 | 111.11 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 37 | 68 | 0 | 0.84 | 0.70 | 0.10 | 350.31 | 0.79 | 0.52 |
| Hex | E5 | 25 | 44 | 0 | 54 | 46 | A | 15E | 4F | 34 |
| Octal | 345 | 45 | 104 | 0 | 124 | 106 | 12 | 536 | 117 | 64 |
| Binary | 11100101 | 100101 | 1000100 | 0 | 1010100 | 1000110 | 1010 | 101011110 | 1001111 | 110100 |
Color Harmonies of #E52544
Complementary color
Monochromatic Colors of #E52544
Black with #E52544
Text Example
Text Example
White with #E52544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52544; }
p { color: rgb(229,37,68); }
H1.HeaderClassName
{
color: #E52544;
}
.AnyTagClassName
{
color: #E52544;
}
</style>
background-color css
<style>
a { background-color: #E52544; }
a { background-color: rgb(229,37,68); }
div.DivClassName
{
background-color: #E52544;
}
.BgClassName
{
background-color: #E52544;
}
</style>
border-color css
<style>
span { border-color: #E52544; }
span { border-color: rgb(229,37,68); }
td.TdClassName
{
border-color: #E52544;
}
.TagClassName
{
border-color: #E52544;
}
</style>