Shades of Amaranth #E04044
Tints of Amaranth #E04044
RGB
CMYK
RGB Variations
Color information
#E04044 (or 0xE04044) is known color: Amaranth. HEX triplet: E0, 40 and 44. RGB value is (224,64,68). Sum of RGB (Red+Green+Blue) = 224+64+68=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E04044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04044 is #1FBFBB. Grayscale: #707070. Windows color (decimal): -2080700 or 4473056. OLE color: 4473056.
HSL color Cylindrical-coordinate representation of color #E04044: hue angle of 358.5º 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 #E04044 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 68 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.12 |
| HSL | 358.5º | 0.72% | 0.56% | - |
| HSV(B) | 358.5º | 0.71% | 0.88% | - |
| XYZ | 33.62 | 19.93 | 7.54 | - |
| YUV | 112.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 68 | 0 | 0.71 | 0.70 | 0.12 | 358.5 | 0.72 | 0.56 |
| Hex | E0 | 40 | 44 | 0 | 47 | 46 | C | 166 | 48 | 38 |
| Octal | 340 | 100 | 104 | 0 | 107 | 106 | 14 | 546 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1000100 | 0 | 1000111 | 1000110 | 1100 | 101100110 | 1001000 | 111000 |
Color Harmonies of #E04044
Complementary color
Monochromatic Colors of #E04044
Black with #E04044
Text Example
Text Example
White with #E04044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04044; }
p { color: rgb(224,64,68); }
H1.HeaderClassName
{
color: #E04044;
}
.AnyTagClassName
{
color: #E04044;
}
</style>
background-color css
<style>
a { background-color: #E04044; }
a { background-color: rgb(224,64,68); }
div.DivClassName
{
background-color: #E04044;
}
.BgClassName
{
background-color: #E04044;
}
</style>
border-color css
<style>
span { border-color: #E04044; }
span { border-color: rgb(224,64,68); }
td.TdClassName
{
border-color: #E04044;
}
.TagClassName
{
border-color: #E04044;
}
</style>