Shades of Amaranth #E42849
Tints of Amaranth #E42849
RGB
CMYK
RGB Variations
Color information
#E42849 (or 0xE42849) is known color: Amaranth. HEX triplet: E4, 28 and 49. RGB value is (228,40,73). Sum of RGB (Red+Green+Blue) = 228+40+73=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E42849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42849 is #1BD7B6. Grayscale: #646464. Windows color (decimal): -1824695 or 4794596. OLE color: 4794596.
HSL color Cylindrical-coordinate representation of color #E42849: hue angle of 349.47º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42849 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 73 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.11 |
| HSL | 349.47º | 0.78% | 0.53% | - |
| HSV(B) | 349.47º | 0.82% | 0.89% | - |
| XYZ | 33.96 | 18.49 | 8.08 | - |
| YUV | 99.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 73 | 0 | 0.82 | 0.68 | 0.11 | 349.47 | 0.78 | 0.53 |
| Hex | E4 | 28 | 49 | 0 | 52 | 44 | B | 15D | 4E | 35 |
| Octal | 344 | 50 | 111 | 0 | 122 | 104 | 13 | 535 | 116 | 65 |
| Binary | 11100100 | 101000 | 1001001 | 0 | 1010010 | 1000100 | 1011 | 101011101 | 1001110 | 110101 |
Color Harmonies of #E42849
Complementary color
Monochromatic Colors of #E42849
Black with #E42849
Text Example
Text Example
White with #E42849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42849; }
p { color: rgb(228,40,73); }
H1.HeaderClassName
{
color: #E42849;
}
.AnyTagClassName
{
color: #E42849;
}
</style>
background-color css
<style>
a { background-color: #E42849; }
a { background-color: rgb(228,40,73); }
div.DivClassName
{
background-color: #E42849;
}
.BgClassName
{
background-color: #E42849;
}
</style>
border-color css
<style>
span { border-color: #E42849; }
span { border-color: rgb(228,40,73); }
td.TdClassName
{
border-color: #E42849;
}
.TagClassName
{
border-color: #E42849;
}
</style>