Shades of Amaranth #E12E4B
Tints of Amaranth #E12E4B
RGB
CMYK
RGB Variations
Color information
#E12E4B (or 0xE12E4B) is known color: Amaranth. HEX triplet: E1, 2E and 4B. RGB value is (225,46,75). Sum of RGB (Red+Green+Blue) = 225+46+75=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E4B is #1ED1B4. Grayscale: #666666. Windows color (decimal): -2019765 or 4927201. OLE color: 4927201.
HSL color Cylindrical-coordinate representation of color #E12E4B: hue angle of 350.28º 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 #E12E4B is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 75 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.12 |
| HSL | 350.28º | 0.75% | 0.53% | - |
| HSV(B) | 350.28º | 0.8% | 0.88% | - |
| XYZ | 33.3 | 18.47 | 8.47 | - |
| YUV | 102.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 75 | 0 | 0.80 | 0.67 | 0.12 | 350.28 | 0.75 | 0.53 |
| Hex | E1 | 2E | 4B | 0 | 50 | 43 | C | 15E | 4B | 35 |
| Octal | 341 | 56 | 113 | 0 | 120 | 103 | 14 | 536 | 113 | 65 |
| Binary | 11100001 | 101110 | 1001011 | 0 | 1010000 | 1000011 | 1100 | 101011110 | 1001011 | 110101 |
Color Harmonies of #E12E4B
Complementary color
Monochromatic Colors of #E12E4B
Black with #E12E4B
Text Example
Text Example
White with #E12E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12E4B; }
p { color: rgb(225,46,75); }
H1.HeaderClassName
{
color: #E12E4B;
}
.AnyTagClassName
{
color: #E12E4B;
}
</style>
background-color css
<style>
a { background-color: #E12E4B; }
a { background-color: rgb(225,46,75); }
div.DivClassName
{
background-color: #E12E4B;
}
.BgClassName
{
background-color: #E12E4B;
}
</style>
border-color css
<style>
span { border-color: #E12E4B; }
span { border-color: rgb(225,46,75); }
td.TdClassName
{
border-color: #E12E4B;
}
.TagClassName
{
border-color: #E12E4B;
}
</style>