Shades of Amaranth #E1324D
Tints of Amaranth #E1324D
RGB
CMYK
RGB Variations
Color information
#E1324D (or 0xE1324D) is known color: Amaranth. HEX triplet: E1, 32 and 4D. RGB value is (225,50,77). Sum of RGB (Red+Green+Blue) = 225+50+77=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1324D is #1ECDB2. Grayscale: #696969. Windows color (decimal): -2018739 or 5059297. OLE color: 5059297.
HSL color Cylindrical-coordinate representation of color #E1324D: hue angle of 350.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1324D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 77 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.12 |
| HSL | 350.74º | 0.74% | 0.54% | - |
| HSV(B) | 350.74º | 0.78% | 0.88% | - |
| XYZ | 33.53 | 18.82 | 8.89 | - |
| YUV | 105.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 77 | 0 | 0.78 | 0.66 | 0.12 | 350.74 | 0.74 | 0.54 |
| Hex | E1 | 32 | 4D | 0 | 4E | 42 | C | 15F | 4A | 36 |
| Octal | 341 | 62 | 115 | 0 | 116 | 102 | 14 | 537 | 112 | 66 |
| Binary | 11100001 | 110010 | 1001101 | 0 | 1001110 | 1000010 | 1100 | 101011111 | 1001010 | 110110 |
Color Harmonies of #E1324D
Complementary color
Monochromatic Colors of #E1324D
Black with #E1324D
Text Example
Text Example
White with #E1324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1324D; }
p { color: rgb(225,50,77); }
H1.HeaderClassName
{
color: #E1324D;
}
.AnyTagClassName
{
color: #E1324D;
}
</style>
background-color css
<style>
a { background-color: #E1324D; }
a { background-color: rgb(225,50,77); }
div.DivClassName
{
background-color: #E1324D;
}
.BgClassName
{
background-color: #E1324D;
}
</style>
border-color css
<style>
span { border-color: #E1324D; }
span { border-color: rgb(225,50,77); }
td.TdClassName
{
border-color: #E1324D;
}
.TagClassName
{
border-color: #E1324D;
}
</style>