Shades of Amaranth #E22255
Tints of Amaranth #E22255
RGB
CMYK
RGB Variations
Color information
#E22255 (or 0xE22255) is known color: Amaranth. HEX triplet: E2, 22 and 55. RGB value is (226,34,85). Sum of RGB (Red+Green+Blue) = 226+34+85=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E22255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22255 is #1DDDAA. Grayscale: #616161. Windows color (decimal): -1957291 or 5579490. OLE color: 5579490.
HSL color Cylindrical-coordinate representation of color #E22255: hue angle of 344.06º 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 #E22255 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 85 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.11 |
| HSL | 344.06º | 0.77% | 0.51% | - |
| HSV(B) | 344.06º | 0.85% | 0.89% | - |
| XYZ | 33.58 | 17.97 | 10.29 | - |
| YUV | 97.22 | 121.11 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 85 | 0 | 0.85 | 0.62 | 0.11 | 344.06 | 0.77 | 0.51 |
| Hex | E2 | 22 | 55 | 0 | 55 | 3E | B | 158 | 4D | 33 |
| Octal | 342 | 42 | 125 | 0 | 125 | 76 | 13 | 530 | 115 | 63 |
| Binary | 11100010 | 100010 | 1010101 | 0 | 1010101 | 111110 | 1011 | 101011000 | 1001101 | 110011 |
Color Harmonies of #E22255
Complementary color
Monochromatic Colors of #E22255
Black with #E22255
Text Example
Text Example
White with #E22255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22255; }
p { color: rgb(226,34,85); }
H1.HeaderClassName
{
color: #E22255;
}
.AnyTagClassName
{
color: #E22255;
}
</style>
background-color css
<style>
a { background-color: #E22255; }
a { background-color: rgb(226,34,85); }
div.DivClassName
{
background-color: #E22255;
}
.BgClassName
{
background-color: #E22255;
}
</style>
border-color css
<style>
span { border-color: #E22255; }
span { border-color: rgb(226,34,85); }
td.TdClassName
{
border-color: #E22255;
}
.TagClassName
{
border-color: #E22255;
}
</style>