Shades of Amaranth #E73756
Tints of Amaranth #E73756
RGB
CMYK
RGB Variations
Color information
#E73756 (or 0xE73756) is known color: Amaranth. HEX triplet: E7, 37 and 56. RGB value is (231,55,86). Sum of RGB (Red+Green+Blue) = 231+55+86=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E73756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73756 is #18C8A9. Grayscale: #6F6F6F. Windows color (decimal): -1624234 or 5650407. OLE color: 5650407.
HSL color Cylindrical-coordinate representation of color #E73756: hue angle of 349.43º degrees, saturation: 0.79, 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 #E73756 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 86 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.09 |
| HSL | 349.43º | 0.79% | 0.56% | - |
| HSV(B) | 349.43º | 0.76% | 0.91% | - |
| XYZ | 36 | 20.39 | 10.84 | - |
| YUV | 111.16 | 113.81 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 86 | 0 | 0.76 | 0.63 | 0.09 | 349.43 | 0.79 | 0.56 |
| Hex | E7 | 37 | 56 | 0 | 4C | 3F | 9 | 15D | 4F | 38 |
| Octal | 347 | 67 | 126 | 0 | 114 | 77 | 11 | 535 | 117 | 70 |
| Binary | 11100111 | 110111 | 1010110 | 0 | 1001100 | 111111 | 1001 | 101011101 | 1001111 | 111000 |
Color Harmonies of #E73756
Complementary color
Monochromatic Colors of #E73756
Black with #E73756
Text Example
Text Example
White with #E73756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73756; }
p { color: rgb(231,55,86); }
H1.HeaderClassName
{
color: #E73756;
}
.AnyTagClassName
{
color: #E73756;
}
</style>
background-color css
<style>
a { background-color: #E73756; }
a { background-color: rgb(231,55,86); }
div.DivClassName
{
background-color: #E73756;
}
.BgClassName
{
background-color: #E73756;
}
</style>
border-color css
<style>
span { border-color: #E73756; }
span { border-color: rgb(231,55,86); }
td.TdClassName
{
border-color: #E73756;
}
.TagClassName
{
border-color: #E73756;
}
</style>