Shades of Amaranth #E2404D
Tints of Amaranth #E2404D
RGB
CMYK
RGB Variations
Color information
#E2404D (or 0xE2404D) is known color: Amaranth. HEX triplet: E2, 40 and 4D. RGB value is (226,64,77). Sum of RGB (Red+Green+Blue) = 226+64+77=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2404D is #1DBFB2. Grayscale: #727272. Windows color (decimal): -1949619 or 5062882. OLE color: 5062882.
HSL color Cylindrical-coordinate representation of color #E2404D: hue angle of 355.19º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2404D is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 77 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.11 |
| HSL | 355.19º | 0.74% | 0.57% | - |
| HSV(B) | 355.19º | 0.72% | 0.89% | - |
| XYZ | 34.54 | 20.37 | 9.13 | - |
| YUV | 113.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 77 | 0 | 0.72 | 0.66 | 0.11 | 355.19 | 0.74 | 0.57 |
| Hex | E2 | 40 | 4D | 0 | 48 | 42 | B | 163 | 4A | 39 |
| Octal | 342 | 100 | 115 | 0 | 110 | 102 | 13 | 543 | 112 | 71 |
| Binary | 11100010 | 1000000 | 1001101 | 0 | 1001000 | 1000010 | 1011 | 101100011 | 1001010 | 111001 |
Color Harmonies of #E2404D
Complementary color
Monochromatic Colors of #E2404D
Black with #E2404D
Text Example
Text Example
White with #E2404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2404D; }
p { color: rgb(226,64,77); }
H1.HeaderClassName
{
color: #E2404D;
}
.AnyTagClassName
{
color: #E2404D;
}
</style>
background-color css
<style>
a { background-color: #E2404D; }
a { background-color: rgb(226,64,77); }
div.DivClassName
{
background-color: #E2404D;
}
.BgClassName
{
background-color: #E2404D;
}
</style>
border-color css
<style>
span { border-color: #E2404D; }
span { border-color: rgb(226,64,77); }
td.TdClassName
{
border-color: #E2404D;
}
.TagClassName
{
border-color: #E2404D;
}
</style>