Shades of Amaranth #E94059
Tints of Amaranth #E94059
RGB
CMYK
RGB Variations
Color information
#E94059 (or 0xE94059) is known color: Amaranth. HEX triplet: E9, 40 and 59. RGB value is (233,64,89). Sum of RGB (Red+Green+Blue) = 233+64+89=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E94059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94059 is #16BFA6. Grayscale: #757575. Windows color (decimal): -1490855 or 5849321. OLE color: 5849321.
HSL color Cylindrical-coordinate representation of color #E94059: hue angle of 351.12º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E94059 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 89 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.09 |
| HSL | 351.12º | 0.79% | 0.58% | - |
| HSV(B) | 351.12º | 0.73% | 0.91% | - |
| XYZ | 37.24 | 21.71 | 11.68 | - |
| YUV | 117.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 89 | 0 | 0.73 | 0.62 | 0.09 | 351.12 | 0.79 | 0.58 |
| Hex | E9 | 40 | 59 | 0 | 49 | 3E | 9 | 15F | 4F | 3A |
| Octal | 351 | 100 | 131 | 0 | 111 | 76 | 11 | 537 | 117 | 72 |
| Binary | 11101001 | 1000000 | 1011001 | 0 | 1001001 | 111110 | 1001 | 101011111 | 1001111 | 111010 |
Color Harmonies of #E94059
Complementary color
Monochromatic Colors of #E94059
Black with #E94059
Text Example
Text Example
White with #E94059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94059; }
p { color: rgb(233,64,89); }
H1.HeaderClassName
{
color: #E94059;
}
.AnyTagClassName
{
color: #E94059;
}
</style>
background-color css
<style>
a { background-color: #E94059; }
a { background-color: rgb(233,64,89); }
div.DivClassName
{
background-color: #E94059;
}
.BgClassName
{
background-color: #E94059;
}
</style>
border-color css
<style>
span { border-color: #E94059; }
span { border-color: rgb(233,64,89); }
td.TdClassName
{
border-color: #E94059;
}
.TagClassName
{
border-color: #E94059;
}
</style>