Shades of Amaranth #E73C51
Tints of Amaranth #E73C51
RGB
CMYK
RGB Variations
Color information
#E73C51 (or 0xE73C51) is known color: Amaranth. HEX triplet: E7, 3C and 51. RGB value is (231,60,81). Sum of RGB (Red+Green+Blue) = 231+60+81=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73C51 is #18C3AE. Grayscale: #717171. Windows color (decimal): -1622959 or 5324007. OLE color: 5324007.
HSL color Cylindrical-coordinate representation of color #E73C51: hue angle of 352.63º 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 #E73C51 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 81 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.09 |
| HSL | 352.63º | 0.78% | 0.57% | - |
| HSV(B) | 352.63º | 0.74% | 0.91% | - |
| XYZ | 36.06 | 20.81 | 9.9 | - |
| YUV | 113.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 81 | 0 | 0.74 | 0.65 | 0.09 | 352.63 | 0.78 | 0.57 |
| Hex | E7 | 3C | 51 | 0 | 4A | 41 | 9 | 161 | 4E | 39 |
| Octal | 347 | 74 | 121 | 0 | 112 | 101 | 11 | 541 | 116 | 71 |
| Binary | 11100111 | 111100 | 1010001 | 0 | 1001010 | 1000001 | 1001 | 101100001 | 1001110 | 111001 |
Color Harmonies of #E73C51
Complementary color
Monochromatic Colors of #E73C51
Black with #E73C51
Text Example
Text Example
White with #E73C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C51; }
p { color: rgb(231,60,81); }
H1.HeaderClassName
{
color: #E73C51;
}
.AnyTagClassName
{
color: #E73C51;
}
</style>
background-color css
<style>
a { background-color: #E73C51; }
a { background-color: rgb(231,60,81); }
div.DivClassName
{
background-color: #E73C51;
}
.BgClassName
{
background-color: #E73C51;
}
</style>
border-color css
<style>
span { border-color: #E73C51; }
span { border-color: rgb(231,60,81); }
td.TdClassName
{
border-color: #E73C51;
}
.TagClassName
{
border-color: #E73C51;
}
</style>