Shades of Amaranth #E52444
Tints of Amaranth #E52444
RGB
CMYK
RGB Variations
Color information
#E52444 (or 0xE52444) is known color: Amaranth. HEX triplet: E5, 24 and 44. RGB value is (229,36,68). Sum of RGB (Red+Green+Blue) = 229+36+68=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E52444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52444 is #1ADBBB. Grayscale: #616161. Windows color (decimal): -1760188 or 4465893. OLE color: 4465893.
HSL color Cylindrical-coordinate representation of color #E52444: hue angle of 350.05º 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 #E52444 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 68 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.10 |
| HSL | 350.05º | 0.79% | 0.52% | - |
| HSV(B) | 350.05º | 0.84% | 0.9% | - |
| XYZ | 33.99 | 18.34 | 7.22 | - |
| YUV | 97.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 68 | 0 | 0.84 | 0.70 | 0.10 | 350.05 | 0.79 | 0.52 |
| Hex | E5 | 24 | 44 | 0 | 54 | 46 | A | 15E | 4F | 34 |
| Octal | 345 | 44 | 104 | 0 | 124 | 106 | 12 | 536 | 117 | 64 |
| Binary | 11100101 | 100100 | 1000100 | 0 | 1010100 | 1000110 | 1010 | 101011110 | 1001111 | 110100 |
Color Harmonies of #E52444
Complementary color
Monochromatic Colors of #E52444
Black with #E52444
Text Example
Text Example
White with #E52444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52444; }
p { color: rgb(229,36,68); }
H1.HeaderClassName
{
color: #E52444;
}
.AnyTagClassName
{
color: #E52444;
}
</style>
background-color css
<style>
a { background-color: #E52444; }
a { background-color: rgb(229,36,68); }
div.DivClassName
{
background-color: #E52444;
}
.BgClassName
{
background-color: #E52444;
}
</style>
border-color css
<style>
span { border-color: #E52444; }
span { border-color: rgb(229,36,68); }
td.TdClassName
{
border-color: #E52444;
}
.TagClassName
{
border-color: #E52444;
}
</style>