Shades of Amaranth #E52952
Tints of Amaranth #E52952
RGB
CMYK
RGB Variations
Color information
#E52952 (or 0xE52952) is known color: Amaranth. HEX triplet: E5, 29 and 52. RGB value is (229,41,82). Sum of RGB (Red+Green+Blue) = 229+41+82=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E52952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52952 is #1AD6AD. Grayscale: #656565. Windows color (decimal): -1758894 or 5384677. OLE color: 5384677.
HSL color Cylindrical-coordinate representation of color #E52952: hue angle of 346.91º 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 #E52952 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 82 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.10 |
| HSL | 346.91º | 0.78% | 0.53% | - |
| HSV(B) | 346.91º | 0.82% | 0.9% | - |
| XYZ | 34.63 | 18.85 | 9.8 | - |
| YUV | 101.89 | 116.78 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 82 | 0 | 0.82 | 0.64 | 0.10 | 346.91 | 0.78 | 0.53 |
| Hex | E5 | 29 | 52 | 0 | 52 | 40 | A | 15B | 4E | 35 |
| Octal | 345 | 51 | 122 | 0 | 122 | 100 | 12 | 533 | 116 | 65 |
| Binary | 11100101 | 101001 | 1010010 | 0 | 1010010 | 1000000 | 1010 | 101011011 | 1001110 | 110101 |
Color Harmonies of #E52952
Complementary color
Monochromatic Colors of #E52952
Black with #E52952
Text Example
Text Example
White with #E52952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52952; }
p { color: rgb(229,41,82); }
H1.HeaderClassName
{
color: #E52952;
}
.AnyTagClassName
{
color: #E52952;
}
</style>
background-color css
<style>
a { background-color: #E52952; }
a { background-color: rgb(229,41,82); }
div.DivClassName
{
background-color: #E52952;
}
.BgClassName
{
background-color: #E52952;
}
</style>
border-color css
<style>
span { border-color: #E52952; }
span { border-color: rgb(229,41,82); }
td.TdClassName
{
border-color: #E52952;
}
.TagClassName
{
border-color: #E52952;
}
</style>