Shades of Amaranth #E1224E
Tints of Amaranth #E1224E
RGB
CMYK
RGB Variations
Color information
#E1224E (or 0xE1224E) is known color: Amaranth. HEX triplet: E1, 22 and 4E. RGB value is (225,34,78). Sum of RGB (Red+Green+Blue) = 225+34+78=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1224E is #1EDDB1. Grayscale: #606060. Windows color (decimal): -2022834 or 5120737. OLE color: 5120737.
HSL color Cylindrical-coordinate representation of color #E1224E: hue angle of 346.18º 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 #E1224E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 34 | 78 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.12 |
| HSL | 346.18º | 0.76% | 0.51% | - |
| HSV(B) | 346.18º | 0.85% | 0.88% | - |
| XYZ | 33 | 17.7 | 8.89 | - |
| YUV | 96.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 34 | 78 | 0 | 0.85 | 0.65 | 0.12 | 346.18 | 0.76 | 0.51 |
| Hex | E1 | 22 | 4E | 0 | 55 | 41 | C | 15A | 4C | 33 |
| Octal | 341 | 42 | 116 | 0 | 125 | 101 | 14 | 532 | 114 | 63 |
| Binary | 11100001 | 100010 | 1001110 | 0 | 1010101 | 1000001 | 1100 | 101011010 | 1001100 | 110011 |
Color Harmonies of #E1224E
Complementary color
Monochromatic Colors of #E1224E
Black with #E1224E
Text Example
Text Example
White with #E1224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1224E; }
p { color: rgb(225,34,78); }
H1.HeaderClassName
{
color: #E1224E;
}
.AnyTagClassName
{
color: #E1224E;
}
</style>
background-color css
<style>
a { background-color: #E1224E; }
a { background-color: rgb(225,34,78); }
div.DivClassName
{
background-color: #E1224E;
}
.BgClassName
{
background-color: #E1224E;
}
</style>
border-color css
<style>
span { border-color: #E1224E; }
span { border-color: rgb(225,34,78); }
td.TdClassName
{
border-color: #E1224E;
}
.TagClassName
{
border-color: #E1224E;
}
</style>