Shades of Amaranth #E2244D
Tints of Amaranth #E2244D
RGB
CMYK
RGB Variations
Color information
#E2244D (or 0xE2244D) is known color: Amaranth. HEX triplet: E2, 24 and 4D. RGB value is (226,36,77). Sum of RGB (Red+Green+Blue) = 226+36+77=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2244D is #1DDBB2. Grayscale: #616161. Windows color (decimal): -1956787 or 5055714. OLE color: 5055714.
HSL color Cylindrical-coordinate representation of color #E2244D: hue angle of 347.05º 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 #E2244D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 77 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.11 |
| HSL | 347.05º | 0.77% | 0.51% | - |
| HSV(B) | 347.05º | 0.84% | 0.89% | - |
| XYZ | 33.33 | 17.97 | 8.73 | - |
| YUV | 97.48 | 116.45 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 77 | 0 | 0.84 | 0.66 | 0.11 | 347.05 | 0.77 | 0.51 |
| Hex | E2 | 24 | 4D | 0 | 54 | 42 | B | 15B | 4D | 33 |
| Octal | 342 | 44 | 115 | 0 | 124 | 102 | 13 | 533 | 115 | 63 |
| Binary | 11100010 | 100100 | 1001101 | 0 | 1010100 | 1000010 | 1011 | 101011011 | 1001101 | 110011 |
Color Harmonies of #E2244D
Complementary color
Monochromatic Colors of #E2244D
Black with #E2244D
Text Example
Text Example
White with #E2244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2244D; }
p { color: rgb(226,36,77); }
H1.HeaderClassName
{
color: #E2244D;
}
.AnyTagClassName
{
color: #E2244D;
}
</style>
background-color css
<style>
a { background-color: #E2244D; }
a { background-color: rgb(226,36,77); }
div.DivClassName
{
background-color: #E2244D;
}
.BgClassName
{
background-color: #E2244D;
}
</style>
border-color css
<style>
span { border-color: #E2244D; }
span { border-color: rgb(226,36,77); }
td.TdClassName
{
border-color: #E2244D;
}
.TagClassName
{
border-color: #E2244D;
}
</style>