Shades of Amaranth #E72647
Tints of Amaranth #E72647
RGB
CMYK
RGB Variations
Color information
#E72647 (or 0xE72647) is known color: Amaranth. HEX triplet: E7, 26 and 47. RGB value is (231,38,71). Sum of RGB (Red+Green+Blue) = 231+38+71=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E72647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72647 is #18D9B8. Grayscale: #636363. Windows color (decimal): -1628601 or 4663015. OLE color: 4663015.
HSL color Cylindrical-coordinate representation of color #E72647: hue angle of 349.74º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72647 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 71 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.09 |
| HSL | 349.74º | 0.8% | 0.53% | - |
| HSV(B) | 349.74º | 0.84% | 0.91% | - |
| XYZ | 34.79 | 18.83 | 7.76 | - |
| YUV | 99.47 | 111.94 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 71 | 0 | 0.84 | 0.69 | 0.09 | 349.74 | 0.8 | 0.53 |
| Hex | E7 | 26 | 47 | 0 | 54 | 45 | 9 | 15E | 50 | 35 |
| Octal | 347 | 46 | 107 | 0 | 124 | 105 | 11 | 536 | 120 | 65 |
| Binary | 11100111 | 100110 | 1000111 | 0 | 1010100 | 1000101 | 1001 | 101011110 | 1010000 | 110101 |
Color Harmonies of #E72647
Complementary color
Monochromatic Colors of #E72647
Black with #E72647
Text Example
Text Example
White with #E72647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72647; }
p { color: rgb(231,38,71); }
H1.HeaderClassName
{
color: #E72647;
}
.AnyTagClassName
{
color: #E72647;
}
</style>
background-color css
<style>
a { background-color: #E72647; }
a { background-color: rgb(231,38,71); }
div.DivClassName
{
background-color: #E72647;
}
.BgClassName
{
background-color: #E72647;
}
</style>
border-color css
<style>
span { border-color: #E72647; }
span { border-color: rgb(231,38,71); }
td.TdClassName
{
border-color: #E72647;
}
.TagClassName
{
border-color: #E72647;
}
</style>