Shades of Amaranth #E72545
Tints of Amaranth #E72545
RGB
CMYK
RGB Variations
Color information
#E72545 (or 0xE72545) is known color: Amaranth. HEX triplet: E7, 25 and 45. RGB value is (231,37,69). Sum of RGB (Red+Green+Blue) = 231+37+69=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E72545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72545 is #18DABA. Grayscale: #626262. Windows color (decimal): -1628859 or 4531687. OLE color: 4531687.
HSL color Cylindrical-coordinate representation of color #E72545: hue angle of 350.1º 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 #E72545 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 69 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.09 |
| HSL | 350.1º | 0.8% | 0.53% | - |
| HSV(B) | 350.1º | 0.84% | 0.91% | - |
| XYZ | 34.69 | 18.74 | 7.42 | - |
| YUV | 98.65 | 111.27 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 69 | 0 | 0.84 | 0.70 | 0.09 | 350.1 | 0.8 | 0.53 |
| Hex | E7 | 25 | 45 | 0 | 54 | 46 | 9 | 15E | 50 | 35 |
| Octal | 347 | 45 | 105 | 0 | 124 | 106 | 11 | 536 | 120 | 65 |
| Binary | 11100111 | 100101 | 1000101 | 0 | 1010100 | 1000110 | 1001 | 101011110 | 1010000 | 110101 |
Color Harmonies of #E72545
Complementary color
Monochromatic Colors of #E72545
Black with #E72545
Text Example
Text Example
White with #E72545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72545; }
p { color: rgb(231,37,69); }
H1.HeaderClassName
{
color: #E72545;
}
.AnyTagClassName
{
color: #E72545;
}
</style>
background-color css
<style>
a { background-color: #E72545; }
a { background-color: rgb(231,37,69); }
div.DivClassName
{
background-color: #E72545;
}
.BgClassName
{
background-color: #E72545;
}
</style>
border-color css
<style>
span { border-color: #E72545; }
span { border-color: rgb(231,37,69); }
td.TdClassName
{
border-color: #E72545;
}
.TagClassName
{
border-color: #E72545;
}
</style>