Shades of Amaranth #E1214F
Tints of Amaranth #E1214F
RGB
CMYK
RGB Variations
Color information
#E1214F (or 0xE1214F) is known color: Amaranth. HEX triplet: E1, 21 and 4F. RGB value is (225,33,79). Sum of RGB (Red+Green+Blue) = 225+33+79=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1214F is #1EDEB0. Grayscale: #5F5F5F. Windows color (decimal): -2023089 or 5186017. OLE color: 5186017.
HSL color Cylindrical-coordinate representation of color #E1214F: hue angle of 345.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1214F is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 79 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.12 |
| HSL | 345.63º | 0.76% | 0.51% | - |
| HSV(B) | 345.63º | 0.85% | 0.88% | - |
| XYZ | 33.01 | 17.66 | 9.07 | - |
| YUV | 95.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 79 | 0 | 0.85 | 0.65 | 0.12 | 345.63 | 0.76 | 0.51 |
| Hex | E1 | 21 | 4F | 0 | 55 | 41 | C | 15A | 4C | 33 |
| Octal | 341 | 41 | 117 | 0 | 125 | 101 | 14 | 532 | 114 | 63 |
| Binary | 11100001 | 100001 | 1001111 | 0 | 1010101 | 1000001 | 1100 | 101011010 | 1001100 | 110011 |
Color Harmonies of #E1214F
Complementary color
Monochromatic Colors of #E1214F
Black with #E1214F
Text Example
Text Example
White with #E1214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1214F; }
p { color: rgb(225,33,79); }
H1.HeaderClassName
{
color: #E1214F;
}
.AnyTagClassName
{
color: #E1214F;
}
</style>
background-color css
<style>
a { background-color: #E1214F; }
a { background-color: rgb(225,33,79); }
div.DivClassName
{
background-color: #E1214F;
}
.BgClassName
{
background-color: #E1214F;
}
</style>
border-color css
<style>
span { border-color: #E1214F; }
span { border-color: rgb(225,33,79); }
td.TdClassName
{
border-color: #E1214F;
}
.TagClassName
{
border-color: #E1214F;
}
</style>