Shades of Amaranth #E72047
Tints of Amaranth #E72047
RGB
CMYK
RGB Variations
Color information
#E72047 (or 0xE72047) is known color: Amaranth. HEX triplet: E7, 20 and 47. RGB value is (231,32,71). Sum of RGB (Red+Green+Blue) = 231+32+71=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E72047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72047 is #18DFB8. Grayscale: #5F5F5F. Windows color (decimal): -1630137 or 4661479. OLE color: 4661479.
HSL color Cylindrical-coordinate representation of color #E72047: hue angle of 348.24º 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 #E72047 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 71 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.09 |
| HSL | 348.24º | 0.81% | 0.52% | - |
| HSV(B) | 348.24º | 0.86% | 0.91% | - |
| XYZ | 34.61 | 18.48 | 7.7 | - |
| YUV | 95.95 | 113.93 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 71 | 0 | 0.86 | 0.69 | 0.09 | 348.24 | 0.81 | 0.52 |
| Hex | E7 | 20 | 47 | 0 | 56 | 45 | 9 | 15C | 51 | 34 |
| Octal | 347 | 40 | 107 | 0 | 126 | 105 | 11 | 534 | 121 | 64 |
| Binary | 11100111 | 100000 | 1000111 | 0 | 1010110 | 1000101 | 1001 | 101011100 | 1010001 | 110100 |
Color Harmonies of #E72047
Complementary color
Monochromatic Colors of #E72047
Black with #E72047
Text Example
Text Example
White with #E72047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72047; }
p { color: rgb(231,32,71); }
H1.HeaderClassName
{
color: #E72047;
}
.AnyTagClassName
{
color: #E72047;
}
</style>
background-color css
<style>
a { background-color: #E72047; }
a { background-color: rgb(231,32,71); }
div.DivClassName
{
background-color: #E72047;
}
.BgClassName
{
background-color: #E72047;
}
</style>
border-color css
<style>
span { border-color: #E72047; }
span { border-color: rgb(231,32,71); }
td.TdClassName
{
border-color: #E72047;
}
.TagClassName
{
border-color: #E72047;
}
</style>