Shades of Amaranth #E12845
Tints of Amaranth #E12845
RGB
CMYK
RGB Variations
Color information
#E12845 (or 0xE12845) is known color: Amaranth. HEX triplet: E1, 28 and 45. RGB value is (225,40,69). Sum of RGB (Red+Green+Blue) = 225+40+69=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E12845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12845 is #1ED7BA. Grayscale: #626262. Windows color (decimal): -2021307 or 4532449. OLE color: 4532449.
HSL color Cylindrical-coordinate representation of color #E12845: hue angle of 350.59º degrees, saturation: 0.76, 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 #E12845 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 69 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.12 |
| HSL | 350.59º | 0.76% | 0.52% | - |
| HSV(B) | 350.59º | 0.82% | 0.88% | - |
| XYZ | 32.88 | 17.95 | 7.36 | - |
| YUV | 98.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 69 | 0 | 0.82 | 0.69 | 0.12 | 350.59 | 0.76 | 0.52 |
| Hex | E1 | 28 | 45 | 0 | 52 | 45 | C | 15F | 4C | 34 |
| Octal | 341 | 50 | 105 | 0 | 122 | 105 | 14 | 537 | 114 | 64 |
| Binary | 11100001 | 101000 | 1000101 | 0 | 1010010 | 1000101 | 1100 | 101011111 | 1001100 | 110100 |
Color Harmonies of #E12845
Complementary color
Monochromatic Colors of #E12845
Black with #E12845
Text Example
Text Example
White with #E12845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12845; }
p { color: rgb(225,40,69); }
H1.HeaderClassName
{
color: #E12845;
}
.AnyTagClassName
{
color: #E12845;
}
</style>
background-color css
<style>
a { background-color: #E12845; }
a { background-color: rgb(225,40,69); }
div.DivClassName
{
background-color: #E12845;
}
.BgClassName
{
background-color: #E12845;
}
</style>
border-color css
<style>
span { border-color: #E12845; }
span { border-color: rgb(225,40,69); }
td.TdClassName
{
border-color: #E12845;
}
.TagClassName
{
border-color: #E12845;
}
</style>