Shades of Amaranth #E5294E
Tints of Amaranth #E5294E
RGB
CMYK
RGB Variations
Color information
#E5294E (or 0xE5294E) is known color: Amaranth. HEX triplet: E5, 29 and 4E. RGB value is (229,41,78). Sum of RGB (Red+Green+Blue) = 229+41+78=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E5294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5294E is #1AD6B1. Grayscale: #656565. Windows color (decimal): -1758898 or 5122533. OLE color: 5122533.
HSL color Cylindrical-coordinate representation of color #E5294E: hue angle of 348.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5294E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 78 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.10 |
| HSL | 348.19º | 0.78% | 0.53% | - |
| HSV(B) | 348.19º | 0.82% | 0.9% | - |
| XYZ | 34.48 | 18.79 | 9.02 | - |
| YUV | 101.43 | 114.78 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 78 | 0 | 0.82 | 0.66 | 0.10 | 348.19 | 0.78 | 0.53 |
| Hex | E5 | 29 | 4E | 0 | 52 | 42 | A | 15C | 4E | 35 |
| Octal | 345 | 51 | 116 | 0 | 122 | 102 | 12 | 534 | 116 | 65 |
| Binary | 11100101 | 101001 | 1001110 | 0 | 1010010 | 1000010 | 1010 | 101011100 | 1001110 | 110101 |
Color Harmonies of #E5294E
Complementary color
Monochromatic Colors of #E5294E
Black with #E5294E
Text Example
Text Example
White with #E5294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5294E; }
p { color: rgb(229,41,78); }
H1.HeaderClassName
{
color: #E5294E;
}
.AnyTagClassName
{
color: #E5294E;
}
</style>
background-color css
<style>
a { background-color: #E5294E; }
a { background-color: rgb(229,41,78); }
div.DivClassName
{
background-color: #E5294E;
}
.BgClassName
{
background-color: #E5294E;
}
</style>
border-color css
<style>
span { border-color: #E5294E; }
span { border-color: rgb(229,41,78); }
td.TdClassName
{
border-color: #E5294E;
}
.TagClassName
{
border-color: #E5294E;
}
</style>