Shades of Amaranth #E12E4D
Tints of Amaranth #E12E4D
RGB
CMYK
RGB Variations
Color information
#E12E4D (or 0xE12E4D) is known color: Amaranth. HEX triplet: E1, 2E and 4D. RGB value is (225,46,77). Sum of RGB (Red+Green+Blue) = 225+46+77=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E4D is #1ED1B2. Grayscale: #676767. Windows color (decimal): -2019763 or 5058273. OLE color: 5058273.
HSL color Cylindrical-coordinate representation of color #E12E4D: hue angle of 349.61º 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 #E12E4D is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 77 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.12 |
| HSL | 349.61º | 0.75% | 0.53% | - |
| HSV(B) | 349.61º | 0.8% | 0.88% | - |
| XYZ | 33.37 | 18.5 | 8.83 | - |
| YUV | 103.06 | 113.3 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 77 | 0 | 0.80 | 0.66 | 0.12 | 349.61 | 0.75 | 0.53 |
| Hex | E1 | 2E | 4D | 0 | 50 | 42 | C | 15E | 4B | 35 |
| Octal | 341 | 56 | 115 | 0 | 120 | 102 | 14 | 536 | 113 | 65 |
| Binary | 11100001 | 101110 | 1001101 | 0 | 1010000 | 1000010 | 1100 | 101011110 | 1001011 | 110101 |
Color Harmonies of #E12E4D
Complementary color
Monochromatic Colors of #E12E4D
Black with #E12E4D
Text Example
Text Example
White with #E12E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12E4D; }
p { color: rgb(225,46,77); }
H1.HeaderClassName
{
color: #E12E4D;
}
.AnyTagClassName
{
color: #E12E4D;
}
</style>
background-color css
<style>
a { background-color: #E12E4D; }
a { background-color: rgb(225,46,77); }
div.DivClassName
{
background-color: #E12E4D;
}
.BgClassName
{
background-color: #E12E4D;
}
</style>
border-color css
<style>
span { border-color: #E12E4D; }
span { border-color: rgb(225,46,77); }
td.TdClassName
{
border-color: #E12E4D;
}
.TagClassName
{
border-color: #E12E4D;
}
</style>