Shades of Amaranth #E2204A
Tints of Amaranth #E2204A
RGB
CMYK
RGB Variations
Color information
#E2204A (or 0xE2204A) is known color: Amaranth. HEX triplet: E2, 20 and 4A. RGB value is (226,32,74). Sum of RGB (Red+Green+Blue) = 226+32+74=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E2204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2204A is #1DDFB5. Grayscale: #5E5E5E. Windows color (decimal): -1957814 or 4858082. OLE color: 4858082.
HSL color Cylindrical-coordinate representation of color #E2204A: hue angle of 347.01º 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 #E2204A is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 74 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.11 |
| HSL | 347.01º | 0.77% | 0.51% | - |
| HSV(B) | 347.01º | 0.86% | 0.89% | - |
| XYZ | 33.12 | 17.7 | 8.15 | - |
| YUV | 94.79 | 116.27 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 74 | 0 | 0.86 | 0.67 | 0.11 | 347.01 | 0.77 | 0.51 |
| Hex | E2 | 20 | 4A | 0 | 56 | 43 | B | 15B | 4D | 33 |
| Octal | 342 | 40 | 112 | 0 | 126 | 103 | 13 | 533 | 115 | 63 |
| Binary | 11100010 | 100000 | 1001010 | 0 | 1010110 | 1000011 | 1011 | 101011011 | 1001101 | 110011 |
Color Harmonies of #E2204A
Complementary color
Monochromatic Colors of #E2204A
Black with #E2204A
Text Example
Text Example
White with #E2204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2204A; }
p { color: rgb(226,32,74); }
H1.HeaderClassName
{
color: #E2204A;
}
.AnyTagClassName
{
color: #E2204A;
}
</style>
background-color css
<style>
a { background-color: #E2204A; }
a { background-color: rgb(226,32,74); }
div.DivClassName
{
background-color: #E2204A;
}
.BgClassName
{
background-color: #E2204A;
}
</style>
border-color css
<style>
span { border-color: #E2204A; }
span { border-color: rgb(226,32,74); }
td.TdClassName
{
border-color: #E2204A;
}
.TagClassName
{
border-color: #E2204A;
}
</style>