Shades of Amaranth #E53C4A
Tints of Amaranth #E53C4A
RGB
CMYK
RGB Variations
Color information
#E53C4A (or 0xE53C4A) is known color: Amaranth. HEX triplet: E5, 3C and 4A. RGB value is (229,60,74). Sum of RGB (Red+Green+Blue) = 229+60+74=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C4A is #1AC3B5. Grayscale: #707070. Windows color (decimal): -1754038 or 4865253. OLE color: 4865253.
HSL color Cylindrical-coordinate representation of color #E53C4A: hue angle of 355.03º 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 #E53C4A is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 74 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.10 |
| HSL | 355.03º | 0.76% | 0.57% | - |
| HSV(B) | 355.03º | 0.74% | 0.9% | - |
| XYZ | 35.16 | 20.38 | 8.56 | - |
| YUV | 112.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 74 | 0 | 0.74 | 0.68 | 0.10 | 355.03 | 0.76 | 0.57 |
| Hex | E5 | 3C | 4A | 0 | 4A | 44 | A | 163 | 4C | 39 |
| Octal | 345 | 74 | 112 | 0 | 112 | 104 | 12 | 543 | 114 | 71 |
| Binary | 11100101 | 111100 | 1001010 | 0 | 1001010 | 1000100 | 1010 | 101100011 | 1001100 | 111001 |
Color Harmonies of #E53C4A
Complementary color
Monochromatic Colors of #E53C4A
Black with #E53C4A
Text Example
Text Example
White with #E53C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C4A; }
p { color: rgb(229,60,74); }
H1.HeaderClassName
{
color: #E53C4A;
}
.AnyTagClassName
{
color: #E53C4A;
}
</style>
background-color css
<style>
a { background-color: #E53C4A; }
a { background-color: rgb(229,60,74); }
div.DivClassName
{
background-color: #E53C4A;
}
.BgClassName
{
background-color: #E53C4A;
}
</style>
border-color css
<style>
span { border-color: #E53C4A; }
span { border-color: rgb(229,60,74); }
td.TdClassName
{
border-color: #E53C4A;
}
.TagClassName
{
border-color: #E53C4A;
}
</style>