Shades of Amaranth #E2204D
Tints of Amaranth #E2204D
RGB
CMYK
RGB Variations
Color information
#E2204D (or 0xE2204D) is known color: Amaranth. HEX triplet: E2, 20 and 4D. RGB value is (226,32,77). Sum of RGB (Red+Green+Blue) = 226+32+77=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2204D is #1DDFB2. Grayscale: #5F5F5F. Windows color (decimal): -1957811 or 5054690. OLE color: 5054690.
HSL color Cylindrical-coordinate representation of color #E2204D: hue angle of 346.08º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2204D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 77 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.11 |
| HSL | 346.08º | 0.77% | 0.51% | - |
| HSV(B) | 346.08º | 0.86% | 0.89% | - |
| XYZ | 33.22 | 17.74 | 8.69 | - |
| YUV | 95.14 | 117.77 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 77 | 0 | 0.86 | 0.66 | 0.11 | 346.08 | 0.77 | 0.51 |
| Hex | E2 | 20 | 4D | 0 | 56 | 42 | B | 15A | 4D | 33 |
| Octal | 342 | 40 | 115 | 0 | 126 | 102 | 13 | 532 | 115 | 63 |
| Binary | 11100010 | 100000 | 1001101 | 0 | 1010110 | 1000010 | 1011 | 101011010 | 1001101 | 110011 |
Color Harmonies of #E2204D
Complementary color
Monochromatic Colors of #E2204D
Black with #E2204D
Text Example
Text Example
White with #E2204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2204D; }
p { color: rgb(226,32,77); }
H1.HeaderClassName
{
color: #E2204D;
}
.AnyTagClassName
{
color: #E2204D;
}
</style>
background-color css
<style>
a { background-color: #E2204D; }
a { background-color: rgb(226,32,77); }
div.DivClassName
{
background-color: #E2204D;
}
.BgClassName
{
background-color: #E2204D;
}
</style>
border-color css
<style>
span { border-color: #E2204D; }
span { border-color: rgb(226,32,77); }
td.TdClassName
{
border-color: #E2204D;
}
.TagClassName
{
border-color: #E2204D;
}
</style>