Shades of Amaranth #E0354D
Tints of Amaranth #E0354D
RGB
CMYK
RGB Variations
Color information
#E0354D (or 0xE0354D) is known color: Amaranth. HEX triplet: E0, 35 and 4D. RGB value is (224,53,77). Sum of RGB (Red+Green+Blue) = 224+53+77=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0354D is #1FCAB2. Grayscale: #6A6A6A. Windows color (decimal): -2083507 or 5060064. OLE color: 5060064.
HSL color Cylindrical-coordinate representation of color #E0354D: hue angle of 351.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0354D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 77 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.12 |
| HSL | 351.58º | 0.73% | 0.54% | - |
| HSV(B) | 351.58º | 0.76% | 0.88% | - |
| XYZ | 33.35 | 18.93 | 8.92 | - |
| YUV | 106.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 77 | 0 | 0.76 | 0.66 | 0.12 | 351.58 | 0.73 | 0.54 |
| Hex | E0 | 35 | 4D | 0 | 4C | 42 | C | 160 | 49 | 36 |
| Octal | 340 | 65 | 115 | 0 | 114 | 102 | 14 | 540 | 111 | 66 |
| Binary | 11100000 | 110101 | 1001101 | 0 | 1001100 | 1000010 | 1100 | 101100000 | 1001001 | 110110 |
Color Harmonies of #E0354D
Complementary color
Monochromatic Colors of #E0354D
Black with #E0354D
Text Example
Text Example
White with #E0354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0354D; }
p { color: rgb(224,53,77); }
H1.HeaderClassName
{
color: #E0354D;
}
.AnyTagClassName
{
color: #E0354D;
}
</style>
background-color css
<style>
a { background-color: #E0354D; }
a { background-color: rgb(224,53,77); }
div.DivClassName
{
background-color: #E0354D;
}
.BgClassName
{
background-color: #E0354D;
}
</style>
border-color css
<style>
span { border-color: #E0354D; }
span { border-color: rgb(224,53,77); }
td.TdClassName
{
border-color: #E0354D;
}
.TagClassName
{
border-color: #E0354D;
}
</style>