Shades of Amaranth #E5324A
Tints of Amaranth #E5324A
RGB
CMYK
RGB Variations
Color information
#E5324A (or 0xE5324A) is known color: Amaranth. HEX triplet: E5, 32 and 4A. RGB value is (229,50,74). Sum of RGB (Red+Green+Blue) = 229+50+74=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E5324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5324A is #1ACDB5. Grayscale: #6A6A6A. Windows color (decimal): -1756598 or 4862693. OLE color: 4862693.
HSL color Cylindrical-coordinate representation of color #E5324A: hue angle of 351.96º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5324A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 74 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.10 |
| HSL | 351.96º | 0.77% | 0.55% | - |
| HSV(B) | 351.96º | 0.78% | 0.9% | - |
| XYZ | 34.69 | 19.43 | 8.4 | - |
| YUV | 106.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 74 | 0 | 0.78 | 0.68 | 0.10 | 351.96 | 0.77 | 0.55 |
| Hex | E5 | 32 | 4A | 0 | 4E | 44 | A | 160 | 4D | 37 |
| Octal | 345 | 62 | 112 | 0 | 116 | 104 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110010 | 1001010 | 0 | 1001110 | 1000100 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E5324A
Complementary color
Monochromatic Colors of #E5324A
Black with #E5324A
Text Example
Text Example
White with #E5324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5324A; }
p { color: rgb(229,50,74); }
H1.HeaderClassName
{
color: #E5324A;
}
.AnyTagClassName
{
color: #E5324A;
}
</style>
background-color css
<style>
a { background-color: #E5324A; }
a { background-color: rgb(229,50,74); }
div.DivClassName
{
background-color: #E5324A;
}
.BgClassName
{
background-color: #E5324A;
}
</style>
border-color css
<style>
span { border-color: #E5324A; }
span { border-color: rgb(229,50,74); }
td.TdClassName
{
border-color: #E5324A;
}
.TagClassName
{
border-color: #E5324A;
}
</style>