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