Shades of Amaranth #E12D4E
Tints of Amaranth #E12D4E
RGB
CMYK
RGB Variations
Color information
#E12D4E (or 0xE12D4E) is known color: Amaranth. HEX triplet: E1, 2D and 4E. RGB value is (225,45,78). Sum of RGB (Red+Green+Blue) = 225+45+78=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D4E is #1ED2B1. Grayscale: #666666. Windows color (decimal): -2020018 or 5123553. OLE color: 5123553.
HSL color Cylindrical-coordinate representation of color #E12D4E: hue angle of 349º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12D4E is Cyan = 0, Magento = 0.8, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 78 | - |
| CMYK | 0 | 0.8 | 0.65 | 0.12 |
| HSL | 349º | 0.75% | 0.53% | - |
| HSV(B) | 349º | 0.8% | 0.88% | - |
| XYZ | 33.36 | 18.43 | 9.01 | - |
| YUV | 102.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 78 | 0 | 0.8 | 0.65 | 0.12 | 349 | 0.75 | 0.53 |
| Hex | E1 | 2D | 4E | 0 | 50 | 41 | C | 15D | 4B | 35 |
| Octal | 341 | 55 | 116 | 0 | 120 | 101 | 14 | 535 | 113 | 65 |
| Binary | 11100001 | 101101 | 1001110 | 0 | 1010000 | 1000001 | 1100 | 101011101 | 1001011 | 110101 |
Color Harmonies of #E12D4E
Complementary color
Monochromatic Colors of #E12D4E
Black with #E12D4E
Text Example
Text Example
White with #E12D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D4E; }
p { color: rgb(225,45,78); }
H1.HeaderClassName
{
color: #E12D4E;
}
.AnyTagClassName
{
color: #E12D4E;
}
</style>
background-color css
<style>
a { background-color: #E12D4E; }
a { background-color: rgb(225,45,78); }
div.DivClassName
{
background-color: #E12D4E;
}
.BgClassName
{
background-color: #E12D4E;
}
</style>
border-color css
<style>
span { border-color: #E12D4E; }
span { border-color: rgb(225,45,78); }
td.TdClassName
{
border-color: #E12D4E;
}
.TagClassName
{
border-color: #E12D4E;
}
</style>