Shades of Amaranth #E03147
Tints of Amaranth #E03147
RGB
CMYK
RGB Variations
Color information
#E03147 (or 0xE03147) is known color: Amaranth. HEX triplet: E0, 31 and 47. RGB value is (224,49,71). Sum of RGB (Red+Green+Blue) = 224+49+71=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E03147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03147 is #1FCEB8. Grayscale: #676767. Windows color (decimal): -2084537 or 4665824. OLE color: 4665824.
HSL color Cylindrical-coordinate representation of color #E03147: hue angle of 352.46º 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 #E03147 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 71 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.12 |
| HSL | 352.46º | 0.74% | 0.54% | - |
| HSV(B) | 352.46º | 0.78% | 0.88% | - |
| XYZ | 32.98 | 18.5 | 7.79 | - |
| YUV | 103.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 71 | 0 | 0.78 | 0.68 | 0.12 | 352.46 | 0.74 | 0.54 |
| Hex | E0 | 31 | 47 | 0 | 4E | 44 | C | 160 | 4A | 36 |
| Octal | 340 | 61 | 107 | 0 | 116 | 104 | 14 | 540 | 112 | 66 |
| Binary | 11100000 | 110001 | 1000111 | 0 | 1001110 | 1000100 | 1100 | 101100000 | 1001010 | 110110 |
Color Harmonies of #E03147
Complementary color
Monochromatic Colors of #E03147
Black with #E03147
Text Example
Text Example
White with #E03147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03147; }
p { color: rgb(224,49,71); }
H1.HeaderClassName
{
color: #E03147;
}
.AnyTagClassName
{
color: #E03147;
}
</style>
background-color css
<style>
a { background-color: #E03147; }
a { background-color: rgb(224,49,71); }
div.DivClassName
{
background-color: #E03147;
}
.BgClassName
{
background-color: #E03147;
}
</style>
border-color css
<style>
span { border-color: #E03147; }
span { border-color: rgb(224,49,71); }
td.TdClassName
{
border-color: #E03147;
}
.TagClassName
{
border-color: #E03147;
}
</style>