Shades of Amaranth #E12558
Tints of Amaranth #E12558
RGB
CMYK
RGB Variations
Color information
#E12558 (or 0xE12558) is known color: Amaranth. HEX triplet: E1, 25 and 58. RGB value is (225,37,88). Sum of RGB (Red+Green+Blue) = 225+37+88=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E12558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12558 is #1EDAA7. Grayscale: #636363. Windows color (decimal): -2022056 or 5776865. OLE color: 5776865.
HSL color Cylindrical-coordinate representation of color #E12558: hue angle of 343.72º 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 #E12558 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 88 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.12 |
| HSL | 343.72º | 0.76% | 0.51% | - |
| HSV(B) | 343.72º | 0.84% | 0.88% | - |
| XYZ | 33.47 | 18.04 | 10.95 | - |
| YUV | 99.03 | 121.78 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 88 | 0 | 0.84 | 0.61 | 0.12 | 343.72 | 0.76 | 0.51 |
| Hex | E1 | 25 | 58 | 0 | 54 | 3D | C | 158 | 4C | 33 |
| Octal | 341 | 45 | 130 | 0 | 124 | 75 | 14 | 530 | 114 | 63 |
| Binary | 11100001 | 100101 | 1011000 | 0 | 1010100 | 111101 | 1100 | 101011000 | 1001100 | 110011 |
Color Harmonies of #E12558
Complementary color
Monochromatic Colors of #E12558
Black with #E12558
Text Example
Text Example
White with #E12558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12558; }
p { color: rgb(225,37,88); }
H1.HeaderClassName
{
color: #E12558;
}
.AnyTagClassName
{
color: #E12558;
}
</style>
background-color css
<style>
a { background-color: #E12558; }
a { background-color: rgb(225,37,88); }
div.DivClassName
{
background-color: #E12558;
}
.BgClassName
{
background-color: #E12558;
}
</style>
border-color css
<style>
span { border-color: #E12558; }
span { border-color: rgb(225,37,88); }
td.TdClassName
{
border-color: #E12558;
}
.TagClassName
{
border-color: #E12558;
}
</style>