Shades of Amaranth #E73B54
Tints of Amaranth #E73B54
RGB
CMYK
RGB Variations
Color information
#E73B54 (or 0xE73B54) is known color: Amaranth. HEX triplet: E7, 3B and 54. RGB value is (231,59,84). Sum of RGB (Red+Green+Blue) = 231+59+84=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E73B54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73B54 is #18C4AB. Grayscale: #717171. Windows color (decimal): -1623212 or 5520359. OLE color: 5520359.
HSL color Cylindrical-coordinate representation of color #E73B54: hue angle of 351.28º 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 #E73B54 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 59 | 84 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.09 |
| HSL | 351.28º | 0.78% | 0.57% | - |
| HSV(B) | 351.28º | 0.74% | 0.91% | - |
| XYZ | 36.12 | 20.76 | 10.49 | - |
| YUV | 113.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 59 | 84 | 0 | 0.74 | 0.64 | 0.09 | 351.28 | 0.78 | 0.57 |
| Hex | E7 | 3B | 54 | 0 | 4A | 40 | 9 | 15F | 4E | 39 |
| Octal | 347 | 73 | 124 | 0 | 112 | 100 | 11 | 537 | 116 | 71 |
| Binary | 11100111 | 111011 | 1010100 | 0 | 1001010 | 1000000 | 1001 | 101011111 | 1001110 | 111001 |
Color Harmonies of #E73B54
Complementary color
Monochromatic Colors of #E73B54
Black with #E73B54
Text Example
Text Example
White with #E73B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73B54; }
p { color: rgb(231,59,84); }
H1.HeaderClassName
{
color: #E73B54;
}
.AnyTagClassName
{
color: #E73B54;
}
</style>
background-color css
<style>
a { background-color: #E73B54; }
a { background-color: rgb(231,59,84); }
div.DivClassName
{
background-color: #E73B54;
}
.BgClassName
{
background-color: #E73B54;
}
</style>
border-color css
<style>
span { border-color: #E73B54; }
span { border-color: rgb(231,59,84); }
td.TdClassName
{
border-color: #E73B54;
}
.TagClassName
{
border-color: #E73B54;
}
</style>