Shades of Amaranth #E52353
Tints of Amaranth #E52353
RGB
CMYK
RGB Variations
Color information
#E52353 (or 0xE52353) is known color: Amaranth. HEX triplet: E5, 23 and 53. RGB value is (229,35,83). Sum of RGB (Red+Green+Blue) = 229+35+83=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E52353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52353 is #1ADCAC. Grayscale: #626262. Windows color (decimal): -1760429 or 5448677. OLE color: 5448677.
HSL color Cylindrical-coordinate representation of color #E52353: hue angle of 345.15º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52353 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 83 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.10 |
| HSL | 345.15º | 0.79% | 0.52% | - |
| HSV(B) | 345.15º | 0.85% | 0.9% | - |
| XYZ | 34.48 | 18.48 | 9.93 | - |
| YUV | 98.48 | 119.27 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 83 | 0 | 0.85 | 0.64 | 0.10 | 345.15 | 0.79 | 0.52 |
| Hex | E5 | 23 | 53 | 0 | 55 | 40 | A | 159 | 4F | 34 |
| Octal | 345 | 43 | 123 | 0 | 125 | 100 | 12 | 531 | 117 | 64 |
| Binary | 11100101 | 100011 | 1010011 | 0 | 1010101 | 1000000 | 1010 | 101011001 | 1001111 | 110100 |
Color Harmonies of #E52353
Complementary color
Monochromatic Colors of #E52353
Black with #E52353
Text Example
Text Example
White with #E52353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52353; }
p { color: rgb(229,35,83); }
H1.HeaderClassName
{
color: #E52353;
}
.AnyTagClassName
{
color: #E52353;
}
</style>
background-color css
<style>
a { background-color: #E52353; }
a { background-color: rgb(229,35,83); }
div.DivClassName
{
background-color: #E52353;
}
.BgClassName
{
background-color: #E52353;
}
</style>
border-color css
<style>
span { border-color: #E52353; }
span { border-color: rgb(229,35,83); }
td.TdClassName
{
border-color: #E52353;
}
.TagClassName
{
border-color: #E52353;
}
</style>