Shades of Amaranth #E53550
Tints of Amaranth #E53550
RGB
CMYK
RGB Variations
Color information
#E53550 (or 0xE53550) is known color: Amaranth. HEX triplet: E5, 35 and 50. RGB value is (229,53,80). Sum of RGB (Red+Green+Blue) = 229+53+80=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E53550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53550 is #1ACAAF. Grayscale: #6C6C6C. Windows color (decimal): -1755824 or 5256677. OLE color: 5256677.
HSL color Cylindrical-coordinate representation of color #E53550: hue angle of 350.8º 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 #E53550 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 80 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.10 |
| HSL | 350.8º | 0.77% | 0.55% | - |
| HSV(B) | 350.8º | 0.77% | 0.9% | - |
| XYZ | 35.03 | 19.78 | 9.56 | - |
| YUV | 108.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 80 | 0 | 0.77 | 0.65 | 0.10 | 350.8 | 0.77 | 0.55 |
| Hex | E5 | 35 | 50 | 0 | 4D | 41 | A | 15F | 4D | 37 |
| Octal | 345 | 65 | 120 | 0 | 115 | 101 | 12 | 537 | 115 | 67 |
| Binary | 11100101 | 110101 | 1010000 | 0 | 1001101 | 1000001 | 1010 | 101011111 | 1001101 | 110111 |
Color Harmonies of #E53550
Complementary color
Monochromatic Colors of #E53550
Black with #E53550
Text Example
Text Example
White with #E53550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53550; }
p { color: rgb(229,53,80); }
H1.HeaderClassName
{
color: #E53550;
}
.AnyTagClassName
{
color: #E53550;
}
</style>
background-color css
<style>
a { background-color: #E53550; }
a { background-color: rgb(229,53,80); }
div.DivClassName
{
background-color: #E53550;
}
.BgClassName
{
background-color: #E53550;
}
</style>
border-color css
<style>
span { border-color: #E53550; }
span { border-color: rgb(229,53,80); }
td.TdClassName
{
border-color: #E53550;
}
.TagClassName
{
border-color: #E53550;
}
</style>