Shades of Amaranth #E12945
Tints of Amaranth #E12945
RGB
CMYK
RGB Variations
Color information
#E12945 (or 0xE12945) is known color: Amaranth. HEX triplet: E1, 29 and 45. RGB value is (225,41,69). Sum of RGB (Red+Green+Blue) = 225+41+69=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E12945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12945 is #1ED6BA. Grayscale: #636363. Windows color (decimal): -2021051 or 4532705. OLE color: 4532705.
HSL color Cylindrical-coordinate representation of color #E12945: hue angle of 350.87º 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 #E12945 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 69 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.12 |
| HSL | 350.87º | 0.75% | 0.52% | - |
| HSV(B) | 350.87º | 0.82% | 0.88% | - |
| XYZ | 32.92 | 18.02 | 7.37 | - |
| YUV | 99.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 69 | 0 | 0.82 | 0.69 | 0.12 | 350.87 | 0.75 | 0.52 |
| Hex | E1 | 29 | 45 | 0 | 52 | 45 | C | 15F | 4B | 34 |
| Octal | 341 | 51 | 105 | 0 | 122 | 105 | 14 | 537 | 113 | 64 |
| Binary | 11100001 | 101001 | 1000101 | 0 | 1010010 | 1000101 | 1100 | 101011111 | 1001011 | 110100 |
Color Harmonies of #E12945
Complementary color
Monochromatic Colors of #E12945
Black with #E12945
Text Example
Text Example
White with #E12945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12945; }
p { color: rgb(225,41,69); }
H1.HeaderClassName
{
color: #E12945;
}
.AnyTagClassName
{
color: #E12945;
}
</style>
background-color css
<style>
a { background-color: #E12945; }
a { background-color: rgb(225,41,69); }
div.DivClassName
{
background-color: #E12945;
}
.BgClassName
{
background-color: #E12945;
}
</style>
border-color css
<style>
span { border-color: #E12945; }
span { border-color: rgb(225,41,69); }
td.TdClassName
{
border-color: #E12945;
}
.TagClassName
{
border-color: #E12945;
}
</style>