Shades of Amaranth #E5214F
Tints of Amaranth #E5214F
RGB
CMYK
RGB Variations
Color information
#E5214F (or 0xE5214F) is known color: Amaranth. HEX triplet: E5, 21 and 4F. RGB value is (229,33,79). Sum of RGB (Red+Green+Blue) = 229+33+79=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5214F is #1ADEB0. Grayscale: #606060. Windows color (decimal): -1760945 or 5186021. OLE color: 5186021.
HSL color Cylindrical-coordinate representation of color #E5214F: hue angle of 345.92º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5214F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 79 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.10 |
| HSL | 345.92º | 0.79% | 0.51% | - |
| HSV(B) | 345.92º | 0.86% | 0.9% | - |
| XYZ | 34.27 | 18.31 | 9.13 | - |
| YUV | 96.85 | 117.93 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 79 | 0 | 0.86 | 0.66 | 0.10 | 345.92 | 0.79 | 0.51 |
| Hex | E5 | 21 | 4F | 0 | 56 | 42 | A | 15A | 4F | 33 |
| Octal | 345 | 41 | 117 | 0 | 126 | 102 | 12 | 532 | 117 | 63 |
| Binary | 11100101 | 100001 | 1001111 | 0 | 1010110 | 1000010 | 1010 | 101011010 | 1001111 | 110011 |
Color Harmonies of #E5214F
Complementary color
Monochromatic Colors of #E5214F
Black with #E5214F
Text Example
Text Example
White with #E5214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5214F; }
p { color: rgb(229,33,79); }
H1.HeaderClassName
{
color: #E5214F;
}
.AnyTagClassName
{
color: #E5214F;
}
</style>
background-color css
<style>
a { background-color: #E5214F; }
a { background-color: rgb(229,33,79); }
div.DivClassName
{
background-color: #E5214F;
}
.BgClassName
{
background-color: #E5214F;
}
</style>
border-color css
<style>
span { border-color: #E5214F; }
span { border-color: rgb(229,33,79); }
td.TdClassName
{
border-color: #E5214F;
}
.TagClassName
{
border-color: #E5214F;
}
</style>