Shades of Amaranth #E52155
Tints of Amaranth #E52155
RGB
CMYK
RGB Variations
Color information
#E52155 (or 0xE52155) is known color: Amaranth. HEX triplet: E5, 21 and 55. RGB value is (229,33,85). Sum of RGB (Red+Green+Blue) = 229+33+85=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E52155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52155 is #1ADEAA. Grayscale: #616161. Windows color (decimal): -1760939 or 5579237. OLE color: 5579237.
HSL color Cylindrical-coordinate representation of color #E52155: hue angle of 344.08º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52155 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 85 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.10 |
| HSL | 344.08º | 0.79% | 0.51% | - |
| HSV(B) | 344.08º | 0.86% | 0.9% | - |
| XYZ | 34.5 | 18.4 | 10.33 | - |
| YUV | 97.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 85 | 0 | 0.86 | 0.63 | 0.10 | 344.08 | 0.79 | 0.51 |
| Hex | E5 | 21 | 55 | 0 | 56 | 3F | A | 158 | 4F | 33 |
| Octal | 345 | 41 | 125 | 0 | 126 | 77 | 12 | 530 | 117 | 63 |
| Binary | 11100101 | 100001 | 1010101 | 0 | 1010110 | 111111 | 1010 | 101011000 | 1001111 | 110011 |
Color Harmonies of #E52155
Complementary color
Monochromatic Colors of #E52155
Black with #E52155
Text Example
Text Example
White with #E52155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52155; }
p { color: rgb(229,33,85); }
H1.HeaderClassName
{
color: #E52155;
}
.AnyTagClassName
{
color: #E52155;
}
</style>
background-color css
<style>
a { background-color: #E52155; }
a { background-color: rgb(229,33,85); }
div.DivClassName
{
background-color: #E52155;
}
.BgClassName
{
background-color: #E52155;
}
</style>
border-color css
<style>
span { border-color: #E52155; }
span { border-color: rgb(229,33,85); }
td.TdClassName
{
border-color: #E52155;
}
.TagClassName
{
border-color: #E52155;
}
</style>