Shades of Amaranth #E22156
Tints of Amaranth #E22156
RGB
CMYK
RGB Variations
Color information
#E22156 (or 0xE22156) is known color: Amaranth. HEX triplet: E2, 21 and 56. RGB value is (226,33,86). Sum of RGB (Red+Green+Blue) = 226+33+86=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E22156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22156 is #1DDEA9. Grayscale: #606060. Windows color (decimal): -1957546 or 5644770. OLE color: 5644770.
HSL color Cylindrical-coordinate representation of color #E22156: hue angle of 343.52º 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 #E22156 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 86 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.11 |
| HSL | 343.52º | 0.77% | 0.51% | - |
| HSV(B) | 343.52º | 0.85% | 0.89% | - |
| XYZ | 33.59 | 17.93 | 10.49 | - |
| YUV | 96.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 86 | 0 | 0.85 | 0.62 | 0.11 | 343.52 | 0.77 | 0.51 |
| Hex | E2 | 21 | 56 | 0 | 55 | 3E | B | 158 | 4D | 33 |
| Octal | 342 | 41 | 126 | 0 | 125 | 76 | 13 | 530 | 115 | 63 |
| Binary | 11100010 | 100001 | 1010110 | 0 | 1010101 | 111110 | 1011 | 101011000 | 1001101 | 110011 |
Color Harmonies of #E22156
Complementary color
Monochromatic Colors of #E22156
Black with #E22156
Text Example
Text Example
White with #E22156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22156; }
p { color: rgb(226,33,86); }
H1.HeaderClassName
{
color: #E22156;
}
.AnyTagClassName
{
color: #E22156;
}
</style>
background-color css
<style>
a { background-color: #E22156; }
a { background-color: rgb(226,33,86); }
div.DivClassName
{
background-color: #E22156;
}
.BgClassName
{
background-color: #E22156;
}
</style>
border-color css
<style>
span { border-color: #E22156; }
span { border-color: rgb(226,33,86); }
td.TdClassName
{
border-color: #E22156;
}
.TagClassName
{
border-color: #E22156;
}
</style>