Shades of Amaranth #E22844
Tints of Amaranth #E22844
RGB
CMYK
RGB Variations
Color information
#E22844 (or 0xE22844) is known color: Amaranth. HEX triplet: E2, 28 and 44. RGB value is (226,40,68). Sum of RGB (Red+Green+Blue) = 226+40+68=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E22844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22844 is #1DD7BB. Grayscale: #626262. Windows color (decimal): -1955772 or 4466914. OLE color: 4466914.
HSL color Cylindrical-coordinate representation of color #E22844: hue angle of 350.97º 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 #E22844 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 68 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.11 |
| HSL | 350.97º | 0.76% | 0.52% | - |
| HSV(B) | 350.97º | 0.82% | 0.89% | - |
| XYZ | 33.17 | 18.1 | 7.22 | - |
| YUV | 98.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 68 | 0 | 0.82 | 0.70 | 0.11 | 350.97 | 0.76 | 0.52 |
| Hex | E2 | 28 | 44 | 0 | 52 | 46 | B | 15F | 4C | 34 |
| Octal | 342 | 50 | 104 | 0 | 122 | 106 | 13 | 537 | 114 | 64 |
| Binary | 11100010 | 101000 | 1000100 | 0 | 1010010 | 1000110 | 1011 | 101011111 | 1001100 | 110100 |
Color Harmonies of #E22844
Complementary color
Monochromatic Colors of #E22844
Black with #E22844
Text Example
Text Example
White with #E22844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22844; }
p { color: rgb(226,40,68); }
H1.HeaderClassName
{
color: #E22844;
}
.AnyTagClassName
{
color: #E22844;
}
</style>
background-color css
<style>
a { background-color: #E22844; }
a { background-color: rgb(226,40,68); }
div.DivClassName
{
background-color: #E22844;
}
.BgClassName
{
background-color: #E22844;
}
</style>
border-color css
<style>
span { border-color: #E22844; }
span { border-color: rgb(226,40,68); }
td.TdClassName
{
border-color: #E22844;
}
.TagClassName
{
border-color: #E22844;
}
</style>