Shades of Amaranth #E22E4A
Tints of Amaranth #E22E4A
RGB
CMYK
RGB Variations
Color information
#E22E4A (or 0xE22E4A) is known color: Amaranth. HEX triplet: E2, 2E and 4A. RGB value is (226,46,74). Sum of RGB (Red+Green+Blue) = 226+46+74=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E22E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22E4A is #1DD1B5. Grayscale: #676767. Windows color (decimal): -1954230 or 4861666. OLE color: 4861666.
HSL color Cylindrical-coordinate representation of color #E22E4A: hue angle of 350.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22E4A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 46 | 74 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.11 |
| HSL | 350.67º | 0.76% | 0.53% | - |
| HSV(B) | 350.67º | 0.8% | 0.89% | - |
| XYZ | 33.58 | 18.62 | 8.3 | - |
| YUV | 103.01 | 111.63 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 46 | 74 | 0 | 0.80 | 0.67 | 0.11 | 350.67 | 0.76 | 0.53 |
| Hex | E2 | 2E | 4A | 0 | 50 | 43 | B | 15F | 4C | 35 |
| Octal | 342 | 56 | 112 | 0 | 120 | 103 | 13 | 537 | 114 | 65 |
| Binary | 11100010 | 101110 | 1001010 | 0 | 1010000 | 1000011 | 1011 | 101011111 | 1001100 | 110101 |
Color Harmonies of #E22E4A
Complementary color
Monochromatic Colors of #E22E4A
Black with #E22E4A
Text Example
Text Example
White with #E22E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22E4A; }
p { color: rgb(226,46,74); }
H1.HeaderClassName
{
color: #E22E4A;
}
.AnyTagClassName
{
color: #E22E4A;
}
</style>
background-color css
<style>
a { background-color: #E22E4A; }
a { background-color: rgb(226,46,74); }
div.DivClassName
{
background-color: #E22E4A;
}
.BgClassName
{
background-color: #E22E4A;
}
</style>
border-color css
<style>
span { border-color: #E22E4A; }
span { border-color: rgb(226,46,74); }
td.TdClassName
{
border-color: #E22E4A;
}
.TagClassName
{
border-color: #E22E4A;
}
</style>