Shades of Amaranth #E22149
Tints of Amaranth #E22149
RGB
CMYK
RGB Variations
Color information
#E22149 (or 0xE22149) is known color: Amaranth. HEX triplet: E2, 21 and 49. RGB value is (226,33,73). Sum of RGB (Red+Green+Blue) = 226+33+73=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E22149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22149 is #1DDEB6. Grayscale: #5F5F5F. Windows color (decimal): -1957559 or 4792802. OLE color: 4792802.
HSL color Cylindrical-coordinate representation of color #E22149: hue angle of 347.56º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E22149 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 73 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.11 |
| HSL | 347.56º | 0.77% | 0.51% | - |
| HSV(B) | 347.56º | 0.85% | 0.89% | - |
| XYZ | 33.11 | 17.74 | 7.98 | - |
| YUV | 95.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 73 | 0 | 0.85 | 0.68 | 0.11 | 347.56 | 0.77 | 0.51 |
| Hex | E2 | 21 | 49 | 0 | 55 | 44 | B | 15C | 4D | 33 |
| Octal | 342 | 41 | 111 | 0 | 125 | 104 | 13 | 534 | 115 | 63 |
| Binary | 11100010 | 100001 | 1001001 | 0 | 1010101 | 1000100 | 1011 | 101011100 | 1001101 | 110011 |
Color Harmonies of #E22149
Complementary color
Monochromatic Colors of #E22149
Black with #E22149
Text Example
Text Example
White with #E22149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22149; }
p { color: rgb(226,33,73); }
H1.HeaderClassName
{
color: #E22149;
}
.AnyTagClassName
{
color: #E22149;
}
</style>
background-color css
<style>
a { background-color: #E22149; }
a { background-color: rgb(226,33,73); }
div.DivClassName
{
background-color: #E22149;
}
.BgClassName
{
background-color: #E22149;
}
</style>
border-color css
<style>
span { border-color: #E22149; }
span { border-color: rgb(226,33,73); }
td.TdClassName
{
border-color: #E22149;
}
.TagClassName
{
border-color: #E22149;
}
</style>