Shades of Amaranth #E82947
Tints of Amaranth #E82947
RGB
CMYK
RGB Variations
Color information
#E82947 (or 0xE82947) is known color: Amaranth. HEX triplet: E8, 29 and 47. RGB value is (232,41,71). Sum of RGB (Red+Green+Blue) = 232+41+71=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E82947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82947 is #17D6B8. Grayscale: #656565. Windows color (decimal): -1562297 or 4663784. OLE color: 4663784.
HSL color Cylindrical-coordinate representation of color #E82947: hue angle of 350.58º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82947 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 71 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.09 |
| HSL | 350.58º | 0.81% | 0.54% | - |
| HSV(B) | 350.58º | 0.82% | 0.91% | - |
| XYZ | 35.21 | 19.2 | 7.81 | - |
| YUV | 101.53 | 110.78 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 71 | 0 | 0.82 | 0.69 | 0.09 | 350.58 | 0.81 | 0.54 |
| Hex | E8 | 29 | 47 | 0 | 52 | 45 | 9 | 15F | 51 | 36 |
| Octal | 350 | 51 | 107 | 0 | 122 | 105 | 11 | 537 | 121 | 66 |
| Binary | 11101000 | 101001 | 1000111 | 0 | 1010010 | 1000101 | 1001 | 101011111 | 1010001 | 110110 |
Color Harmonies of #E82947
Complementary color
Monochromatic Colors of #E82947
Black with #E82947
Text Example
Text Example
White with #E82947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82947; }
p { color: rgb(232,41,71); }
H1.HeaderClassName
{
color: #E82947;
}
.AnyTagClassName
{
color: #E82947;
}
</style>
background-color css
<style>
a { background-color: #E82947; }
a { background-color: rgb(232,41,71); }
div.DivClassName
{
background-color: #E82947;
}
.BgClassName
{
background-color: #E82947;
}
</style>
border-color css
<style>
span { border-color: #E82947; }
span { border-color: rgb(232,41,71); }
td.TdClassName
{
border-color: #E82947;
}
.TagClassName
{
border-color: #E82947;
}
</style>