Shades of Amaranth #E12356
Tints of Amaranth #E12356
RGB
CMYK
RGB Variations
Color information
#E12356 (or 0xE12356) is known color: Amaranth. HEX triplet: E1, 23 and 56. RGB value is (225,35,86). Sum of RGB (Red+Green+Blue) = 225+35+86=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E12356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12356 is #1EDCA9. Grayscale: #616161. Windows color (decimal): -2022570 or 5645281. OLE color: 5645281.
HSL color Cylindrical-coordinate representation of color #E12356: hue angle of 343.89º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12356 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 86 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.12 |
| HSL | 343.89º | 0.76% | 0.51% | - |
| HSV(B) | 343.89º | 0.84% | 0.88% | - |
| XYZ | 33.33 | 17.88 | 10.5 | - |
| YUV | 97.62 | 121.45 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 86 | 0 | 0.84 | 0.62 | 0.12 | 343.89 | 0.76 | 0.51 |
| Hex | E1 | 23 | 56 | 0 | 54 | 3E | C | 158 | 4C | 33 |
| Octal | 341 | 43 | 126 | 0 | 124 | 76 | 14 | 530 | 114 | 63 |
| Binary | 11100001 | 100011 | 1010110 | 0 | 1010100 | 111110 | 1100 | 101011000 | 1001100 | 110011 |
Color Harmonies of #E12356
Complementary color
Monochromatic Colors of #E12356
Black with #E12356
Text Example
Text Example
White with #E12356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12356; }
p { color: rgb(225,35,86); }
H1.HeaderClassName
{
color: #E12356;
}
.AnyTagClassName
{
color: #E12356;
}
</style>
background-color css
<style>
a { background-color: #E12356; }
a { background-color: rgb(225,35,86); }
div.DivClassName
{
background-color: #E12356;
}
.BgClassName
{
background-color: #E12356;
}
</style>
border-color css
<style>
span { border-color: #E12356; }
span { border-color: rgb(225,35,86); }
td.TdClassName
{
border-color: #E12356;
}
.TagClassName
{
border-color: #E12356;
}
</style>