Shades of Amaranth #E73D54
Tints of Amaranth #E73D54
RGB
CMYK
RGB Variations
Color information
#E73D54 (or 0xE73D54) is known color: Amaranth. HEX triplet: E7, 3D and 54. RGB value is (231,61,84). Sum of RGB (Red+Green+Blue) = 231+61+84=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E73D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73D54 is #18C2AB. Grayscale: #727272. Windows color (decimal): -1622700 or 5520871. OLE color: 5520871.
HSL color Cylindrical-coordinate representation of color #E73D54: hue angle of 351.88º 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 #E73D54 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 84 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.09 |
| HSL | 351.88º | 0.78% | 0.57% | - |
| HSV(B) | 351.88º | 0.74% | 0.91% | - |
| XYZ | 36.22 | 20.97 | 10.53 | - |
| YUV | 114.45 | 110.82 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 84 | 0 | 0.74 | 0.64 | 0.09 | 351.88 | 0.78 | 0.57 |
| Hex | E7 | 3D | 54 | 0 | 4A | 40 | 9 | 160 | 4E | 39 |
| Octal | 347 | 75 | 124 | 0 | 112 | 100 | 11 | 540 | 116 | 71 |
| Binary | 11100111 | 111101 | 1010100 | 0 | 1001010 | 1000000 | 1001 | 101100000 | 1001110 | 111001 |
Color Harmonies of #E73D54
Complementary color
Monochromatic Colors of #E73D54
Black with #E73D54
Text Example
Text Example
White with #E73D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73D54; }
p { color: rgb(231,61,84); }
H1.HeaderClassName
{
color: #E73D54;
}
.AnyTagClassName
{
color: #E73D54;
}
</style>
background-color css
<style>
a { background-color: #E73D54; }
a { background-color: rgb(231,61,84); }
div.DivClassName
{
background-color: #E73D54;
}
.BgClassName
{
background-color: #E73D54;
}
</style>
border-color css
<style>
span { border-color: #E73D54; }
span { border-color: rgb(231,61,84); }
td.TdClassName
{
border-color: #E73D54;
}
.TagClassName
{
border-color: #E73D54;
}
</style>