Shades of Amaranth #E52A44
Tints of Amaranth #E52A44
RGB
CMYK
RGB Variations
Color information
#E52A44 (or 0xE52A44) is known color: Amaranth. HEX triplet: E5, 2A and 44. RGB value is (229,42,68). Sum of RGB (Red+Green+Blue) = 229+42+68=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A44 is #1AD5BB. Grayscale: #646464. Windows color (decimal): -1758652 or 4467429. OLE color: 4467429.
HSL color Cylindrical-coordinate representation of color #E52A44: hue angle of 351.66º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A44 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 68 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.10 |
| HSL | 351.66º | 0.78% | 0.53% | - |
| HSV(B) | 351.66º | 0.82% | 0.9% | - |
| XYZ | 34.18 | 18.73 | 7.28 | - |
| YUV | 100.88 | 109.45 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 68 | 0 | 0.82 | 0.70 | 0.10 | 351.66 | 0.78 | 0.53 |
| Hex | E5 | 2A | 44 | 0 | 52 | 46 | A | 160 | 4E | 35 |
| Octal | 345 | 52 | 104 | 0 | 122 | 106 | 12 | 540 | 116 | 65 |
| Binary | 11100101 | 101010 | 1000100 | 0 | 1010010 | 1000110 | 1010 | 101100000 | 1001110 | 110101 |
Color Harmonies of #E52A44
Complementary color
Monochromatic Colors of #E52A44
Black with #E52A44
Text Example
Text Example
White with #E52A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A44; }
p { color: rgb(229,42,68); }
H1.HeaderClassName
{
color: #E52A44;
}
.AnyTagClassName
{
color: #E52A44;
}
</style>
background-color css
<style>
a { background-color: #E52A44; }
a { background-color: rgb(229,42,68); }
div.DivClassName
{
background-color: #E52A44;
}
.BgClassName
{
background-color: #E52A44;
}
</style>
border-color css
<style>
span { border-color: #E52A44; }
span { border-color: rgb(229,42,68); }
td.TdClassName
{
border-color: #E52A44;
}
.TagClassName
{
border-color: #E52A44;
}
</style>