Shades of Amaranth #E0324C
Tints of Amaranth #E0324C
RGB
CMYK
RGB Variations
Color information
#E0324C (or 0xE0324C) is known color: Amaranth. HEX triplet: E0, 32 and 4C. RGB value is (224,50,76). Sum of RGB (Red+Green+Blue) = 224+50+76=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0324C is #1FCDB3. Grayscale: #696969. Windows color (decimal): -2084276 or 4993760. OLE color: 4993760.
HSL color Cylindrical-coordinate representation of color #E0324C: hue angle of 351.03º 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 #E0324C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 76 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.12 |
| HSL | 351.03º | 0.74% | 0.54% | - |
| HSV(B) | 351.03º | 0.78% | 0.88% | - |
| XYZ | 33.19 | 18.65 | 8.69 | - |
| YUV | 104.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 76 | 0 | 0.78 | 0.66 | 0.12 | 351.03 | 0.74 | 0.54 |
| Hex | E0 | 32 | 4C | 0 | 4E | 42 | C | 15F | 4A | 36 |
| Octal | 340 | 62 | 114 | 0 | 116 | 102 | 14 | 537 | 112 | 66 |
| Binary | 11100000 | 110010 | 1001100 | 0 | 1001110 | 1000010 | 1100 | 101011111 | 1001010 | 110110 |
Color Harmonies of #E0324C
Complementary color
Monochromatic Colors of #E0324C
Black with #E0324C
Text Example
Text Example
White with #E0324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0324C; }
p { color: rgb(224,50,76); }
H1.HeaderClassName
{
color: #E0324C;
}
.AnyTagClassName
{
color: #E0324C;
}
</style>
background-color css
<style>
a { background-color: #E0324C; }
a { background-color: rgb(224,50,76); }
div.DivClassName
{
background-color: #E0324C;
}
.BgClassName
{
background-color: #E0324C;
}
</style>
border-color css
<style>
span { border-color: #E0324C; }
span { border-color: rgb(224,50,76); }
td.TdClassName
{
border-color: #E0324C;
}
.TagClassName
{
border-color: #E0324C;
}
</style>