Shades of Amaranth #E12345
Tints of Amaranth #E12345
RGB
CMYK
RGB Variations
Color information
#E12345 (or 0xE12345) is known color: Amaranth. HEX triplet: E1, 23 and 45. RGB value is (225,35,69). Sum of RGB (Red+Green+Blue) = 225+35+69=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E12345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12345 is #1EDCBA. Grayscale: #5F5F5F. Windows color (decimal): -2022587 or 4531169. OLE color: 4531169.
HSL color Cylindrical-coordinate representation of color #E12345: hue angle of 349.26º 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 #E12345 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 69 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.12 |
| HSL | 349.26º | 0.76% | 0.51% | - |
| HSV(B) | 349.26º | 0.84% | 0.88% | - |
| XYZ | 32.73 | 17.64 | 7.31 | - |
| YUV | 95.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 69 | 0 | 0.84 | 0.69 | 0.12 | 349.26 | 0.76 | 0.51 |
| Hex | E1 | 23 | 45 | 0 | 54 | 45 | C | 15D | 4C | 33 |
| Octal | 341 | 43 | 105 | 0 | 124 | 105 | 14 | 535 | 114 | 63 |
| Binary | 11100001 | 100011 | 1000101 | 0 | 1010100 | 1000101 | 1100 | 101011101 | 1001100 | 110011 |
Color Harmonies of #E12345
Complementary color
Monochromatic Colors of #E12345
Black with #E12345
Text Example
Text Example
White with #E12345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12345; }
p { color: rgb(225,35,69); }
H1.HeaderClassName
{
color: #E12345;
}
.AnyTagClassName
{
color: #E12345;
}
</style>
background-color css
<style>
a { background-color: #E12345; }
a { background-color: rgb(225,35,69); }
div.DivClassName
{
background-color: #E12345;
}
.BgClassName
{
background-color: #E12345;
}
</style>
border-color css
<style>
span { border-color: #E12345; }
span { border-color: rgb(225,35,69); }
td.TdClassName
{
border-color: #E12345;
}
.TagClassName
{
border-color: #E12345;
}
</style>