Shades of Amaranth #E53554
Tints of Amaranth #E53554
RGB
CMYK
RGB Variations
Color information
#E53554 (or 0xE53554) is known color: Amaranth. HEX triplet: E5, 35 and 54. RGB value is (229,53,84). Sum of RGB (Red+Green+Blue) = 229+53+84=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E53554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53554 is #1ACAAB. Grayscale: #6D6D6D. Windows color (decimal): -1755820 or 5518821. OLE color: 5518821.
HSL color Cylindrical-coordinate representation of color #E53554: hue angle of 349.43º 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 #E53554 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 84 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.10 |
| HSL | 349.43º | 0.77% | 0.55% | - |
| HSV(B) | 349.43º | 0.77% | 0.9% | - |
| XYZ | 35.19 | 19.84 | 10.36 | - |
| YUV | 109.16 | 113.81 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 84 | 0 | 0.77 | 0.63 | 0.10 | 349.43 | 0.77 | 0.55 |
| Hex | E5 | 35 | 54 | 0 | 4D | 3F | A | 15D | 4D | 37 |
| Octal | 345 | 65 | 124 | 0 | 115 | 77 | 12 | 535 | 115 | 67 |
| Binary | 11100101 | 110101 | 1010100 | 0 | 1001101 | 111111 | 1010 | 101011101 | 1001101 | 110111 |
Color Harmonies of #E53554
Complementary color
Monochromatic Colors of #E53554
Black with #E53554
Text Example
Text Example
White with #E53554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53554; }
p { color: rgb(229,53,84); }
H1.HeaderClassName
{
color: #E53554;
}
.AnyTagClassName
{
color: #E53554;
}
</style>
background-color css
<style>
a { background-color: #E53554; }
a { background-color: rgb(229,53,84); }
div.DivClassName
{
background-color: #E53554;
}
.BgClassName
{
background-color: #E53554;
}
</style>
border-color css
<style>
span { border-color: #E53554; }
span { border-color: rgb(229,53,84); }
td.TdClassName
{
border-color: #E53554;
}
.TagClassName
{
border-color: #E53554;
}
</style>