Shades of Amaranth #E94656
Tints of Amaranth #E94656
RGB
CMYK
RGB Variations
Color information
#E94656 (or 0xE94656) is known color: Amaranth. HEX triplet: E9, 46 and 56. RGB value is (233,70,86). Sum of RGB (Red+Green+Blue) = 233+70+86=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E94656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94656 is #16B9A9. Grayscale: #787878. Windows color (decimal): -1489322 or 5654249. OLE color: 5654249.
HSL color Cylindrical-coordinate representation of color #E94656: hue angle of 354.11º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94656 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 86 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.09 |
| HSL | 354.11º | 0.79% | 0.59% | - |
| HSV(B) | 354.11º | 0.7% | 0.91% | - |
| XYZ | 37.47 | 22.38 | 11.15 | - |
| YUV | 120.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 86 | 0 | 0.70 | 0.63 | 0.09 | 354.11 | 0.79 | 0.59 |
| Hex | E9 | 46 | 56 | 0 | 46 | 3F | 9 | 162 | 4F | 3B |
| Octal | 351 | 106 | 126 | 0 | 106 | 77 | 11 | 542 | 117 | 73 |
| Binary | 11101001 | 1000110 | 1010110 | 0 | 1000110 | 111111 | 1001 | 101100010 | 1001111 | 111011 |
Color Harmonies of #E94656
Complementary color
Monochromatic Colors of #E94656
Black with #E94656
Text Example
Text Example
White with #E94656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94656; }
p { color: rgb(233,70,86); }
H1.HeaderClassName
{
color: #E94656;
}
.AnyTagClassName
{
color: #E94656;
}
</style>
background-color css
<style>
a { background-color: #E94656; }
a { background-color: rgb(233,70,86); }
div.DivClassName
{
background-color: #E94656;
}
.BgClassName
{
background-color: #E94656;
}
</style>
border-color css
<style>
span { border-color: #E94656; }
span { border-color: rgb(233,70,86); }
td.TdClassName
{
border-color: #E94656;
}
.TagClassName
{
border-color: #E94656;
}
</style>