Shades of Amaranth #E1214C
Tints of Amaranth #E1214C
RGB
CMYK
RGB Variations
Color information
#E1214C (or 0xE1214C) is known color: Amaranth. HEX triplet: E1, 21 and 4C. RGB value is (225,33,76). Sum of RGB (Red+Green+Blue) = 225+33+76=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1214C is #1EDEB3. Grayscale: #5F5F5F. Windows color (decimal): -2023092 or 4989409. OLE color: 4989409.
HSL color Cylindrical-coordinate representation of color #E1214C: hue angle of 346.56º 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 #E1214C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 76 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.12 |
| HSL | 346.56º | 0.76% | 0.51% | - |
| HSV(B) | 346.56º | 0.85% | 0.88% | - |
| XYZ | 32.9 | 17.62 | 8.5 | - |
| YUV | 95.31 | 117.11 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 76 | 0 | 0.85 | 0.66 | 0.12 | 346.56 | 0.76 | 0.51 |
| Hex | E1 | 21 | 4C | 0 | 55 | 42 | C | 15B | 4C | 33 |
| Octal | 341 | 41 | 114 | 0 | 125 | 102 | 14 | 533 | 114 | 63 |
| Binary | 11100001 | 100001 | 1001100 | 0 | 1010101 | 1000010 | 1100 | 101011011 | 1001100 | 110011 |
Color Harmonies of #E1214C
Complementary color
Monochromatic Colors of #E1214C
Black with #E1214C
Text Example
Text Example
White with #E1214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1214C; }
p { color: rgb(225,33,76); }
H1.HeaderClassName
{
color: #E1214C;
}
.AnyTagClassName
{
color: #E1214C;
}
</style>
background-color css
<style>
a { background-color: #E1214C; }
a { background-color: rgb(225,33,76); }
div.DivClassName
{
background-color: #E1214C;
}
.BgClassName
{
background-color: #E1214C;
}
</style>
border-color css
<style>
span { border-color: #E1214C; }
span { border-color: rgb(225,33,76); }
td.TdClassName
{
border-color: #E1214C;
}
.TagClassName
{
border-color: #E1214C;
}
</style>