Shades of Amaranth #E43049
Tints of Amaranth #E43049
RGB
CMYK
RGB Variations
Color information
#E43049 (or 0xE43049) is known color: Amaranth. HEX triplet: E4, 30 and 49. RGB value is (228,48,73). Sum of RGB (Red+Green+Blue) = 228+48+73=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E43049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43049 is #1BCFB6. Grayscale: #686868. Windows color (decimal): -1822647 or 4796644. OLE color: 4796644.
HSL color Cylindrical-coordinate representation of color #E43049: hue angle of 351.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E43049 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 48 | 73 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.11 |
| HSL | 351.67º | 0.77% | 0.54% | - |
| HSV(B) | 351.67º | 0.79% | 0.89% | - |
| XYZ | 34.25 | 19.09 | 8.18 | - |
| YUV | 104.67 | 110.13 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 73 | 0 | 0.79 | 0.68 | 0.11 | 351.67 | 0.77 | 0.54 |
| Hex | E4 | 30 | 49 | 0 | 4F | 44 | B | 160 | 4D | 36 |
| Octal | 344 | 60 | 111 | 0 | 117 | 104 | 13 | 540 | 115 | 66 |
| Binary | 11100100 | 110000 | 1001001 | 0 | 1001111 | 1000100 | 1011 | 101100000 | 1001101 | 110110 |
Color Harmonies of #E43049
Complementary color
Monochromatic Colors of #E43049
Black with #E43049
Text Example
Text Example
White with #E43049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43049; }
p { color: rgb(228,48,73); }
H1.HeaderClassName
{
color: #E43049;
}
.AnyTagClassName
{
color: #E43049;
}
</style>
background-color css
<style>
a { background-color: #E43049; }
a { background-color: rgb(228,48,73); }
div.DivClassName
{
background-color: #E43049;
}
.BgClassName
{
background-color: #E43049;
}
</style>
border-color css
<style>
span { border-color: #E43049; }
span { border-color: rgb(228,48,73); }
td.TdClassName
{
border-color: #E43049;
}
.TagClassName
{
border-color: #E43049;
}
</style>