Shades of Amaranth #E1224D
Tints of Amaranth #E1224D
RGB
CMYK
RGB Variations
Color information
#E1224D (or 0xE1224D) is known color: Amaranth. HEX triplet: E1, 22 and 4D. RGB value is (225,34,77). Sum of RGB (Red+Green+Blue) = 225+34+77=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1224D is #1EDDB2. Grayscale: #606060. Windows color (decimal): -2022835 or 5055201. OLE color: 5055201.
HSL color Cylindrical-coordinate representation of color #E1224D: hue angle of 346.49º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1224D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 77 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.12 |
| HSL | 346.49º | 0.76% | 0.51% | - |
| HSV(B) | 346.49º | 0.85% | 0.88% | - |
| XYZ | 32.96 | 17.69 | 8.7 | - |
| YUV | 96.01 | 117.28 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 77 | 0 | 0.85 | 0.66 | 0.12 | 346.49 | 0.76 | 0.51 |
| Hex | E1 | 22 | 4D | 0 | 55 | 42 | C | 15A | 4C | 33 |
| Octal | 341 | 42 | 115 | 0 | 125 | 102 | 14 | 532 | 114 | 63 |
| Binary | 11100001 | 100010 | 1001101 | 0 | 1010101 | 1000010 | 1100 | 101011010 | 1001100 | 110011 |
Color Harmonies of #E1224D
Complementary color
Monochromatic Colors of #E1224D
Black with #E1224D
Text Example
Text Example
White with #E1224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1224D; }
p { color: rgb(225,34,77); }
H1.HeaderClassName
{
color: #E1224D;
}
.AnyTagClassName
{
color: #E1224D;
}
</style>
background-color css
<style>
a { background-color: #E1224D; }
a { background-color: rgb(225,34,77); }
div.DivClassName
{
background-color: #E1224D;
}
.BgClassName
{
background-color: #E1224D;
}
</style>
border-color css
<style>
span { border-color: #E1224D; }
span { border-color: rgb(225,34,77); }
td.TdClassName
{
border-color: #E1224D;
}
.TagClassName
{
border-color: #E1224D;
}
</style>