Shades of Amaranth #E22C44
Tints of Amaranth #E22C44
RGB
CMYK
RGB Variations
Color information
#E22C44 (or 0xE22C44) is known color: Amaranth. HEX triplet: E2, 2C and 44. RGB value is (226,44,68). Sum of RGB (Red+Green+Blue) = 226+44+68=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C44 is #1DD3BB. Grayscale: #656565. Windows color (decimal): -1954748 or 4467938. OLE color: 4467938.
HSL color Cylindrical-coordinate representation of color #E22C44: hue angle of 352.09º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22C44 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 68 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.11 |
| HSL | 352.09º | 0.76% | 0.53% | - |
| HSV(B) | 352.09º | 0.81% | 0.89% | - |
| XYZ | 33.31 | 18.39 | 7.26 | - |
| YUV | 101.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 68 | 0 | 0.81 | 0.70 | 0.11 | 352.09 | 0.76 | 0.53 |
| Hex | E2 | 2C | 44 | 0 | 51 | 46 | B | 160 | 4C | 35 |
| Octal | 342 | 54 | 104 | 0 | 121 | 106 | 13 | 540 | 114 | 65 |
| Binary | 11100010 | 101100 | 1000100 | 0 | 1010001 | 1000110 | 1011 | 101100000 | 1001100 | 110101 |
Color Harmonies of #E22C44
Complementary color
Monochromatic Colors of #E22C44
Black with #E22C44
Text Example
Text Example
White with #E22C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C44; }
p { color: rgb(226,44,68); }
H1.HeaderClassName
{
color: #E22C44;
}
.AnyTagClassName
{
color: #E22C44;
}
</style>
background-color css
<style>
a { background-color: #E22C44; }
a { background-color: rgb(226,44,68); }
div.DivClassName
{
background-color: #E22C44;
}
.BgClassName
{
background-color: #E22C44;
}
</style>
border-color css
<style>
span { border-color: #E22C44; }
span { border-color: rgb(226,44,68); }
td.TdClassName
{
border-color: #E22C44;
}
.TagClassName
{
border-color: #E22C44;
}
</style>