Shades of Amaranth #E2194D
Tints of Amaranth #E2194D
RGB
CMYK
RGB Variations
Color information
#E2194D (or 0xE2194D) is known color: Amaranth. HEX triplet: E2, 19 and 4D. RGB value is (226,25,77). Sum of RGB (Red+Green+Blue) = 226+25+77=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E2194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2194D is #1DE6B2. Grayscale: #5B5B5B. Windows color (decimal): -1959603 or 5052898. OLE color: 5052898.
HSL color Cylindrical-coordinate representation of color #E2194D: hue angle of 344.48º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2194D is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.11 |
| HSL | 344.48º | 0.8% | 0.49% | - |
| HSV(B) | 344.48º | 0.89% | 0.89% | - |
| XYZ | 33.05 | 17.4 | 8.64 | - |
| YUV | 91.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 77 | 0 | 0.89 | 0.66 | 0.11 | 344.48 | 0.8 | 0.49 |
| Hex | E2 | 19 | 4D | 0 | 59 | 42 | B | 158 | 50 | 31 |
| Octal | 342 | 31 | 115 | 0 | 131 | 102 | 13 | 530 | 120 | 61 |
| Binary | 11100010 | 11001 | 1001101 | 0 | 1011001 | 1000010 | 1011 | 101011000 | 1010000 | 110001 |
Color Harmonies of #E2194D
Complementary color
Monochromatic Colors of #E2194D
Black with #E2194D
Text Example
Text Example
White with #E2194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2194D; }
p { color: rgb(226,25,77); }
H1.HeaderClassName
{
color: #E2194D;
}
.AnyTagClassName
{
color: #E2194D;
}
</style>
background-color css
<style>
a { background-color: #E2194D; }
a { background-color: rgb(226,25,77); }
div.DivClassName
{
background-color: #E2194D;
}
.BgClassName
{
background-color: #E2194D;
}
</style>
border-color css
<style>
span { border-color: #E2194D; }
span { border-color: rgb(226,25,77); }
td.TdClassName
{
border-color: #E2194D;
}
.TagClassName
{
border-color: #E2194D;
}
</style>