Shades of Amaranth #E52955
Tints of Amaranth #E52955
RGB
CMYK
RGB Variations
Color information
#E52955 (or 0xE52955) is known color: Amaranth. HEX triplet: E5, 29 and 55. RGB value is (229,41,85). Sum of RGB (Red+Green+Blue) = 229+41+85=355 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.51% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 229 - color contains mainly: red. Hex color #E52955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52955 is #1AD6AA. Grayscale: #666666. Windows color (decimal): -1758891 or 5581285. OLE color: 5581285.
HSL color Cylindrical-coordinate representation of color #E52955: hue angle of 345.96º 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 #E52955 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 85 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.10 |
| HSL | 345.96º | 0.78% | 0.53% | - |
| HSV(B) | 345.96º | 0.82% | 0.9% | - |
| XYZ | 34.75 | 18.9 | 10.41 | - |
| YUV | 102.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 85 | 0 | 0.82 | 0.63 | 0.10 | 345.96 | 0.78 | 0.53 |
| Hex | E5 | 29 | 55 | 0 | 52 | 3F | A | 15A | 4E | 35 |
| Octal | 345 | 51 | 125 | 0 | 122 | 77 | 12 | 532 | 116 | 65 |
| Binary | 11100101 | 101001 | 1010101 | 0 | 1010010 | 111111 | 1010 | 101011010 | 1001110 | 110101 |
Color Harmonies of #E52955
Complementary color
Monochromatic Colors of #E52955
Black with #E52955
Text Example
Text Example
White with #E52955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52955; }
p { color: rgb(229,41,85); }
H1.HeaderClassName
{
color: #E52955;
}
.AnyTagClassName
{
color: #E52955;
}
</style>
background-color css
<style>
a { background-color: #E52955; }
a { background-color: rgb(229,41,85); }
div.DivClassName
{
background-color: #E52955;
}
.BgClassName
{
background-color: #E52955;
}
</style>
border-color css
<style>
span { border-color: #E52955; }
span { border-color: rgb(229,41,85); }
td.TdClassName
{
border-color: #E52955;
}
.TagClassName
{
border-color: #E52955;
}
</style>