Shades of Amaranth #E82147
Tints of Amaranth #E82147
RGB
CMYK
RGB Variations
Color information
#E82147 (or 0xE82147) is known color: Amaranth. HEX triplet: E8, 21 and 47. RGB value is (232,33,71). Sum of RGB (Red+Green+Blue) = 232+33+71=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E82147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82147 is #17DEB8. Grayscale: #606060. Windows color (decimal): -1564345 or 4661736. OLE color: 4661736.
HSL color Cylindrical-coordinate representation of color #E82147: hue angle of 348.54º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82147 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 71 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.09 |
| HSL | 348.54º | 0.81% | 0.52% | - |
| HSV(B) | 348.54º | 0.86% | 0.91% | - |
| XYZ | 34.96 | 18.7 | 7.73 | - |
| YUV | 96.83 | 113.43 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 71 | 0 | 0.86 | 0.69 | 0.09 | 348.54 | 0.81 | 0.52 |
| Hex | E8 | 21 | 47 | 0 | 56 | 45 | 9 | 15D | 51 | 34 |
| Octal | 350 | 41 | 107 | 0 | 126 | 105 | 11 | 535 | 121 | 64 |
| Binary | 11101000 | 100001 | 1000111 | 0 | 1010110 | 1000101 | 1001 | 101011101 | 1010001 | 110100 |
Color Harmonies of #E82147
Complementary color
Monochromatic Colors of #E82147
Black with #E82147
Text Example
Text Example
White with #E82147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82147; }
p { color: rgb(232,33,71); }
H1.HeaderClassName
{
color: #E82147;
}
.AnyTagClassName
{
color: #E82147;
}
</style>
background-color css
<style>
a { background-color: #E82147; }
a { background-color: rgb(232,33,71); }
div.DivClassName
{
background-color: #E82147;
}
.BgClassName
{
background-color: #E82147;
}
</style>
border-color css
<style>
span { border-color: #E82147; }
span { border-color: rgb(232,33,71); }
td.TdClassName
{
border-color: #E82147;
}
.TagClassName
{
border-color: #E82147;
}
</style>