Shades of Amaranth #E82C47
Tints of Amaranth #E82C47
RGB
CMYK
RGB Variations
Color information
#E82C47 (or 0xE82C47) is known color: Amaranth. HEX triplet: E8, 2C and 47. RGB value is (232,44,71). Sum of RGB (Red+Green+Blue) = 232+44+71=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82C47 is #17D3B8. Grayscale: #676767. Windows color (decimal): -1561529 or 4664552. OLE color: 4664552.
HSL color Cylindrical-coordinate representation of color #E82C47: hue angle of 351.38º 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 #E82C47 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 44 | 71 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.09 |
| HSL | 351.38º | 0.8% | 0.54% | - |
| HSV(B) | 351.38º | 0.81% | 0.91% | - |
| XYZ | 35.32 | 19.41 | 7.85 | - |
| YUV | 103.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 44 | 71 | 0 | 0.81 | 0.69 | 0.09 | 351.38 | 0.8 | 0.54 |
| Hex | E8 | 2C | 47 | 0 | 51 | 45 | 9 | 15F | 50 | 36 |
| Octal | 350 | 54 | 107 | 0 | 121 | 105 | 11 | 537 | 120 | 66 |
| Binary | 11101000 | 101100 | 1000111 | 0 | 1010001 | 1000101 | 1001 | 101011111 | 1010000 | 110110 |
Color Harmonies of #E82C47
Complementary color
Monochromatic Colors of #E82C47
Black with #E82C47
Text Example
Text Example
White with #E82C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82C47; }
p { color: rgb(232,44,71); }
H1.HeaderClassName
{
color: #E82C47;
}
.AnyTagClassName
{
color: #E82C47;
}
</style>
background-color css
<style>
a { background-color: #E82C47; }
a { background-color: rgb(232,44,71); }
div.DivClassName
{
background-color: #E82C47;
}
.BgClassName
{
background-color: #E82C47;
}
</style>
border-color css
<style>
span { border-color: #E82C47; }
span { border-color: rgb(232,44,71); }
td.TdClassName
{
border-color: #E82C47;
}
.TagClassName
{
border-color: #E82C47;
}
</style>