Shades of Amaranth #E2214F
Tints of Amaranth #E2214F
RGB
CMYK
RGB Variations
Color information
#E2214F (or 0xE2214F) is known color: Amaranth. HEX triplet: E2, 21 and 4F. RGB value is (226,33,79). Sum of RGB (Red+Green+Blue) = 226+33+79=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2214F is #1DDEB0. Grayscale: #5F5F5F. Windows color (decimal): -1957553 or 5186018. OLE color: 5186018.
HSL color Cylindrical-coordinate representation of color #E2214F: hue angle of 345.7º 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 #E2214F is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 79 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.11 |
| HSL | 345.7º | 0.77% | 0.51% | - |
| HSV(B) | 345.7º | 0.85% | 0.89% | - |
| XYZ | 33.32 | 17.82 | 9.08 | - |
| YUV | 95.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 79 | 0 | 0.85 | 0.65 | 0.11 | 345.7 | 0.77 | 0.51 |
| Hex | E2 | 21 | 4F | 0 | 55 | 41 | B | 15A | 4D | 33 |
| Octal | 342 | 41 | 117 | 0 | 125 | 101 | 13 | 532 | 115 | 63 |
| Binary | 11100010 | 100001 | 1001111 | 0 | 1010101 | 1000001 | 1011 | 101011010 | 1001101 | 110011 |
Color Harmonies of #E2214F
Complementary color
Monochromatic Colors of #E2214F
Black with #E2214F
Text Example
Text Example
White with #E2214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2214F; }
p { color: rgb(226,33,79); }
H1.HeaderClassName
{
color: #E2214F;
}
.AnyTagClassName
{
color: #E2214F;
}
</style>
background-color css
<style>
a { background-color: #E2214F; }
a { background-color: rgb(226,33,79); }
div.DivClassName
{
background-color: #E2214F;
}
.BgClassName
{
background-color: #E2214F;
}
</style>
border-color css
<style>
span { border-color: #E2214F; }
span { border-color: rgb(226,33,79); }
td.TdClassName
{
border-color: #E2214F;
}
.TagClassName
{
border-color: #E2214F;
}
</style>