Shades of Amaranth #E9294C
Tints of Amaranth #E9294C
RGB
CMYK
RGB Variations
Color information
#E9294C (or 0xE9294C) is known color: Amaranth. HEX triplet: E9, 29 and 4C. RGB value is (233,41,76). Sum of RGB (Red+Green+Blue) = 233+41+76=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9294C is #16D6B3. Grayscale: #666666. Windows color (decimal): -1496756 or 4991465. OLE color: 4991465.
HSL color Cylindrical-coordinate representation of color #E9294C: hue angle of 349.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9294C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 76 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.09 |
| HSL | 349.06º | 0.81% | 0.54% | - |
| HSV(B) | 349.06º | 0.82% | 0.91% | - |
| XYZ | 35.7 | 19.43 | 8.71 | - |
| YUV | 102.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 76 | 0 | 0.82 | 0.67 | 0.09 | 349.06 | 0.81 | 0.54 |
| Hex | E9 | 29 | 4C | 0 | 52 | 43 | 9 | 15D | 51 | 36 |
| Octal | 351 | 51 | 114 | 0 | 122 | 103 | 11 | 535 | 121 | 66 |
| Binary | 11101001 | 101001 | 1001100 | 0 | 1010010 | 1000011 | 1001 | 101011101 | 1010001 | 110110 |
Color Harmonies of #E9294C
Complementary color
Monochromatic Colors of #E9294C
Black with #E9294C
Text Example
Text Example
White with #E9294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9294C; }
p { color: rgb(233,41,76); }
H1.HeaderClassName
{
color: #E9294C;
}
.AnyTagClassName
{
color: #E9294C;
}
</style>
background-color css
<style>
a { background-color: #E9294C; }
a { background-color: rgb(233,41,76); }
div.DivClassName
{
background-color: #E9294C;
}
.BgClassName
{
background-color: #E9294C;
}
</style>
border-color css
<style>
span { border-color: #E9294C; }
span { border-color: rgb(233,41,76); }
td.TdClassName
{
border-color: #E9294C;
}
.TagClassName
{
border-color: #E9294C;
}
</style>