Shades of Amaranth #E52956
Tints of Amaranth #E52956
RGB
CMYK
RGB Variations
Color information
#E52956 (or 0xE52956) is known color: Amaranth. HEX triplet: E5, 29 and 56. RGB value is (229,41,86). Sum of RGB (Red+Green+Blue) = 229+41+86=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E52956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52956 is #1AD6A9. Grayscale: #666666. Windows color (decimal): -1758890 or 5646821. OLE color: 5646821.
HSL color Cylindrical-coordinate representation of color #E52956: hue angle of 345.64º 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 #E52956 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 86 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.10 |
| HSL | 345.64º | 0.78% | 0.53% | - |
| HSV(B) | 345.64º | 0.82% | 0.9% | - |
| XYZ | 34.79 | 18.92 | 10.62 | - |
| YUV | 102.34 | 118.78 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 86 | 0 | 0.82 | 0.62 | 0.10 | 345.64 | 0.78 | 0.53 |
| Hex | E5 | 29 | 56 | 0 | 52 | 3E | A | 15A | 4E | 35 |
| Octal | 345 | 51 | 126 | 0 | 122 | 76 | 12 | 532 | 116 | 65 |
| Binary | 11100101 | 101001 | 1010110 | 0 | 1010010 | 111110 | 1010 | 101011010 | 1001110 | 110101 |
Color Harmonies of #E52956
Complementary color
Monochromatic Colors of #E52956
Black with #E52956
Text Example
Text Example
White with #E52956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52956; }
p { color: rgb(229,41,86); }
H1.HeaderClassName
{
color: #E52956;
}
.AnyTagClassName
{
color: #E52956;
}
</style>
background-color css
<style>
a { background-color: #E52956; }
a { background-color: rgb(229,41,86); }
div.DivClassName
{
background-color: #E52956;
}
.BgClassName
{
background-color: #E52956;
}
</style>
border-color css
<style>
span { border-color: #E52956; }
span { border-color: rgb(229,41,86); }
td.TdClassName
{
border-color: #E52956;
}
.TagClassName
{
border-color: #E52956;
}
</style>