Shades of Amaranth #E04049
Tints of Amaranth #E04049
RGB
CMYK
RGB Variations
Color information
#E04049 (or 0xE04049) is known color: Amaranth. HEX triplet: E0, 40 and 49. RGB value is (224,64,73). Sum of RGB (Red+Green+Blue) = 224+64+73=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E04049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04049 is #1FBFB6. Grayscale: #707070. Windows color (decimal): -2080695 or 4800736. OLE color: 4800736.
HSL color Cylindrical-coordinate representation of color #E04049: hue angle of 356.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04049 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 73 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.12 |
| HSL | 356.63º | 0.72% | 0.56% | - |
| HSV(B) | 356.63º | 0.71% | 0.88% | - |
| XYZ | 33.78 | 20 | 8.38 | - |
| YUV | 112.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 73 | 0 | 0.71 | 0.67 | 0.12 | 356.63 | 0.72 | 0.56 |
| Hex | E0 | 40 | 49 | 0 | 47 | 43 | C | 165 | 48 | 38 |
| Octal | 340 | 100 | 111 | 0 | 107 | 103 | 14 | 545 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1001001 | 0 | 1000111 | 1000011 | 1100 | 101100101 | 1001000 | 111000 |
Color Harmonies of #E04049
Complementary color
Monochromatic Colors of #E04049
Black with #E04049
Text Example
Text Example
White with #E04049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04049; }
p { color: rgb(224,64,73); }
H1.HeaderClassName
{
color: #E04049;
}
.AnyTagClassName
{
color: #E04049;
}
</style>
background-color css
<style>
a { background-color: #E04049; }
a { background-color: rgb(224,64,73); }
div.DivClassName
{
background-color: #E04049;
}
.BgClassName
{
background-color: #E04049;
}
</style>
border-color css
<style>
span { border-color: #E04049; }
span { border-color: rgb(224,64,73); }
td.TdClassName
{
border-color: #E04049;
}
.TagClassName
{
border-color: #E04049;
}
</style>