Shades of Amaranth #E03145
Tints of Amaranth #E03145
RGB
CMYK
RGB Variations
Color information
#E03145 (or 0xE03145) is known color: Amaranth. HEX triplet: E0, 31 and 45. RGB value is (224,49,69). Sum of RGB (Red+Green+Blue) = 224+49+69=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E03145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03145 is #1FCEBA. Grayscale: #676767. Windows color (decimal): -2084539 or 4534752. OLE color: 4534752.
HSL color Cylindrical-coordinate representation of color #E03145: hue angle of 353.14º 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 #E03145 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 69 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.12 |
| HSL | 353.14º | 0.74% | 0.54% | - |
| HSV(B) | 353.14º | 0.78% | 0.88% | - |
| XYZ | 32.91 | 18.47 | 7.46 | - |
| YUV | 103.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 69 | 0 | 0.78 | 0.69 | 0.12 | 353.14 | 0.74 | 0.54 |
| Hex | E0 | 31 | 45 | 0 | 4E | 45 | C | 161 | 4A | 36 |
| Octal | 340 | 61 | 105 | 0 | 116 | 105 | 14 | 541 | 112 | 66 |
| Binary | 11100000 | 110001 | 1000101 | 0 | 1001110 | 1000101 | 1100 | 101100001 | 1001010 | 110110 |
Color Harmonies of #E03145
Complementary color
Monochromatic Colors of #E03145
Black with #E03145
Text Example
Text Example
White with #E03145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03145; }
p { color: rgb(224,49,69); }
H1.HeaderClassName
{
color: #E03145;
}
.AnyTagClassName
{
color: #E03145;
}
</style>
background-color css
<style>
a { background-color: #E03145; }
a { background-color: rgb(224,49,69); }
div.DivClassName
{
background-color: #E03145;
}
.BgClassName
{
background-color: #E03145;
}
</style>
border-color css
<style>
span { border-color: #E03145; }
span { border-color: rgb(224,49,69); }
td.TdClassName
{
border-color: #E03145;
}
.TagClassName
{
border-color: #E03145;
}
</style>