Shades of Amaranth #E12554
Tints of Amaranth #E12554
RGB
CMYK
RGB Variations
Color information
#E12554 (or 0xE12554) is known color: Amaranth. HEX triplet: E1, 25 and 54. RGB value is (225,37,84). Sum of RGB (Red+Green+Blue) = 225+37+84=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E12554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12554 is #1EDAAB. Grayscale: #626262. Windows color (decimal): -2022060 or 5514721. OLE color: 5514721.
HSL color Cylindrical-coordinate representation of color #E12554: hue angle of 345º 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 #E12554 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 84 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.12 |
| HSL | 345º | 0.76% | 0.51% | - |
| HSV(B) | 345º | 0.84% | 0.88% | - |
| XYZ | 33.31 | 17.97 | 10.1 | - |
| YUV | 98.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 84 | 0 | 0.84 | 0.63 | 0.12 | 345 | 0.76 | 0.51 |
| Hex | E1 | 25 | 54 | 0 | 54 | 3F | C | 159 | 4C | 33 |
| Octal | 341 | 45 | 124 | 0 | 124 | 77 | 14 | 531 | 114 | 63 |
| Binary | 11100001 | 100101 | 1010100 | 0 | 1010100 | 111111 | 1100 | 101011001 | 1001100 | 110011 |
Color Harmonies of #E12554
Complementary color
Monochromatic Colors of #E12554
Black with #E12554
Text Example
Text Example
White with #E12554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12554; }
p { color: rgb(225,37,84); }
H1.HeaderClassName
{
color: #E12554;
}
.AnyTagClassName
{
color: #E12554;
}
</style>
background-color css
<style>
a { background-color: #E12554; }
a { background-color: rgb(225,37,84); }
div.DivClassName
{
background-color: #E12554;
}
.BgClassName
{
background-color: #E12554;
}
</style>
border-color css
<style>
span { border-color: #E12554; }
span { border-color: rgb(225,37,84); }
td.TdClassName
{
border-color: #E12554;
}
.TagClassName
{
border-color: #E12554;
}
</style>