Shades of Amaranth #E73656
Tints of Amaranth #E73656
RGB
CMYK
RGB Variations
Color information
#E73656 (or 0xE73656) is known color: Amaranth. HEX triplet: E7, 36 and 56. RGB value is (231,54,86). Sum of RGB (Red+Green+Blue) = 231+54+86=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E73656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73656 is #18C9A9. Grayscale: #6E6E6E. Windows color (decimal): -1624490 or 5650151. OLE color: 5650151.
HSL color Cylindrical-coordinate representation of color #E73656: hue angle of 349.15º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E73656 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 54 | 86 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.09 |
| HSL | 349.15º | 0.79% | 0.56% | - |
| HSV(B) | 349.15º | 0.77% | 0.91% | - |
| XYZ | 35.95 | 20.3 | 10.83 | - |
| YUV | 110.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 54 | 86 | 0 | 0.77 | 0.63 | 0.09 | 349.15 | 0.79 | 0.56 |
| Hex | E7 | 36 | 56 | 0 | 4D | 3F | 9 | 15D | 4F | 38 |
| Octal | 347 | 66 | 126 | 0 | 115 | 77 | 11 | 535 | 117 | 70 |
| Binary | 11100111 | 110110 | 1010110 | 0 | 1001101 | 111111 | 1001 | 101011101 | 1001111 | 111000 |
Color Harmonies of #E73656
Complementary color
Monochromatic Colors of #E73656
Black with #E73656
Text Example
Text Example
White with #E73656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73656; }
p { color: rgb(231,54,86); }
H1.HeaderClassName
{
color: #E73656;
}
.AnyTagClassName
{
color: #E73656;
}
</style>
background-color css
<style>
a { background-color: #E73656; }
a { background-color: rgb(231,54,86); }
div.DivClassName
{
background-color: #E73656;
}
.BgClassName
{
background-color: #E73656;
}
</style>
border-color css
<style>
span { border-color: #E73656; }
span { border-color: rgb(231,54,86); }
td.TdClassName
{
border-color: #E73656;
}
.TagClassName
{
border-color: #E73656;
}
</style>