Shades of Amaranth #E1424D
Tints of Amaranth #E1424D
RGB
CMYK
RGB Variations
Color information
#E1424D (or 0xE1424D) is known color: Amaranth. HEX triplet: E1, 42 and 4D. RGB value is (225,66,77). Sum of RGB (Red+Green+Blue) = 225+66+77=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1424D is #1EBDB2. Grayscale: #727272. Windows color (decimal): -2014643 or 5063393. OLE color: 5063393.
HSL color Cylindrical-coordinate representation of color #E1424D: hue angle of 355.85º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1424D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 77 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.12 |
| HSL | 355.85º | 0.73% | 0.57% | - |
| HSV(B) | 355.85º | 0.71% | 0.88% | - |
| XYZ | 34.34 | 20.44 | 9.16 | - |
| YUV | 114.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 77 | 0 | 0.71 | 0.66 | 0.12 | 355.85 | 0.73 | 0.57 |
| Hex | E1 | 42 | 4D | 0 | 47 | 42 | C | 164 | 49 | 39 |
| Octal | 341 | 102 | 115 | 0 | 107 | 102 | 14 | 544 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1001101 | 0 | 1000111 | 1000010 | 1100 | 101100100 | 1001001 | 111001 |
Color Harmonies of #E1424D
Complementary color
Monochromatic Colors of #E1424D
Black with #E1424D
Text Example
Text Example
White with #E1424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1424D; }
p { color: rgb(225,66,77); }
H1.HeaderClassName
{
color: #E1424D;
}
.AnyTagClassName
{
color: #E1424D;
}
</style>
background-color css
<style>
a { background-color: #E1424D; }
a { background-color: rgb(225,66,77); }
div.DivClassName
{
background-color: #E1424D;
}
.BgClassName
{
background-color: #E1424D;
}
</style>
border-color css
<style>
span { border-color: #E1424D; }
span { border-color: rgb(225,66,77); }
td.TdClassName
{
border-color: #E1424D;
}
.TagClassName
{
border-color: #E1424D;
}
</style>