Shades of Amaranth #E52857
Tints of Amaranth #E52857
RGB
CMYK
RGB Variations
Color information
#E52857 (or 0xE52857) is known color: Amaranth. HEX triplet: E5, 28 and 57. RGB value is (229,40,87). Sum of RGB (Red+Green+Blue) = 229+40+87=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E52857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52857 is #1AD7A8. Grayscale: #656565. Windows color (decimal): -1759145 or 5712101. OLE color: 5712101.
HSL color Cylindrical-coordinate representation of color #E52857: hue angle of 345.08º 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 #E52857 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 87 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.10 |
| HSL | 345.08º | 0.78% | 0.53% | - |
| HSV(B) | 345.08º | 0.83% | 0.9% | - |
| XYZ | 34.79 | 18.86 | 10.82 | - |
| YUV | 101.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 87 | 0 | 0.83 | 0.62 | 0.10 | 345.08 | 0.78 | 0.53 |
| Hex | E5 | 28 | 57 | 0 | 53 | 3E | A | 159 | 4E | 35 |
| Octal | 345 | 50 | 127 | 0 | 123 | 76 | 12 | 531 | 116 | 65 |
| Binary | 11100101 | 101000 | 1010111 | 0 | 1010011 | 111110 | 1010 | 101011001 | 1001110 | 110101 |
Color Harmonies of #E52857
Complementary color
Monochromatic Colors of #E52857
Black with #E52857
Text Example
Text Example
White with #E52857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52857; }
p { color: rgb(229,40,87); }
H1.HeaderClassName
{
color: #E52857;
}
.AnyTagClassName
{
color: #E52857;
}
</style>
background-color css
<style>
a { background-color: #E52857; }
a { background-color: rgb(229,40,87); }
div.DivClassName
{
background-color: #E52857;
}
.BgClassName
{
background-color: #E52857;
}
</style>
border-color css
<style>
span { border-color: #E52857; }
span { border-color: rgb(229,40,87); }
td.TdClassName
{
border-color: #E52857;
}
.TagClassName
{
border-color: #E52857;
}
</style>