Shades of Amaranth #E73849
Tints of Amaranth #E73849
RGB
CMYK
RGB Variations
Color information
#E73849 (or 0xE73849) is known color: Amaranth. HEX triplet: E7, 38 and 49. RGB value is (231,56,73). Sum of RGB (Red+Green+Blue) = 231+56+73=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E73849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E73849 is #18C7B6. Grayscale: #6E6E6E. Windows color (decimal): -1623991 or 4798695. OLE color: 4798695.
HSL color Cylindrical-coordinate representation of color #E73849: hue angle of 354.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E73849 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 56 | 73 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.09 |
| HSL | 354.17º | 0.78% | 0.56% | - |
| HSV(B) | 354.17º | 0.76% | 0.91% | - |
| XYZ | 35.57 | 20.3 | 8.35 | - |
| YUV | 110.26 | 106.98 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 56 | 73 | 0 | 0.76 | 0.68 | 0.09 | 354.17 | 0.78 | 0.56 |
| Hex | E7 | 38 | 49 | 0 | 4C | 44 | 9 | 162 | 4E | 38 |
| Octal | 347 | 70 | 111 | 0 | 114 | 104 | 11 | 542 | 116 | 70 |
| Binary | 11100111 | 111000 | 1001001 | 0 | 1001100 | 1000100 | 1001 | 101100010 | 1001110 | 111000 |
Color Harmonies of #E73849
Complementary color
Monochromatic Colors of #E73849
Black with #E73849
Text Example
Text Example
White with #E73849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73849; }
p { color: rgb(231,56,73); }
H1.HeaderClassName
{
color: #E73849;
}
.AnyTagClassName
{
color: #E73849;
}
</style>
background-color css
<style>
a { background-color: #E73849; }
a { background-color: rgb(231,56,73); }
div.DivClassName
{
background-color: #E73849;
}
.BgClassName
{
background-color: #E73849;
}
</style>
border-color css
<style>
span { border-color: #E73849; }
span { border-color: rgb(231,56,73); }
td.TdClassName
{
border-color: #E73849;
}
.TagClassName
{
border-color: #E73849;
}
</style>