Shades of Amaranth #E2444D
Tints of Amaranth #E2444D
RGB
CMYK
RGB Variations
Color information
#E2444D (or 0xE2444D) is known color: Amaranth. HEX triplet: E2, 44 and 4D. RGB value is (226,68,77). Sum of RGB (Red+Green+Blue) = 226+68+77=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2444D is #1DBBB2. Grayscale: #747474. Windows color (decimal): -1948595 or 5063906. OLE color: 5063906.
HSL color Cylindrical-coordinate representation of color #E2444D: hue angle of 356.58º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2444D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 77 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.11 |
| HSL | 356.58º | 0.73% | 0.58% | - |
| HSV(B) | 356.58º | 0.7% | 0.89% | - |
| XYZ | 34.77 | 20.84 | 9.21 | - |
| YUV | 116.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 77 | 0 | 0.70 | 0.66 | 0.11 | 356.58 | 0.73 | 0.58 |
| Hex | E2 | 44 | 4D | 0 | 46 | 42 | B | 165 | 49 | 3A |
| Octal | 342 | 104 | 115 | 0 | 106 | 102 | 13 | 545 | 111 | 72 |
| Binary | 11100010 | 1000100 | 1001101 | 0 | 1000110 | 1000010 | 1011 | 101100101 | 1001001 | 111010 |
Color Harmonies of #E2444D
Complementary color
Monochromatic Colors of #E2444D
Black with #E2444D
Text Example
Text Example
White with #E2444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2444D; }
p { color: rgb(226,68,77); }
H1.HeaderClassName
{
color: #E2444D;
}
.AnyTagClassName
{
color: #E2444D;
}
</style>
background-color css
<style>
a { background-color: #E2444D; }
a { background-color: rgb(226,68,77); }
div.DivClassName
{
background-color: #E2444D;
}
.BgClassName
{
background-color: #E2444D;
}
</style>
border-color css
<style>
span { border-color: #E2444D; }
span { border-color: rgb(226,68,77); }
td.TdClassName
{
border-color: #E2444D;
}
.TagClassName
{
border-color: #E2444D;
}
</style>