Shades of Amaranth #E12E4A
Tints of Amaranth #E12E4A
RGB
CMYK
RGB Variations
Color information
#E12E4A (or 0xE12E4A) is known color: Amaranth. HEX triplet: E1, 2E and 4A. RGB value is (225,46,74). Sum of RGB (Red+Green+Blue) = 225+46+74=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E4A is #1ED1B5. Grayscale: #666666. Windows color (decimal): -2019766 or 4861665. OLE color: 4861665.
HSL color Cylindrical-coordinate representation of color #E12E4A: hue angle of 350.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 #E12E4A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 74 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.12 |
| HSL | 350.61º | 0.75% | 0.53% | - |
| HSV(B) | 350.61º | 0.8% | 0.88% | - |
| XYZ | 33.26 | 18.46 | 8.29 | - |
| YUV | 102.71 | 111.8 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 74 | 0 | 0.80 | 0.67 | 0.12 | 350.61 | 0.75 | 0.53 |
| Hex | E1 | 2E | 4A | 0 | 50 | 43 | C | 15F | 4B | 35 |
| Octal | 341 | 56 | 112 | 0 | 120 | 103 | 14 | 537 | 113 | 65 |
| Binary | 11100001 | 101110 | 1001010 | 0 | 1010000 | 1000011 | 1100 | 101011111 | 1001011 | 110101 |
Color Harmonies of #E12E4A
Complementary color
Monochromatic Colors of #E12E4A
Black with #E12E4A
Text Example
Text Example
White with #E12E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12E4A; }
p { color: rgb(225,46,74); }
H1.HeaderClassName
{
color: #E12E4A;
}
.AnyTagClassName
{
color: #E12E4A;
}
</style>
background-color css
<style>
a { background-color: #E12E4A; }
a { background-color: rgb(225,46,74); }
div.DivClassName
{
background-color: #E12E4A;
}
.BgClassName
{
background-color: #E12E4A;
}
</style>
border-color css
<style>
span { border-color: #E12E4A; }
span { border-color: rgb(225,46,74); }
td.TdClassName
{
border-color: #E12E4A;
}
.TagClassName
{
border-color: #E12E4A;
}
</style>