Shades of Amaranth #E52858
Tints of Amaranth #E52858
RGB
CMYK
RGB Variations
Color information
#E52858 (or 0xE52858) is known color: Amaranth. HEX triplet: E5, 28 and 58. RGB value is (229,40,88). Sum of RGB (Red+Green+Blue) = 229+40+88=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E52858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52858 is #1AD7A7. Grayscale: #656565. Windows color (decimal): -1759144 or 5777637. OLE color: 5777637.
HSL color Cylindrical-coordinate representation of color #E52858: hue angle of 344.76º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52858 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 88 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.10 |
| HSL | 344.76º | 0.78% | 0.53% | - |
| HSV(B) | 344.76º | 0.83% | 0.9% | - |
| XYZ | 34.83 | 18.88 | 11.04 | - |
| YUV | 101.98 | 120.12 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 88 | 0 | 0.83 | 0.62 | 0.10 | 344.76 | 0.78 | 0.53 |
| Hex | E5 | 28 | 58 | 0 | 53 | 3E | A | 159 | 4E | 35 |
| Octal | 345 | 50 | 130 | 0 | 123 | 76 | 12 | 531 | 116 | 65 |
| Binary | 11100101 | 101000 | 1011000 | 0 | 1010011 | 111110 | 1010 | 101011001 | 1001110 | 110101 |
Color Harmonies of #E52858
Complementary color
Monochromatic Colors of #E52858
Black with #E52858
Text Example
Text Example
White with #E52858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52858; }
p { color: rgb(229,40,88); }
H1.HeaderClassName
{
color: #E52858;
}
.AnyTagClassName
{
color: #E52858;
}
</style>
background-color css
<style>
a { background-color: #E52858; }
a { background-color: rgb(229,40,88); }
div.DivClassName
{
background-color: #E52858;
}
.BgClassName
{
background-color: #E52858;
}
</style>
border-color css
<style>
span { border-color: #E52858; }
span { border-color: rgb(229,40,88); }
td.TdClassName
{
border-color: #E52858;
}
.TagClassName
{
border-color: #E52858;
}
</style>