Shades of Amaranth #E73556
Tints of Amaranth #E73556
RGB
CMYK
RGB Variations
Color information
#E73556 (or 0xE73556) is known color: Amaranth. HEX triplet: E7, 35 and 56. RGB value is (231,53,86). Sum of RGB (Red+Green+Blue) = 231+53+86=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E73556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E73556 is #18CAA9. Grayscale: #6E6E6E. Windows color (decimal): -1624746 or 5649895. OLE color: 5649895.
HSL color Cylindrical-coordinate representation of color #E73556: hue angle of 348.88º 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 #E73556 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 86 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.09 |
| HSL | 348.88º | 0.79% | 0.56% | - |
| HSV(B) | 348.88º | 0.77% | 0.91% | - |
| XYZ | 35.91 | 20.21 | 10.81 | - |
| YUV | 109.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 86 | 0 | 0.77 | 0.63 | 0.09 | 348.88 | 0.79 | 0.56 |
| Hex | E7 | 35 | 56 | 0 | 4D | 3F | 9 | 15D | 4F | 38 |
| Octal | 347 | 65 | 126 | 0 | 115 | 77 | 11 | 535 | 117 | 70 |
| Binary | 11100111 | 110101 | 1010110 | 0 | 1001101 | 111111 | 1001 | 101011101 | 1001111 | 111000 |
Color Harmonies of #E73556
Complementary color
Monochromatic Colors of #E73556
Black with #E73556
Text Example
Text Example
White with #E73556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73556; }
p { color: rgb(231,53,86); }
H1.HeaderClassName
{
color: #E73556;
}
.AnyTagClassName
{
color: #E73556;
}
</style>
background-color css
<style>
a { background-color: #E73556; }
a { background-color: rgb(231,53,86); }
div.DivClassName
{
background-color: #E73556;
}
.BgClassName
{
background-color: #E73556;
}
</style>
border-color css
<style>
span { border-color: #E73556; }
span { border-color: rgb(231,53,86); }
td.TdClassName
{
border-color: #E73556;
}
.TagClassName
{
border-color: #E73556;
}
</style>