Shades of Amaranth #E94049
Tints of Amaranth #E94049
RGB
CMYK
RGB Variations
Color information
#E94049 (or 0xE94049) is known color: Amaranth. HEX triplet: E9, 40 and 49. RGB value is (233,64,73). Sum of RGB (Red+Green+Blue) = 233+64+73=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E94049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94049 is #16BFB6. Grayscale: #737373. Windows color (decimal): -1490871 or 4800745. OLE color: 4800745.
HSL color Cylindrical-coordinate representation of color #E94049: hue angle of 356.8º 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 #E94049 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 73 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.09 |
| HSL | 356.8º | 0.79% | 0.58% | - |
| HSV(B) | 356.8º | 0.73% | 0.91% | - |
| XYZ | 36.64 | 21.47 | 8.52 | - |
| YUV | 115.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 73 | 0 | 0.73 | 0.69 | 0.09 | 356.8 | 0.79 | 0.58 |
| Hex | E9 | 40 | 49 | 0 | 49 | 45 | 9 | 165 | 4F | 3A |
| Octal | 351 | 100 | 111 | 0 | 111 | 105 | 11 | 545 | 117 | 72 |
| Binary | 11101001 | 1000000 | 1001001 | 0 | 1001001 | 1000101 | 1001 | 101100101 | 1001111 | 111010 |
Color Harmonies of #E94049
Complementary color
Monochromatic Colors of #E94049
Black with #E94049
Text Example
Text Example
White with #E94049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94049; }
p { color: rgb(233,64,73); }
H1.HeaderClassName
{
color: #E94049;
}
.AnyTagClassName
{
color: #E94049;
}
</style>
background-color css
<style>
a { background-color: #E94049; }
a { background-color: rgb(233,64,73); }
div.DivClassName
{
background-color: #E94049;
}
.BgClassName
{
background-color: #E94049;
}
</style>
border-color css
<style>
span { border-color: #E94049; }
span { border-color: rgb(233,64,73); }
td.TdClassName
{
border-color: #E94049;
}
.TagClassName
{
border-color: #E94049;
}
</style>