Shades of Amaranth #E72845
Tints of Amaranth #E72845
RGB
CMYK
RGB Variations
Color information
#E72845 (or 0xE72845) is known color: Amaranth. HEX triplet: E7, 28 and 45. RGB value is (231,40,69). Sum of RGB (Red+Green+Blue) = 231+40+69=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E72845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72845 is #18D7BA. Grayscale: #646464. Windows color (decimal): -1628091 or 4532455. OLE color: 4532455.
HSL color Cylindrical-coordinate representation of color #E72845: hue angle of 350.89º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72845 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 69 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.09 |
| HSL | 350.89º | 0.8% | 0.53% | - |
| HSV(B) | 350.89º | 0.83% | 0.91% | - |
| XYZ | 34.79 | 18.94 | 7.45 | - |
| YUV | 100.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 69 | 0 | 0.83 | 0.70 | 0.09 | 350.89 | 0.8 | 0.53 |
| Hex | E7 | 28 | 45 | 0 | 53 | 46 | 9 | 15F | 50 | 35 |
| Octal | 347 | 50 | 105 | 0 | 123 | 106 | 11 | 537 | 120 | 65 |
| Binary | 11100111 | 101000 | 1000101 | 0 | 1010011 | 1000110 | 1001 | 101011111 | 1010000 | 110101 |
Color Harmonies of #E72845
Complementary color
Monochromatic Colors of #E72845
Black with #E72845
Text Example
Text Example
White with #E72845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72845; }
p { color: rgb(231,40,69); }
H1.HeaderClassName
{
color: #E72845;
}
.AnyTagClassName
{
color: #E72845;
}
</style>
background-color css
<style>
a { background-color: #E72845; }
a { background-color: rgb(231,40,69); }
div.DivClassName
{
background-color: #E72845;
}
.BgClassName
{
background-color: #E72845;
}
</style>
border-color css
<style>
span { border-color: #E72845; }
span { border-color: rgb(231,40,69); }
td.TdClassName
{
border-color: #E72845;
}
.TagClassName
{
border-color: #E72845;
}
</style>