Shades of Amaranth #E2244C
Tints of Amaranth #E2244C
RGB
CMYK
RGB Variations
Color information
#E2244C (or 0xE2244C) is known color: Amaranth. HEX triplet: E2, 24 and 4C. RGB value is (226,36,76). Sum of RGB (Red+Green+Blue) = 226+36+76=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2244C is #1DDBB3. Grayscale: #616161. Windows color (decimal): -1956788 or 4990178. OLE color: 4990178.
HSL color Cylindrical-coordinate representation of color #E2244C: hue angle of 347.37º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2244C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 76 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.11 |
| HSL | 347.37º | 0.77% | 0.51% | - |
| HSV(B) | 347.37º | 0.84% | 0.89% | - |
| XYZ | 33.3 | 17.95 | 8.55 | - |
| YUV | 97.37 | 115.95 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 76 | 0 | 0.84 | 0.66 | 0.11 | 347.37 | 0.77 | 0.51 |
| Hex | E2 | 24 | 4C | 0 | 54 | 42 | B | 15B | 4D | 33 |
| Octal | 342 | 44 | 114 | 0 | 124 | 102 | 13 | 533 | 115 | 63 |
| Binary | 11100010 | 100100 | 1001100 | 0 | 1010100 | 1000010 | 1011 | 101011011 | 1001101 | 110011 |
Color Harmonies of #E2244C
Complementary color
Monochromatic Colors of #E2244C
Black with #E2244C
Text Example
Text Example
White with #E2244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2244C; }
p { color: rgb(226,36,76); }
H1.HeaderClassName
{
color: #E2244C;
}
.AnyTagClassName
{
color: #E2244C;
}
</style>
background-color css
<style>
a { background-color: #E2244C; }
a { background-color: rgb(226,36,76); }
div.DivClassName
{
background-color: #E2244C;
}
.BgClassName
{
background-color: #E2244C;
}
</style>
border-color css
<style>
span { border-color: #E2244C; }
span { border-color: rgb(226,36,76); }
td.TdClassName
{
border-color: #E2244C;
}
.TagClassName
{
border-color: #E2244C;
}
</style>