Shades of Amaranth #E53C4D
Tints of Amaranth #E53C4D
RGB
CMYK
RGB Variations
Color information
#E53C4D (or 0xE53C4D) is known color: Amaranth. HEX triplet: E5, 3C and 4D. RGB value is (229,60,77). Sum of RGB (Red+Green+Blue) = 229+60+77=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53C4D is #1AC3B2. Grayscale: #707070. Windows color (decimal): -1754035 or 5061861. OLE color: 5061861.
HSL color Cylindrical-coordinate representation of color #E53C4D: hue angle of 353.96º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53C4D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 77 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.10 |
| HSL | 353.96º | 0.76% | 0.57% | - |
| HSV(B) | 353.96º | 0.74% | 0.9% | - |
| XYZ | 35.27 | 20.43 | 9.1 | - |
| YUV | 112.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 77 | 0 | 0.74 | 0.66 | 0.10 | 353.96 | 0.76 | 0.57 |
| Hex | E5 | 3C | 4D | 0 | 4A | 42 | A | 162 | 4C | 39 |
| Octal | 345 | 74 | 115 | 0 | 112 | 102 | 12 | 542 | 114 | 71 |
| Binary | 11100101 | 111100 | 1001101 | 0 | 1001010 | 1000010 | 1010 | 101100010 | 1001100 | 111001 |
Color Harmonies of #E53C4D
Complementary color
Monochromatic Colors of #E53C4D
Black with #E53C4D
Text Example
Text Example
White with #E53C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C4D; }
p { color: rgb(229,60,77); }
H1.HeaderClassName
{
color: #E53C4D;
}
.AnyTagClassName
{
color: #E53C4D;
}
</style>
background-color css
<style>
a { background-color: #E53C4D; }
a { background-color: rgb(229,60,77); }
div.DivClassName
{
background-color: #E53C4D;
}
.BgClassName
{
background-color: #E53C4D;
}
</style>
border-color css
<style>
span { border-color: #E53C4D; }
span { border-color: rgb(229,60,77); }
td.TdClassName
{
border-color: #E53C4D;
}
.TagClassName
{
border-color: #E53C4D;
}
</style>