Shades of Amaranth #E82849
Tints of Amaranth #E82849
RGB
CMYK
RGB Variations
Color information
#E82849 (or 0xE82849) is known color: Amaranth. HEX triplet: E8, 28 and 49. RGB value is (232,40,73). Sum of RGB (Red+Green+Blue) = 232+40+73=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E82849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82849 is #17D7B6. Grayscale: #656565. Windows color (decimal): -1562551 or 4794600. OLE color: 4794600.
HSL color Cylindrical-coordinate representation of color #E82849: hue angle of 349.69º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E82849 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 73 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.09 |
| HSL | 349.69º | 0.81% | 0.53% | - |
| HSV(B) | 349.69º | 0.83% | 0.91% | - |
| XYZ | 35.24 | 19.15 | 8.14 | - |
| YUV | 101.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 73 | 0 | 0.83 | 0.69 | 0.09 | 349.69 | 0.81 | 0.53 |
| Hex | E8 | 28 | 49 | 0 | 53 | 45 | 9 | 15E | 51 | 35 |
| Octal | 350 | 50 | 111 | 0 | 123 | 105 | 11 | 536 | 121 | 65 |
| Binary | 11101000 | 101000 | 1001001 | 0 | 1010011 | 1000101 | 1001 | 101011110 | 1010001 | 110101 |
Color Harmonies of #E82849
Complementary color
Monochromatic Colors of #E82849
Black with #E82849
Text Example
Text Example
White with #E82849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82849; }
p { color: rgb(232,40,73); }
H1.HeaderClassName
{
color: #E82849;
}
.AnyTagClassName
{
color: #E82849;
}
</style>
background-color css
<style>
a { background-color: #E82849; }
a { background-color: rgb(232,40,73); }
div.DivClassName
{
background-color: #E82849;
}
.BgClassName
{
background-color: #E82849;
}
</style>
border-color css
<style>
span { border-color: #E82849; }
span { border-color: rgb(232,40,73); }
td.TdClassName
{
border-color: #E82849;
}
.TagClassName
{
border-color: #E82849;
}
</style>