Shades of Amaranth #E2214C
Tints of Amaranth #E2214C
RGB
CMYK
RGB Variations
Color information
#E2214C (or 0xE2214C) is known color: Amaranth. HEX triplet: E2, 21 and 4C. RGB value is (226,33,76). Sum of RGB (Red+Green+Blue) = 226+33+76=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2214C is #1DDEB3. Grayscale: #5F5F5F. Windows color (decimal): -1957556 or 4989410. OLE color: 4989410.
HSL color Cylindrical-coordinate representation of color #E2214C: hue angle of 346.63º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2214C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 76 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.11 |
| HSL | 346.63º | 0.77% | 0.51% | - |
| HSV(B) | 346.63º | 0.85% | 0.89% | - |
| XYZ | 33.21 | 17.78 | 8.52 | - |
| YUV | 95.61 | 116.94 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 76 | 0 | 0.85 | 0.66 | 0.11 | 346.63 | 0.77 | 0.51 |
| Hex | E2 | 21 | 4C | 0 | 55 | 42 | B | 15B | 4D | 33 |
| Octal | 342 | 41 | 114 | 0 | 125 | 102 | 13 | 533 | 115 | 63 |
| Binary | 11100010 | 100001 | 1001100 | 0 | 1010101 | 1000010 | 1011 | 101011011 | 1001101 | 110011 |
Color Harmonies of #E2214C
Complementary color
Monochromatic Colors of #E2214C
Black with #E2214C
Text Example
Text Example
White with #E2214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2214C; }
p { color: rgb(226,33,76); }
H1.HeaderClassName
{
color: #E2214C;
}
.AnyTagClassName
{
color: #E2214C;
}
</style>
background-color css
<style>
a { background-color: #E2214C; }
a { background-color: rgb(226,33,76); }
div.DivClassName
{
background-color: #E2214C;
}
.BgClassName
{
background-color: #E2214C;
}
</style>
border-color css
<style>
span { border-color: #E2214C; }
span { border-color: rgb(226,33,76); }
td.TdClassName
{
border-color: #E2214C;
}
.TagClassName
{
border-color: #E2214C;
}
</style>