Shades of Amaranth #E02049
Tints of Amaranth #E02049
RGB
CMYK
RGB Variations
Color information
#E02049 (or 0xE02049) is known color: Amaranth. HEX triplet: E0, 20 and 49. RGB value is (224,32,73). Sum of RGB (Red+Green+Blue) = 224+32+73=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02049 is #1FDFB6. Grayscale: #5E5E5E. Windows color (decimal): -2088887 or 4792544. OLE color: 4792544.
HSL color Cylindrical-coordinate representation of color #E02049: hue angle of 347.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02049 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 73 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.12 |
| HSL | 347.19º | 0.76% | 0.5% | - |
| HSV(B) | 347.19º | 0.86% | 0.88% | - |
| XYZ | 32.46 | 17.36 | 7.94 | - |
| YUV | 94.08 | 116.11 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 73 | 0 | 0.86 | 0.67 | 0.12 | 347.19 | 0.76 | 0.5 |
| Hex | E0 | 20 | 49 | 0 | 56 | 43 | C | 15B | 4C | 32 |
| Octal | 340 | 40 | 111 | 0 | 126 | 103 | 14 | 533 | 114 | 62 |
| Binary | 11100000 | 100000 | 1001001 | 0 | 1010110 | 1000011 | 1100 | 101011011 | 1001100 | 110010 |
Color Harmonies of #E02049
Complementary color
Monochromatic Colors of #E02049
Black with #E02049
Text Example
Text Example
White with #E02049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02049; }
p { color: rgb(224,32,73); }
H1.HeaderClassName
{
color: #E02049;
}
.AnyTagClassName
{
color: #E02049;
}
</style>
background-color css
<style>
a { background-color: #E02049; }
a { background-color: rgb(224,32,73); }
div.DivClassName
{
background-color: #E02049;
}
.BgClassName
{
background-color: #E02049;
}
</style>
border-color css
<style>
span { border-color: #E02049; }
span { border-color: rgb(224,32,73); }
td.TdClassName
{
border-color: #E02049;
}
.TagClassName
{
border-color: #E02049;
}
</style>