Shades of Amaranth #E12944
Tints of Amaranth #E12944
RGB
CMYK
RGB Variations
Color information
#E12944 (or 0xE12944) is known color: Amaranth. HEX triplet: E1, 29 and 44. RGB value is (225,41,68). Sum of RGB (Red+Green+Blue) = 225+41+68=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12944 is #1ED6BB. Grayscale: #636363. Windows color (decimal): -2021052 or 4467169. OLE color: 4467169.
HSL color Cylindrical-coordinate representation of color #E12944: hue angle of 351.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12944 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 68 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.12 |
| HSL | 351.2º | 0.75% | 0.52% | - |
| HSV(B) | 351.2º | 0.82% | 0.88% | - |
| XYZ | 32.89 | 18.01 | 7.21 | - |
| YUV | 99.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 68 | 0 | 0.82 | 0.70 | 0.12 | 351.2 | 0.75 | 0.52 |
| Hex | E1 | 29 | 44 | 0 | 52 | 46 | C | 15F | 4B | 34 |
| Octal | 341 | 51 | 104 | 0 | 122 | 106 | 14 | 537 | 113 | 64 |
| Binary | 11100001 | 101001 | 1000100 | 0 | 1010010 | 1000110 | 1100 | 101011111 | 1001011 | 110100 |
Color Harmonies of #E12944
Complementary color
Monochromatic Colors of #E12944
Black with #E12944
Text Example
Text Example
White with #E12944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12944; }
p { color: rgb(225,41,68); }
H1.HeaderClassName
{
color: #E12944;
}
.AnyTagClassName
{
color: #E12944;
}
</style>
background-color css
<style>
a { background-color: #E12944; }
a { background-color: rgb(225,41,68); }
div.DivClassName
{
background-color: #E12944;
}
.BgClassName
{
background-color: #E12944;
}
</style>
border-color css
<style>
span { border-color: #E12944; }
span { border-color: rgb(225,41,68); }
td.TdClassName
{
border-color: #E12944;
}
.TagClassName
{
border-color: #E12944;
}
</style>