Shades of Amaranth #E12C59
Tints of Amaranth #E12C59
RGB
CMYK
RGB Variations
Color information
#E12C59 (or 0xE12C59) is known color: Amaranth. HEX triplet: E1, 2C and 59. RGB value is (225,44,89). Sum of RGB (Red+Green+Blue) = 225+44+89=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C59 is #1ED3A6. Grayscale: #676767. Windows color (decimal): -2020263 or 5844193. OLE color: 5844193.
HSL color Cylindrical-coordinate representation of color #E12C59: hue angle of 345.08º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C59 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 89 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.12 |
| HSL | 345.08º | 0.75% | 0.53% | - |
| HSV(B) | 345.08º | 0.8% | 0.88% | - |
| XYZ | 33.76 | 18.53 | 11.25 | - |
| YUV | 103.25 | 119.97 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 89 | 0 | 0.80 | 0.60 | 0.12 | 345.08 | 0.75 | 0.53 |
| Hex | E1 | 2C | 59 | 0 | 50 | 3C | C | 159 | 4B | 35 |
| Octal | 341 | 54 | 131 | 0 | 120 | 74 | 14 | 531 | 113 | 65 |
| Binary | 11100001 | 101100 | 1011001 | 0 | 1010000 | 111100 | 1100 | 101011001 | 1001011 | 110101 |
Color Harmonies of #E12C59
Complementary color
Monochromatic Colors of #E12C59
Black with #E12C59
Text Example
Text Example
White with #E12C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C59; }
p { color: rgb(225,44,89); }
H1.HeaderClassName
{
color: #E12C59;
}
.AnyTagClassName
{
color: #E12C59;
}
</style>
background-color css
<style>
a { background-color: #E12C59; }
a { background-color: rgb(225,44,89); }
div.DivClassName
{
background-color: #E12C59;
}
.BgClassName
{
background-color: #E12C59;
}
</style>
border-color css
<style>
span { border-color: #E12C59; }
span { border-color: rgb(225,44,89); }
td.TdClassName
{
border-color: #E12C59;
}
.TagClassName
{
border-color: #E12C59;
}
</style>