Shades of Amaranth #E7294E
Tints of Amaranth #E7294E
RGB
CMYK
RGB Variations
Color information
#E7294E (or 0xE7294E) is known color: Amaranth. HEX triplet: E7, 29 and 4E. RGB value is (231,41,78). Sum of RGB (Red+Green+Blue) = 231+41+78=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E7294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7294E is #18D6B1. Grayscale: #666666. Windows color (decimal): -1627826 or 5122535. OLE color: 5122535.
HSL color Cylindrical-coordinate representation of color #E7294E: hue angle of 348.32º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7294E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 78 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.09 |
| HSL | 348.32º | 0.8% | 0.53% | - |
| HSV(B) | 348.32º | 0.82% | 0.91% | - |
| XYZ | 35.12 | 19.12 | 9.05 | - |
| YUV | 102.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 78 | 0 | 0.82 | 0.66 | 0.09 | 348.32 | 0.8 | 0.53 |
| Hex | E7 | 29 | 4E | 0 | 52 | 42 | 9 | 15C | 50 | 35 |
| Octal | 347 | 51 | 116 | 0 | 122 | 102 | 11 | 534 | 120 | 65 |
| Binary | 11100111 | 101001 | 1001110 | 0 | 1010010 | 1000010 | 1001 | 101011100 | 1010000 | 110101 |
Color Harmonies of #E7294E
Complementary color
Monochromatic Colors of #E7294E
Black with #E7294E
Text Example
Text Example
White with #E7294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7294E; }
p { color: rgb(231,41,78); }
H1.HeaderClassName
{
color: #E7294E;
}
.AnyTagClassName
{
color: #E7294E;
}
</style>
background-color css
<style>
a { background-color: #E7294E; }
a { background-color: rgb(231,41,78); }
div.DivClassName
{
background-color: #E7294E;
}
.BgClassName
{
background-color: #E7294E;
}
</style>
border-color css
<style>
span { border-color: #E7294E; }
span { border-color: rgb(231,41,78); }
td.TdClassName
{
border-color: #E7294E;
}
.TagClassName
{
border-color: #E7294E;
}
</style>