Shades of Amaranth #E0294E
Tints of Amaranth #E0294E
RGB
CMYK
RGB Variations
Color information
#E0294E (or 0xE0294E) is known color: Amaranth. HEX triplet: E0, 29 and 4E. RGB value is (224,41,78). Sum of RGB (Red+Green+Blue) = 224+41+78=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E0294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0294E is #1FD6B1. Grayscale: #636363. Windows color (decimal): -2086578 or 5122528. OLE color: 5122528.
HSL color Cylindrical-coordinate representation of color #E0294E: hue angle of 347.87º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0294E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 41 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.12 |
| HSL | 347.87º | 0.75% | 0.52% | - |
| HSV(B) | 347.87º | 0.82% | 0.88% | - |
| XYZ | 32.91 | 17.98 | 8.94 | - |
| YUV | 99.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 41 | 78 | 0 | 0.82 | 0.65 | 0.12 | 347.87 | 0.75 | 0.52 |
| Hex | E0 | 29 | 4E | 0 | 52 | 41 | C | 15C | 4B | 34 |
| Octal | 340 | 51 | 116 | 0 | 122 | 101 | 14 | 534 | 113 | 64 |
| Binary | 11100000 | 101001 | 1001110 | 0 | 1010010 | 1000001 | 1100 | 101011100 | 1001011 | 110100 |
Color Harmonies of #E0294E
Complementary color
Monochromatic Colors of #E0294E
Black with #E0294E
Text Example
Text Example
White with #E0294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0294E; }
p { color: rgb(224,41,78); }
H1.HeaderClassName
{
color: #E0294E;
}
.AnyTagClassName
{
color: #E0294E;
}
</style>
background-color css
<style>
a { background-color: #E0294E; }
a { background-color: rgb(224,41,78); }
div.DivClassName
{
background-color: #E0294E;
}
.BgClassName
{
background-color: #E0294E;
}
</style>
border-color css
<style>
span { border-color: #E0294E; }
span { border-color: rgb(224,41,78); }
td.TdClassName
{
border-color: #E0294E;
}
.TagClassName
{
border-color: #E0294E;
}
</style>