Shades of Amaranth #E12150
Tints of Amaranth #E12150
RGB
CMYK
RGB Variations
Color information
#E12150 (or 0xE12150) is known color: Amaranth. HEX triplet: E1, 21 and 50. RGB value is (225,33,80). Sum of RGB (Red+Green+Blue) = 225+33+80=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E12150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12150 is #1EDEAF. Grayscale: #5F5F5F. Windows color (decimal): -2023088 or 5251553. OLE color: 5251553.
HSL color Cylindrical-coordinate representation of color #E12150: hue angle of 345.31º 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 #E12150 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 80 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.12 |
| HSL | 345.31º | 0.76% | 0.51% | - |
| HSV(B) | 345.31º | 0.85% | 0.88% | - |
| XYZ | 33.04 | 17.67 | 9.26 | - |
| YUV | 95.77 | 119.11 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 80 | 0 | 0.85 | 0.64 | 0.12 | 345.31 | 0.76 | 0.51 |
| Hex | E1 | 21 | 50 | 0 | 55 | 40 | C | 159 | 4C | 33 |
| Octal | 341 | 41 | 120 | 0 | 125 | 100 | 14 | 531 | 114 | 63 |
| Binary | 11100001 | 100001 | 1010000 | 0 | 1010101 | 1000000 | 1100 | 101011001 | 1001100 | 110011 |
Color Harmonies of #E12150
Complementary color
Monochromatic Colors of #E12150
Black with #E12150
Text Example
Text Example
White with #E12150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12150; }
p { color: rgb(225,33,80); }
H1.HeaderClassName
{
color: #E12150;
}
.AnyTagClassName
{
color: #E12150;
}
</style>
background-color css
<style>
a { background-color: #E12150; }
a { background-color: rgb(225,33,80); }
div.DivClassName
{
background-color: #E12150;
}
.BgClassName
{
background-color: #E12150;
}
</style>
border-color css
<style>
span { border-color: #E12150; }
span { border-color: rgb(225,33,80); }
td.TdClassName
{
border-color: #E12150;
}
.TagClassName
{
border-color: #E12150;
}
</style>