Shades of Amaranth #E82C49
Tints of Amaranth #E82C49
RGB
CMYK
RGB Variations
Color information
#E82C49 (or 0xE82C49) is known color: Amaranth. HEX triplet: E8, 2C and 49. RGB value is (232,44,73). Sum of RGB (Red+Green+Blue) = 232+44+73=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C49 is #17D3B6. Grayscale: #676767. Windows color (decimal): -1561527 or 4795624. OLE color: 4795624.
HSL color Cylindrical-coordinate representation of color #E82C49: hue angle of 350.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82C49 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 73 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.09 |
| HSL | 350.74º | 0.8% | 0.54% | - |
| HSV(B) | 350.74º | 0.81% | 0.91% | - |
| XYZ | 35.38 | 19.44 | 8.19 | - |
| YUV | 103.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 73 | 0 | 0.81 | 0.69 | 0.09 | 350.74 | 0.8 | 0.54 |
| Hex | E8 | 2C | 49 | 0 | 51 | 45 | 9 | 15F | 50 | 36 |
| Octal | 350 | 54 | 111 | 0 | 121 | 105 | 11 | 537 | 120 | 66 |
| Binary | 11101000 | 101100 | 1001001 | 0 | 1010001 | 1000101 | 1001 | 101011111 | 1010000 | 110110 |
Color Harmonies of #E82C49
Complementary color
Monochromatic Colors of #E82C49
Black with #E82C49
Text Example
Text Example
White with #E82C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C49; }
p { color: rgb(232,44,73); }
H1.HeaderClassName
{
color: #E82C49;
}
.AnyTagClassName
{
color: #E82C49;
}
</style>
background-color css
<style>
a { background-color: #E82C49; }
a { background-color: rgb(232,44,73); }
div.DivClassName
{
background-color: #E82C49;
}
.BgClassName
{
background-color: #E82C49;
}
</style>
border-color css
<style>
span { border-color: #E82C49; }
span { border-color: rgb(232,44,73); }
td.TdClassName
{
border-color: #E82C49;
}
.TagClassName
{
border-color: #E82C49;
}
</style>