Shades of Amaranth #E52853
Tints of Amaranth #E52853
RGB
CMYK
RGB Variations
Color information
#E52853 (or 0xE52853) is known color: Amaranth. HEX triplet: E5, 28 and 53. RGB value is (229,40,83). Sum of RGB (Red+Green+Blue) = 229+40+83=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E52853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52853 is #1AD7AC. Grayscale: #656565. Windows color (decimal): -1759149 or 5449957. OLE color: 5449957.
HSL color Cylindrical-coordinate representation of color #E52853: hue angle of 346.35º 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 #E52853 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 83 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.10 |
| HSL | 346.35º | 0.78% | 0.53% | - |
| HSV(B) | 346.35º | 0.83% | 0.9% | - |
| XYZ | 34.63 | 18.8 | 9.99 | - |
| YUV | 101.41 | 117.62 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 83 | 0 | 0.83 | 0.64 | 0.10 | 346.35 | 0.78 | 0.53 |
| Hex | E5 | 28 | 53 | 0 | 53 | 40 | A | 15A | 4E | 35 |
| Octal | 345 | 50 | 123 | 0 | 123 | 100 | 12 | 532 | 116 | 65 |
| Binary | 11100101 | 101000 | 1010011 | 0 | 1010011 | 1000000 | 1010 | 101011010 | 1001110 | 110101 |
Color Harmonies of #E52853
Complementary color
Monochromatic Colors of #E52853
Black with #E52853
Text Example
Text Example
White with #E52853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52853; }
p { color: rgb(229,40,83); }
H1.HeaderClassName
{
color: #E52853;
}
.AnyTagClassName
{
color: #E52853;
}
</style>
background-color css
<style>
a { background-color: #E52853; }
a { background-color: rgb(229,40,83); }
div.DivClassName
{
background-color: #E52853;
}
.BgClassName
{
background-color: #E52853;
}
</style>
border-color css
<style>
span { border-color: #E52853; }
span { border-color: rgb(229,40,83); }
td.TdClassName
{
border-color: #E52853;
}
.TagClassName
{
border-color: #E52853;
}
</style>