Shades of Amaranth #E0214E
Tints of Amaranth #E0214E
RGB
CMYK
RGB Variations
Color information
#E0214E (or 0xE0214E) is known color: Amaranth. HEX triplet: E0, 21 and 4E. RGB value is (224,33,78). Sum of RGB (Red+Green+Blue) = 224+33+78=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0214E is #1FDEB1. Grayscale: #5F5F5F. Windows color (decimal): -2088626 or 5120480. OLE color: 5120480.
HSL color Cylindrical-coordinate representation of color #E0214E: hue angle of 345.86º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0214E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 78 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.12 |
| HSL | 345.86º | 0.75% | 0.5% | - |
| HSV(B) | 345.86º | 0.85% | 0.88% | - |
| XYZ | 32.66 | 17.49 | 8.86 | - |
| YUV | 95.24 | 118.28 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 78 | 0 | 0.85 | 0.65 | 0.12 | 345.86 | 0.75 | 0.5 |
| Hex | E0 | 21 | 4E | 0 | 55 | 41 | C | 15A | 4B | 32 |
| Octal | 340 | 41 | 116 | 0 | 125 | 101 | 14 | 532 | 113 | 62 |
| Binary | 11100000 | 100001 | 1001110 | 0 | 1010101 | 1000001 | 1100 | 101011010 | 1001011 | 110010 |
Color Harmonies of #E0214E
Complementary color
Monochromatic Colors of #E0214E
Black with #E0214E
Text Example
Text Example
White with #E0214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0214E; }
p { color: rgb(224,33,78); }
H1.HeaderClassName
{
color: #E0214E;
}
.AnyTagClassName
{
color: #E0214E;
}
</style>
background-color css
<style>
a { background-color: #E0214E; }
a { background-color: rgb(224,33,78); }
div.DivClassName
{
background-color: #E0214E;
}
.BgClassName
{
background-color: #E0214E;
}
</style>
border-color css
<style>
span { border-color: #E0214E; }
span { border-color: rgb(224,33,78); }
td.TdClassName
{
border-color: #E0214E;
}
.TagClassName
{
border-color: #E0214E;
}
</style>