Shades of Amaranth #E03549
Tints of Amaranth #E03549
RGB
CMYK
RGB Variations
Color information
#E03549 (or 0xE03549) is known color: Amaranth. HEX triplet: E0, 35 and 49. RGB value is (224,53,73). Sum of RGB (Red+Green+Blue) = 224+53+73=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E03549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03549 is #1FCAB6. Grayscale: #6A6A6A. Windows color (decimal): -2083511 or 4797920. OLE color: 4797920.
HSL color Cylindrical-coordinate representation of color #E03549: hue angle of 352.98º 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 #E03549 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 73 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.12 |
| HSL | 352.98º | 0.73% | 0.54% | - |
| HSV(B) | 352.98º | 0.76% | 0.88% | - |
| XYZ | 33.22 | 18.87 | 8.2 | - |
| YUV | 106.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 73 | 0 | 0.76 | 0.67 | 0.12 | 352.98 | 0.73 | 0.54 |
| Hex | E0 | 35 | 49 | 0 | 4C | 43 | C | 161 | 49 | 36 |
| Octal | 340 | 65 | 111 | 0 | 114 | 103 | 14 | 541 | 111 | 66 |
| Binary | 11100000 | 110101 | 1001001 | 0 | 1001100 | 1000011 | 1100 | 101100001 | 1001001 | 110110 |
Color Harmonies of #E03549
Complementary color
Monochromatic Colors of #E03549
Black with #E03549
Text Example
Text Example
White with #E03549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03549; }
p { color: rgb(224,53,73); }
H1.HeaderClassName
{
color: #E03549;
}
.AnyTagClassName
{
color: #E03549;
}
</style>
background-color css
<style>
a { background-color: #E03549; }
a { background-color: rgb(224,53,73); }
div.DivClassName
{
background-color: #E03549;
}
.BgClassName
{
background-color: #E03549;
}
</style>
border-color css
<style>
span { border-color: #E03549; }
span { border-color: rgb(224,53,73); }
td.TdClassName
{
border-color: #E03549;
}
.TagClassName
{
border-color: #E03549;
}
</style>