Shades of Amaranth #E1324A
Tints of Amaranth #E1324A
RGB
CMYK
RGB Variations
Color information
#E1324A (or 0xE1324A) is known color: Amaranth. HEX triplet: E1, 32 and 4A. RGB value is (225,50,74). Sum of RGB (Red+Green+Blue) = 225+50+74=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E1324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1324A is #1ECDB5. Grayscale: #696969. Windows color (decimal): -2018742 or 4862689. OLE color: 4862689.
HSL color Cylindrical-coordinate representation of color #E1324A: hue angle of 351.77º 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 #E1324A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 74 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.12 |
| HSL | 351.77º | 0.74% | 0.54% | - |
| HSV(B) | 351.77º | 0.78% | 0.88% | - |
| XYZ | 33.43 | 18.78 | 8.34 | - |
| YUV | 105.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 74 | 0 | 0.78 | 0.67 | 0.12 | 351.77 | 0.74 | 0.54 |
| Hex | E1 | 32 | 4A | 0 | 4E | 43 | C | 160 | 4A | 36 |
| Octal | 341 | 62 | 112 | 0 | 116 | 103 | 14 | 540 | 112 | 66 |
| Binary | 11100001 | 110010 | 1001010 | 0 | 1001110 | 1000011 | 1100 | 101100000 | 1001010 | 110110 |
Color Harmonies of #E1324A
Complementary color
Monochromatic Colors of #E1324A
Black with #E1324A
Text Example
Text Example
White with #E1324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1324A; }
p { color: rgb(225,50,74); }
H1.HeaderClassName
{
color: #E1324A;
}
.AnyTagClassName
{
color: #E1324A;
}
</style>
background-color css
<style>
a { background-color: #E1324A; }
a { background-color: rgb(225,50,74); }
div.DivClassName
{
background-color: #E1324A;
}
.BgClassName
{
background-color: #E1324A;
}
</style>
border-color css
<style>
span { border-color: #E1324A; }
span { border-color: rgb(225,50,74); }
td.TdClassName
{
border-color: #E1324A;
}
.TagClassName
{
border-color: #E1324A;
}
</style>