Shades of Amaranth #E4324E
Tints of Amaranth #E4324E
RGB
CMYK
RGB Variations
Color information
#E4324E (or 0xE4324E) is known color: Amaranth. HEX triplet: E4, 32 and 4E. RGB value is (228,50,78). Sum of RGB (Red+Green+Blue) = 228+50+78=356 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.04% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 228 - color contains mainly: red. Hex color #E4324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4324E is #1BCDB1. Grayscale: #6A6A6A. Windows color (decimal): -1822130 or 5124836. OLE color: 5124836.
HSL color Cylindrical-coordinate representation of color #E4324E: hue angle of 350.56º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E4324E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 78 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.11 |
| HSL | 350.56º | 0.77% | 0.55% | - |
| HSV(B) | 350.56º | 0.78% | 0.89% | - |
| XYZ | 34.51 | 19.33 | 9.12 | - |
| YUV | 106.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 78 | 0 | 0.78 | 0.66 | 0.11 | 350.56 | 0.77 | 0.55 |
| Hex | E4 | 32 | 4E | 0 | 4E | 42 | B | 15F | 4D | 37 |
| Octal | 344 | 62 | 116 | 0 | 116 | 102 | 13 | 537 | 115 | 67 |
| Binary | 11100100 | 110010 | 1001110 | 0 | 1001110 | 1000010 | 1011 | 101011111 | 1001101 | 110111 |
Color Harmonies of #E4324E
Complementary color
Monochromatic Colors of #E4324E
Black with #E4324E
Text Example
Text Example
White with #E4324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4324E; }
p { color: rgb(228,50,78); }
H1.HeaderClassName
{
color: #E4324E;
}
.AnyTagClassName
{
color: #E4324E;
}
</style>
background-color css
<style>
a { background-color: #E4324E; }
a { background-color: rgb(228,50,78); }
div.DivClassName
{
background-color: #E4324E;
}
.BgClassName
{
background-color: #E4324E;
}
</style>
border-color css
<style>
span { border-color: #E4324E; }
span { border-color: rgb(228,50,78); }
td.TdClassName
{
border-color: #E4324E;
}
.TagClassName
{
border-color: #E4324E;
}
</style>