Shades of Amaranth #E12548
Tints of Amaranth #E12548
RGB
CMYK
RGB Variations
Color information
#E12548 (or 0xE12548) is known color: Amaranth. HEX triplet: E1, 25 and 48. RGB value is (225,37,72). Sum of RGB (Red+Green+Blue) = 225+37+72=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12548 is #1EDAB7. Grayscale: #616161. Windows color (decimal): -2022072 or 4728289. OLE color: 4728289.
HSL color Cylindrical-coordinate representation of color #E12548: hue angle of 348.83º 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 #E12548 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 72 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.12 |
| HSL | 348.83º | 0.76% | 0.51% | - |
| HSV(B) | 348.83º | 0.84% | 0.88% | - |
| XYZ | 32.88 | 17.8 | 7.83 | - |
| YUV | 97.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 72 | 0 | 0.84 | 0.68 | 0.12 | 348.83 | 0.76 | 0.51 |
| Hex | E1 | 25 | 48 | 0 | 54 | 44 | C | 15D | 4C | 33 |
| Octal | 341 | 45 | 110 | 0 | 124 | 104 | 14 | 535 | 114 | 63 |
| Binary | 11100001 | 100101 | 1001000 | 0 | 1010100 | 1000100 | 1100 | 101011101 | 1001100 | 110011 |
Color Harmonies of #E12548
Complementary color
Monochromatic Colors of #E12548
Black with #E12548
Text Example
Text Example
White with #E12548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12548; }
p { color: rgb(225,37,72); }
H1.HeaderClassName
{
color: #E12548;
}
.AnyTagClassName
{
color: #E12548;
}
</style>
background-color css
<style>
a { background-color: #E12548; }
a { background-color: rgb(225,37,72); }
div.DivClassName
{
background-color: #E12548;
}
.BgClassName
{
background-color: #E12548;
}
</style>
border-color css
<style>
span { border-color: #E12548; }
span { border-color: rgb(225,37,72); }
td.TdClassName
{
border-color: #E12548;
}
.TagClassName
{
border-color: #E12548;
}
</style>