Shades of Amaranth #E73C54
Tints of Amaranth #E73C54
RGB
CMYK
RGB Variations
Color information
#E73C54 (or 0xE73C54) is known color: Amaranth. HEX triplet: E7, 3C and 54. RGB value is (231,60,84). Sum of RGB (Red+Green+Blue) = 231+60+84=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73C54 is #18C3AB. Grayscale: #717171. Windows color (decimal): -1622956 or 5520615. OLE color: 5520615.
HSL color Cylindrical-coordinate representation of color #E73C54: hue angle of 351.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73C54 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 84 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.09 |
| HSL | 351.58º | 0.78% | 0.57% | - |
| HSV(B) | 351.58º | 0.74% | 0.91% | - |
| XYZ | 36.17 | 20.86 | 10.51 | - |
| YUV | 113.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 84 | 0 | 0.74 | 0.64 | 0.09 | 351.58 | 0.78 | 0.57 |
| Hex | E7 | 3C | 54 | 0 | 4A | 40 | 9 | 160 | 4E | 39 |
| Octal | 347 | 74 | 124 | 0 | 112 | 100 | 11 | 540 | 116 | 71 |
| Binary | 11100111 | 111100 | 1010100 | 0 | 1001010 | 1000000 | 1001 | 101100000 | 1001110 | 111001 |
Color Harmonies of #E73C54
Complementary color
Monochromatic Colors of #E73C54
Black with #E73C54
Text Example
Text Example
White with #E73C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C54; }
p { color: rgb(231,60,84); }
H1.HeaderClassName
{
color: #E73C54;
}
.AnyTagClassName
{
color: #E73C54;
}
</style>
background-color css
<style>
a { background-color: #E73C54; }
a { background-color: rgb(231,60,84); }
div.DivClassName
{
background-color: #E73C54;
}
.BgClassName
{
background-color: #E73C54;
}
</style>
border-color css
<style>
span { border-color: #E73C54; }
span { border-color: rgb(231,60,84); }
td.TdClassName
{
border-color: #E73C54;
}
.TagClassName
{
border-color: #E73C54;
}
</style>