Shades of Amaranth #E22C4A
Tints of Amaranth #E22C4A
RGB
CMYK
RGB Variations
Color information
#E22C4A (or 0xE22C4A) is known color: Amaranth. HEX triplet: E2, 2C and 4A. RGB value is (226,44,74). Sum of RGB (Red+Green+Blue) = 226+44+74=344 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.70% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22C4A is #1DD3B5. Grayscale: #656565. Windows color (decimal): -1954742 or 4861154. OLE color: 4861154.
HSL color Cylindrical-coordinate representation of color #E22C4A: hue angle of 350.11º 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 #E22C4A is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 74 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.11 |
| HSL | 350.11º | 0.76% | 0.53% | - |
| HSV(B) | 350.11º | 0.81% | 0.89% | - |
| XYZ | 33.5 | 18.46 | 8.28 | - |
| YUV | 101.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 74 | 0 | 0.81 | 0.67 | 0.11 | 350.11 | 0.76 | 0.53 |
| Hex | E2 | 2C | 4A | 0 | 51 | 43 | B | 15E | 4C | 35 |
| Octal | 342 | 54 | 112 | 0 | 121 | 103 | 13 | 536 | 114 | 65 |
| Binary | 11100010 | 101100 | 1001010 | 0 | 1010001 | 1000011 | 1011 | 101011110 | 1001100 | 110101 |
Color Harmonies of #E22C4A
Complementary color
Monochromatic Colors of #E22C4A
Black with #E22C4A
Text Example
Text Example
White with #E22C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C4A; }
p { color: rgb(226,44,74); }
H1.HeaderClassName
{
color: #E22C4A;
}
.AnyTagClassName
{
color: #E22C4A;
}
</style>
background-color css
<style>
a { background-color: #E22C4A; }
a { background-color: rgb(226,44,74); }
div.DivClassName
{
background-color: #E22C4A;
}
.BgClassName
{
background-color: #E22C4A;
}
</style>
border-color css
<style>
span { border-color: #E22C4A; }
span { border-color: rgb(226,44,74); }
td.TdClassName
{
border-color: #E22C4A;
}
.TagClassName
{
border-color: #E22C4A;
}
</style>