Shades of Amaranth #E53C4C
Tints of Amaranth #E53C4C
RGB
CMYK
RGB Variations
Color information
#E53C4C (or 0xE53C4C) is known color: Amaranth. HEX triplet: E5, 3C and 4C. RGB value is (229,60,76). Sum of RGB (Red+Green+Blue) = 229+60+76=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53C4C is #1AC3B3. Grayscale: #707070. Windows color (decimal): -1754036 or 4996325. OLE color: 4996325.
HSL color Cylindrical-coordinate representation of color #E53C4C: hue angle of 354.32º 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 #E53C4C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 60 | 76 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.10 |
| HSL | 354.32º | 0.76% | 0.57% | - |
| HSV(B) | 354.32º | 0.74% | 0.9% | - |
| XYZ | 35.23 | 20.41 | 8.92 | - |
| YUV | 112.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 60 | 76 | 0 | 0.74 | 0.67 | 0.10 | 354.32 | 0.76 | 0.57 |
| Hex | E5 | 3C | 4C | 0 | 4A | 43 | A | 162 | 4C | 39 |
| Octal | 345 | 74 | 114 | 0 | 112 | 103 | 12 | 542 | 114 | 71 |
| Binary | 11100101 | 111100 | 1001100 | 0 | 1001010 | 1000011 | 1010 | 101100010 | 1001100 | 111001 |
Color Harmonies of #E53C4C
Complementary color
Monochromatic Colors of #E53C4C
Black with #E53C4C
Text Example
Text Example
White with #E53C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53C4C; }
p { color: rgb(229,60,76); }
H1.HeaderClassName
{
color: #E53C4C;
}
.AnyTagClassName
{
color: #E53C4C;
}
</style>
background-color css
<style>
a { background-color: #E53C4C; }
a { background-color: rgb(229,60,76); }
div.DivClassName
{
background-color: #E53C4C;
}
.BgClassName
{
background-color: #E53C4C;
}
</style>
border-color css
<style>
span { border-color: #E53C4C; }
span { border-color: rgb(229,60,76); }
td.TdClassName
{
border-color: #E53C4C;
}
.TagClassName
{
border-color: #E53C4C;
}
</style>