Shades of Amaranth #E12149
Tints of Amaranth #E12149
RGB
CMYK
RGB Variations
Color information
#E12149 (or 0xE12149) is known color: Amaranth. HEX triplet: E1, 21 and 49. RGB value is (225,33,73). Sum of RGB (Red+Green+Blue) = 225+33+73=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E12149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12149 is #1EDEB6. Grayscale: #5F5F5F. Windows color (decimal): -2023095 or 4792801. OLE color: 4792801.
HSL color Cylindrical-coordinate representation of color #E12149: hue angle of 347.5º 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 #E12149 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 73 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.12 |
| HSL | 347.5º | 0.76% | 0.51% | - |
| HSV(B) | 347.5º | 0.85% | 0.88% | - |
| XYZ | 32.8 | 17.58 | 7.97 | - |
| YUV | 94.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 73 | 0 | 0.85 | 0.68 | 0.12 | 347.5 | 0.76 | 0.51 |
| Hex | E1 | 21 | 49 | 0 | 55 | 44 | C | 15C | 4C | 33 |
| Octal | 341 | 41 | 111 | 0 | 125 | 104 | 14 | 534 | 114 | 63 |
| Binary | 11100001 | 100001 | 1001001 | 0 | 1010101 | 1000100 | 1100 | 101011100 | 1001100 | 110011 |
Color Harmonies of #E12149
Complementary color
Monochromatic Colors of #E12149
Black with #E12149
Text Example
Text Example
White with #E12149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12149; }
p { color: rgb(225,33,73); }
H1.HeaderClassName
{
color: #E12149;
}
.AnyTagClassName
{
color: #E12149;
}
</style>
background-color css
<style>
a { background-color: #E12149; }
a { background-color: rgb(225,33,73); }
div.DivClassName
{
background-color: #E12149;
}
.BgClassName
{
background-color: #E12149;
}
</style>
border-color css
<style>
span { border-color: #E12149; }
span { border-color: rgb(225,33,73); }
td.TdClassName
{
border-color: #E12149;
}
.TagClassName
{
border-color: #E12149;
}
</style>