Shades of Amaranth #E03144
Tints of Amaranth #E03144
RGB
CMYK
RGB Variations
Color information
#E03144 (or 0xE03144) is known color: Amaranth. HEX triplet: E0, 31 and 44. RGB value is (224,49,68). Sum of RGB (Red+Green+Blue) = 224+49+68=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E03144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03144 is #1FCEBB. Grayscale: #676767. Windows color (decimal): -2084540 or 4469216. OLE color: 4469216.
HSL color Cylindrical-coordinate representation of color #E03144: hue angle of 353.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03144 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 68 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.12 |
| HSL | 353.49º | 0.74% | 0.54% | - |
| HSV(B) | 353.49º | 0.78% | 0.88% | - |
| XYZ | 32.88 | 18.46 | 7.3 | - |
| YUV | 103.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 68 | 0 | 0.78 | 0.70 | 0.12 | 353.49 | 0.74 | 0.54 |
| Hex | E0 | 31 | 44 | 0 | 4E | 46 | C | 161 | 4A | 36 |
| Octal | 340 | 61 | 104 | 0 | 116 | 106 | 14 | 541 | 112 | 66 |
| Binary | 11100000 | 110001 | 1000100 | 0 | 1001110 | 1000110 | 1100 | 101100001 | 1001010 | 110110 |
Color Harmonies of #E03144
Complementary color
Monochromatic Colors of #E03144
Black with #E03144
Text Example
Text Example
White with #E03144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03144; }
p { color: rgb(224,49,68); }
H1.HeaderClassName
{
color: #E03144;
}
.AnyTagClassName
{
color: #E03144;
}
</style>
background-color css
<style>
a { background-color: #E03144; }
a { background-color: rgb(224,49,68); }
div.DivClassName
{
background-color: #E03144;
}
.BgClassName
{
background-color: #E03144;
}
</style>
border-color css
<style>
span { border-color: #E03144; }
span { border-color: rgb(224,49,68); }
td.TdClassName
{
border-color: #E03144;
}
.TagClassName
{
border-color: #E03144;
}
</style>