Shades of Amaranth #E2294E
Tints of Amaranth #E2294E
RGB
CMYK
RGB Variations
Color information
#E2294E (or 0xE2294E) is known color: Amaranth. HEX triplet: E2, 29 and 4E. RGB value is (226,41,78). Sum of RGB (Red+Green+Blue) = 226+41+78=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E2294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2294E is #1DD6B1. Grayscale: #646464. Windows color (decimal): -1955506 or 5122530. OLE color: 5122530.
HSL color Cylindrical-coordinate representation of color #E2294E: hue angle of 348º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2294E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 78 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.11 |
| HSL | 348º | 0.76% | 0.52% | - |
| HSV(B) | 348º | 0.82% | 0.89% | - |
| XYZ | 33.53 | 18.3 | 8.97 | - |
| YUV | 100.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 78 | 0 | 0.82 | 0.65 | 0.11 | 348 | 0.76 | 0.52 |
| Hex | E2 | 29 | 4E | 0 | 52 | 41 | B | 15C | 4C | 34 |
| Octal | 342 | 51 | 116 | 0 | 122 | 101 | 13 | 534 | 114 | 64 |
| Binary | 11100010 | 101001 | 1001110 | 0 | 1010010 | 1000001 | 1011 | 101011100 | 1001100 | 110100 |
Color Harmonies of #E2294E
Complementary color
Monochromatic Colors of #E2294E
Black with #E2294E
Text Example
Text Example
White with #E2294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2294E; }
p { color: rgb(226,41,78); }
H1.HeaderClassName
{
color: #E2294E;
}
.AnyTagClassName
{
color: #E2294E;
}
</style>
background-color css
<style>
a { background-color: #E2294E; }
a { background-color: rgb(226,41,78); }
div.DivClassName
{
background-color: #E2294E;
}
.BgClassName
{
background-color: #E2294E;
}
</style>
border-color css
<style>
span { border-color: #E2294E; }
span { border-color: rgb(226,41,78); }
td.TdClassName
{
border-color: #E2294E;
}
.TagClassName
{
border-color: #E2294E;
}
</style>