Shades of Amaranth #E5324D
Tints of Amaranth #E5324D
RGB
CMYK
RGB Variations
Color information
#E5324D (or 0xE5324D) is known color: Amaranth. HEX triplet: E5, 32 and 4D. RGB value is (229,50,77). Sum of RGB (Red+Green+Blue) = 229+50+77=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5324D is #1ACDB2. Grayscale: #6A6A6A. Windows color (decimal): -1756595 or 5059301. OLE color: 5059301.
HSL color Cylindrical-coordinate representation of color #E5324D: hue angle of 350.95º 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 #E5324D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 77 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.10 |
| HSL | 350.95º | 0.77% | 0.55% | - |
| HSV(B) | 350.95º | 0.78% | 0.9% | - |
| XYZ | 34.79 | 19.48 | 8.95 | - |
| YUV | 106.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 77 | 0 | 0.78 | 0.66 | 0.10 | 350.95 | 0.77 | 0.55 |
| Hex | E5 | 32 | 4D | 0 | 4E | 42 | A | 15F | 4D | 37 |
| Octal | 345 | 62 | 115 | 0 | 116 | 102 | 12 | 537 | 115 | 67 |
| Binary | 11100101 | 110010 | 1001101 | 0 | 1001110 | 1000010 | 1010 | 101011111 | 1001101 | 110111 |
Color Harmonies of #E5324D
Complementary color
Monochromatic Colors of #E5324D
Black with #E5324D
Text Example
Text Example
White with #E5324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5324D; }
p { color: rgb(229,50,77); }
H1.HeaderClassName
{
color: #E5324D;
}
.AnyTagClassName
{
color: #E5324D;
}
</style>
background-color css
<style>
a { background-color: #E5324D; }
a { background-color: rgb(229,50,77); }
div.DivClassName
{
background-color: #E5324D;
}
.BgClassName
{
background-color: #E5324D;
}
</style>
border-color css
<style>
span { border-color: #E5324D; }
span { border-color: rgb(229,50,77); }
td.TdClassName
{
border-color: #E5324D;
}
.TagClassName
{
border-color: #E5324D;
}
</style>