Shades of Amaranth #E4324F
Tints of Amaranth #E4324F
RGB
CMYK
RGB Variations
Color information
#E4324F (or 0xE4324F) is known color: Amaranth. HEX triplet: E4, 32 and 4F. RGB value is (228,50,79). Sum of RGB (Red+Green+Blue) = 228+50+79=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E4324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4324F is #1BCDB0. Grayscale: #6A6A6A. Windows color (decimal): -1822129 or 5190372. OLE color: 5190372.
HSL color Cylindrical-coordinate representation of color #E4324F: hue angle of 350.22º 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 #E4324F is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 50 | 79 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.11 |
| HSL | 350.22º | 0.77% | 0.55% | - |
| HSV(B) | 350.22º | 0.78% | 0.89% | - |
| XYZ | 34.55 | 19.34 | 9.31 | - |
| YUV | 106.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 50 | 79 | 0 | 0.78 | 0.65 | 0.11 | 350.22 | 0.77 | 0.55 |
| Hex | E4 | 32 | 4F | 0 | 4E | 41 | B | 15E | 4D | 37 |
| Octal | 344 | 62 | 117 | 0 | 116 | 101 | 13 | 536 | 115 | 67 |
| Binary | 11100100 | 110010 | 1001111 | 0 | 1001110 | 1000001 | 1011 | 101011110 | 1001101 | 110111 |
Color Harmonies of #E4324F
Complementary color
Monochromatic Colors of #E4324F
Black with #E4324F
Text Example
Text Example
White with #E4324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4324F; }
p { color: rgb(228,50,79); }
H1.HeaderClassName
{
color: #E4324F;
}
.AnyTagClassName
{
color: #E4324F;
}
</style>
background-color css
<style>
a { background-color: #E4324F; }
a { background-color: rgb(228,50,79); }
div.DivClassName
{
background-color: #E4324F;
}
.BgClassName
{
background-color: #E4324F;
}
</style>
border-color css
<style>
span { border-color: #E4324F; }
span { border-color: rgb(228,50,79); }
td.TdClassName
{
border-color: #E4324F;
}
.TagClassName
{
border-color: #E4324F;
}
</style>