Shades of Amaranth #E94259
Tints of Amaranth #E94259
RGB
CMYK
RGB Variations
Color information
#E94259 (or 0xE94259) is known color: Amaranth. HEX triplet: E9, 42 and 59. RGB value is (233,66,89). Sum of RGB (Red+Green+Blue) = 233+66+89=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E94259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94259 is #16BDA6. Grayscale: #767676. Windows color (decimal): -1490343 or 5849833. OLE color: 5849833.
HSL color Cylindrical-coordinate representation of color #E94259: hue angle of 351.74º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94259 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 89 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.09 |
| HSL | 351.74º | 0.79% | 0.59% | - |
| HSV(B) | 351.74º | 0.72% | 0.91% | - |
| XYZ | 37.36 | 21.94 | 11.72 | - |
| YUV | 118.56 | 111.33 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 89 | 0 | 0.72 | 0.62 | 0.09 | 351.74 | 0.79 | 0.59 |
| Hex | E9 | 42 | 59 | 0 | 48 | 3E | 9 | 160 | 4F | 3B |
| Octal | 351 | 102 | 131 | 0 | 110 | 76 | 11 | 540 | 117 | 73 |
| Binary | 11101001 | 1000010 | 1011001 | 0 | 1001000 | 111110 | 1001 | 101100000 | 1001111 | 111011 |
Color Harmonies of #E94259
Complementary color
Monochromatic Colors of #E94259
Black with #E94259
Text Example
Text Example
White with #E94259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94259; }
p { color: rgb(233,66,89); }
H1.HeaderClassName
{
color: #E94259;
}
.AnyTagClassName
{
color: #E94259;
}
</style>
background-color css
<style>
a { background-color: #E94259; }
a { background-color: rgb(233,66,89); }
div.DivClassName
{
background-color: #E94259;
}
.BgClassName
{
background-color: #E94259;
}
</style>
border-color css
<style>
span { border-color: #E94259; }
span { border-color: rgb(233,66,89); }
td.TdClassName
{
border-color: #E94259;
}
.TagClassName
{
border-color: #E94259;
}
</style>