Shades of Amaranth #E12D56
Tints of Amaranth #E12D56
RGB
CMYK
RGB Variations
Color information
#E12D56 (or 0xE12D56) is known color: Amaranth. HEX triplet: E1, 2D and 56. RGB value is (225,45,86). Sum of RGB (Red+Green+Blue) = 225+45+86=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D56 is #1ED2A9. Grayscale: #676767. Windows color (decimal): -2020010 or 5647841. OLE color: 5647841.
HSL color Cylindrical-coordinate representation of color #E12D56: hue angle of 346.33º 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 #E12D56 is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 86 | - |
| CMYK | 0 | 0.8 | 0.62 | 0.12 |
| HSL | 346.33º | 0.75% | 0.53% | - |
| HSV(B) | 346.33º | 0.8% | 0.88% | - |
| XYZ | 33.67 | 18.56 | 10.61 | - |
| YUV | 103.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 86 | 0 | 0.8 | 0.62 | 0.12 | 346.33 | 0.75 | 0.53 |
| Hex | E1 | 2D | 56 | 0 | 50 | 3E | C | 15A | 4B | 35 |
| Octal | 341 | 55 | 126 | 0 | 120 | 76 | 14 | 532 | 113 | 65 |
| Binary | 11100001 | 101101 | 1010110 | 0 | 1010000 | 111110 | 1100 | 101011010 | 1001011 | 110101 |
Color Harmonies of #E12D56
Complementary color
Monochromatic Colors of #E12D56
Black with #E12D56
Text Example
Text Example
White with #E12D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D56; }
p { color: rgb(225,45,86); }
H1.HeaderClassName
{
color: #E12D56;
}
.AnyTagClassName
{
color: #E12D56;
}
</style>
background-color css
<style>
a { background-color: #E12D56; }
a { background-color: rgb(225,45,86); }
div.DivClassName
{
background-color: #E12D56;
}
.BgClassName
{
background-color: #E12D56;
}
</style>
border-color css
<style>
span { border-color: #E12D56; }
span { border-color: rgb(225,45,86); }
td.TdClassName
{
border-color: #E12D56;
}
.TagClassName
{
border-color: #E12D56;
}
</style>