Shades of Amaranth #E8294C
Tints of Amaranth #E8294C
RGB
CMYK
RGB Variations
Color information
#E8294C (or 0xE8294C) is known color: Amaranth. HEX triplet: E8, 29 and 4C. RGB value is (232,41,76). Sum of RGB (Red+Green+Blue) = 232+41+76=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E8294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8294C is #17D6B3. Grayscale: #666666. Windows color (decimal): -1562292 or 4991464. OLE color: 4991464.
HSL color Cylindrical-coordinate representation of color #E8294C: hue angle of 349.01º 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 #E8294C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 76 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.09 |
| HSL | 349.01º | 0.81% | 0.54% | - |
| HSV(B) | 349.01º | 0.82% | 0.91% | - |
| XYZ | 35.38 | 19.26 | 8.69 | - |
| YUV | 102.1 | 113.28 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 76 | 0 | 0.82 | 0.67 | 0.09 | 349.01 | 0.81 | 0.54 |
| Hex | E8 | 29 | 4C | 0 | 52 | 43 | 9 | 15D | 51 | 36 |
| Octal | 350 | 51 | 114 | 0 | 122 | 103 | 11 | 535 | 121 | 66 |
| Binary | 11101000 | 101001 | 1001100 | 0 | 1010010 | 1000011 | 1001 | 101011101 | 1010001 | 110110 |
Color Harmonies of #E8294C
Complementary color
Monochromatic Colors of #E8294C
Black with #E8294C
Text Example
Text Example
White with #E8294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8294C; }
p { color: rgb(232,41,76); }
H1.HeaderClassName
{
color: #E8294C;
}
.AnyTagClassName
{
color: #E8294C;
}
</style>
background-color css
<style>
a { background-color: #E8294C; }
a { background-color: rgb(232,41,76); }
div.DivClassName
{
background-color: #E8294C;
}
.BgClassName
{
background-color: #E8294C;
}
</style>
border-color css
<style>
span { border-color: #E8294C; }
span { border-color: rgb(232,41,76); }
td.TdClassName
{
border-color: #E8294C;
}
.TagClassName
{
border-color: #E8294C;
}
</style>