Shades of Amaranth #E0214F
Tints of Amaranth #E0214F
RGB
CMYK
RGB Variations
Color information
#E0214F (or 0xE0214F) is known color: Amaranth. HEX triplet: E0, 21 and 4F. RGB value is (224,33,79). Sum of RGB (Red+Green+Blue) = 224+33+79=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0214F is #1FDEB0. Grayscale: #5F5F5F. Windows color (decimal): -2088625 or 5186016. OLE color: 5186016.
HSL color Cylindrical-coordinate representation of color #E0214F: hue angle of 345.55º 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 #E0214F is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 79 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.12 |
| HSL | 345.55º | 0.75% | 0.5% | - |
| HSV(B) | 345.55º | 0.85% | 0.88% | - |
| XYZ | 32.7 | 17.5 | 9.05 | - |
| YUV | 95.35 | 118.78 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 79 | 0 | 0.85 | 0.65 | 0.12 | 345.55 | 0.75 | 0.5 |
| Hex | E0 | 21 | 4F | 0 | 55 | 41 | C | 15A | 4B | 32 |
| Octal | 340 | 41 | 117 | 0 | 125 | 101 | 14 | 532 | 113 | 62 |
| Binary | 11100000 | 100001 | 1001111 | 0 | 1010101 | 1000001 | 1100 | 101011010 | 1001011 | 110010 |
Color Harmonies of #E0214F
Complementary color
Monochromatic Colors of #E0214F
Black with #E0214F
Text Example
Text Example
White with #E0214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0214F; }
p { color: rgb(224,33,79); }
H1.HeaderClassName
{
color: #E0214F;
}
.AnyTagClassName
{
color: #E0214F;
}
</style>
background-color css
<style>
a { background-color: #E0214F; }
a { background-color: rgb(224,33,79); }
div.DivClassName
{
background-color: #E0214F;
}
.BgClassName
{
background-color: #E0214F;
}
</style>
border-color css
<style>
span { border-color: #E0214F; }
span { border-color: rgb(224,33,79); }
td.TdClassName
{
border-color: #E0214F;
}
.TagClassName
{
border-color: #E0214F;
}
</style>