Shades of Amaranth #E94557
Tints of Amaranth #E94557
RGB
CMYK
RGB Variations
Color information
#E94557 (or 0xE94557) is known color: Amaranth. HEX triplet: E9, 45 and 57. RGB value is (233,69,87). Sum of RGB (Red+Green+Blue) = 233+69+87=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E94557 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94557 is #16BAA8. Grayscale: #787878. Windows color (decimal): -1489577 or 5719529. OLE color: 5719529.
HSL color Cylindrical-coordinate representation of color #E94557: hue angle of 353.41º 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 #E94557 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 69 | 87 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.09 |
| HSL | 353.41º | 0.79% | 0.59% | - |
| HSV(B) | 353.41º | 0.7% | 0.91% | - |
| XYZ | 37.45 | 22.27 | 11.34 | - |
| YUV | 120.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 69 | 87 | 0 | 0.70 | 0.63 | 0.09 | 353.41 | 0.79 | 0.59 |
| Hex | E9 | 45 | 57 | 0 | 46 | 3F | 9 | 161 | 4F | 3B |
| Octal | 351 | 105 | 127 | 0 | 106 | 77 | 11 | 541 | 117 | 73 |
| Binary | 11101001 | 1000101 | 1010111 | 0 | 1000110 | 111111 | 1001 | 101100001 | 1001111 | 111011 |
Color Harmonies of #E94557
Complementary color
Monochromatic Colors of #E94557
Black with #E94557
Text Example
Text Example
White with #E94557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94557; }
p { color: rgb(233,69,87); }
H1.HeaderClassName
{
color: #E94557;
}
.AnyTagClassName
{
color: #E94557;
}
</style>
background-color css
<style>
a { background-color: #E94557; }
a { background-color: rgb(233,69,87); }
div.DivClassName
{
background-color: #E94557;
}
.BgClassName
{
background-color: #E94557;
}
</style>
border-color css
<style>
span { border-color: #E94557; }
span { border-color: rgb(233,69,87); }
td.TdClassName
{
border-color: #E94557;
}
.TagClassName
{
border-color: #E94557;
}
</style>