Shades of Amaranth #E53553
Tints of Amaranth #E53553
RGB
CMYK
RGB Variations
Color information
#E53553 (or 0xE53553) is known color: Amaranth. HEX triplet: E5, 35 and 53. RGB value is (229,53,83). Sum of RGB (Red+Green+Blue) = 229+53+83=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53553 is #1ACAAC. Grayscale: #6D6D6D. Windows color (decimal): -1755821 or 5453285. OLE color: 5453285.
HSL color Cylindrical-coordinate representation of color #E53553: hue angle of 349.77º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53553 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 83 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.10 |
| HSL | 349.77º | 0.77% | 0.55% | - |
| HSV(B) | 349.77º | 0.77% | 0.9% | - |
| XYZ | 35.15 | 19.83 | 10.16 | - |
| YUV | 109.04 | 113.31 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 83 | 0 | 0.77 | 0.64 | 0.10 | 349.77 | 0.77 | 0.55 |
| Hex | E5 | 35 | 53 | 0 | 4D | 40 | A | 15E | 4D | 37 |
| Octal | 345 | 65 | 123 | 0 | 115 | 100 | 12 | 536 | 115 | 67 |
| Binary | 11100101 | 110101 | 1010011 | 0 | 1001101 | 1000000 | 1010 | 101011110 | 1001101 | 110111 |
Color Harmonies of #E53553
Complementary color
Monochromatic Colors of #E53553
Black with #E53553
Text Example
Text Example
White with #E53553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53553; }
p { color: rgb(229,53,83); }
H1.HeaderClassName
{
color: #E53553;
}
.AnyTagClassName
{
color: #E53553;
}
</style>
background-color css
<style>
a { background-color: #E53553; }
a { background-color: rgb(229,53,83); }
div.DivClassName
{
background-color: #E53553;
}
.BgClassName
{
background-color: #E53553;
}
</style>
border-color css
<style>
span { border-color: #E53553; }
span { border-color: rgb(229,53,83); }
td.TdClassName
{
border-color: #E53553;
}
.TagClassName
{
border-color: #E53553;
}
</style>