Shades of Amaranth #E73547
Tints of Amaranth #E73547
RGB
CMYK
RGB Variations
Color information
#E73547 (or 0xE73547) is known color: Amaranth. HEX triplet: E7, 35 and 47. RGB value is (231,53,71). Sum of RGB (Red+Green+Blue) = 231+53+71=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E73547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73547 is #18CAB8. Grayscale: #6C6C6C. Windows color (decimal): -1624761 or 4666855. OLE color: 4666855.
HSL color Cylindrical-coordinate representation of color #E73547: hue angle of 353.93º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73547 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 71 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.09 |
| HSL | 353.93º | 0.79% | 0.56% | - |
| HSV(B) | 353.93º | 0.77% | 0.91% | - |
| XYZ | 35.37 | 19.99 | 7.96 | - |
| YUV | 108.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 71 | 0 | 0.77 | 0.69 | 0.09 | 353.93 | 0.79 | 0.56 |
| Hex | E7 | 35 | 47 | 0 | 4D | 45 | 9 | 162 | 4F | 38 |
| Octal | 347 | 65 | 107 | 0 | 115 | 105 | 11 | 542 | 117 | 70 |
| Binary | 11100111 | 110101 | 1000111 | 0 | 1001101 | 1000101 | 1001 | 101100010 | 1001111 | 111000 |
Color Harmonies of #E73547
Complementary color
Monochromatic Colors of #E73547
Black with #E73547
Text Example
Text Example
White with #E73547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73547; }
p { color: rgb(231,53,71); }
H1.HeaderClassName
{
color: #E73547;
}
.AnyTagClassName
{
color: #E73547;
}
</style>
background-color css
<style>
a { background-color: #E73547; }
a { background-color: rgb(231,53,71); }
div.DivClassName
{
background-color: #E73547;
}
.BgClassName
{
background-color: #E73547;
}
</style>
border-color css
<style>
span { border-color: #E73547; }
span { border-color: rgb(231,53,71); }
td.TdClassName
{
border-color: #E73547;
}
.TagClassName
{
border-color: #E73547;
}
</style>