Shades of Amaranth #E12449
Tints of Amaranth #E12449
RGB
CMYK
RGB Variations
Color information
#E12449 (or 0xE12449) is known color: Amaranth. HEX triplet: E1, 24 and 49. RGB value is (225,36,73). Sum of RGB (Red+Green+Blue) = 225+36+73=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12449 is #1EDBB6. Grayscale: #606060. Windows color (decimal): -2022327 or 4793569. OLE color: 4793569.
HSL color Cylindrical-coordinate representation of color #E12449: hue angle of 348.25º 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 #E12449 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 73 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.12 |
| HSL | 348.25º | 0.76% | 0.51% | - |
| HSV(B) | 348.25º | 0.84% | 0.88% | - |
| XYZ | 32.88 | 17.75 | 8 | - |
| YUV | 96.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 73 | 0 | 0.84 | 0.68 | 0.12 | 348.25 | 0.76 | 0.51 |
| Hex | E1 | 24 | 49 | 0 | 54 | 44 | C | 15C | 4C | 33 |
| Octal | 341 | 44 | 111 | 0 | 124 | 104 | 14 | 534 | 114 | 63 |
| Binary | 11100001 | 100100 | 1001001 | 0 | 1010100 | 1000100 | 1100 | 101011100 | 1001100 | 110011 |
Color Harmonies of #E12449
Complementary color
Monochromatic Colors of #E12449
Black with #E12449
Text Example
Text Example
White with #E12449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12449; }
p { color: rgb(225,36,73); }
H1.HeaderClassName
{
color: #E12449;
}
.AnyTagClassName
{
color: #E12449;
}
</style>
background-color css
<style>
a { background-color: #E12449; }
a { background-color: rgb(225,36,73); }
div.DivClassName
{
background-color: #E12449;
}
.BgClassName
{
background-color: #E12449;
}
</style>
border-color css
<style>
span { border-color: #E12449; }
span { border-color: rgb(225,36,73); }
td.TdClassName
{
border-color: #E12449;
}
.TagClassName
{
border-color: #E12449;
}
</style>