Shades of Amaranth #E12051
Tints of Amaranth #E12051
RGB
CMYK
RGB Variations
Color information
#E12051 (or 0xE12051) is known color: Amaranth. HEX triplet: E1, 20 and 51. RGB value is (225,32,81). Sum of RGB (Red+Green+Blue) = 225+32+81=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E12051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12051 is #1EDFAE. Grayscale: #5F5F5F. Windows color (decimal): -2023343 or 5316833. OLE color: 5316833.
HSL color Cylindrical-coordinate representation of color #E12051: hue angle of 344.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12051 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 81 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.12 |
| HSL | 344.77º | 0.76% | 0.5% | - |
| HSV(B) | 344.77º | 0.86% | 0.88% | - |
| XYZ | 33.05 | 17.63 | 9.45 | - |
| YUV | 95.29 | 119.94 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 81 | 0 | 0.86 | 0.64 | 0.12 | 344.77 | 0.76 | 0.5 |
| Hex | E1 | 20 | 51 | 0 | 56 | 40 | C | 159 | 4C | 32 |
| Octal | 341 | 40 | 121 | 0 | 126 | 100 | 14 | 531 | 114 | 62 |
| Binary | 11100001 | 100000 | 1010001 | 0 | 1010110 | 1000000 | 1100 | 101011001 | 1001100 | 110010 |
Color Harmonies of #E12051
Complementary color
Monochromatic Colors of #E12051
Black with #E12051
Text Example
Text Example
White with #E12051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12051; }
p { color: rgb(225,32,81); }
H1.HeaderClassName
{
color: #E12051;
}
.AnyTagClassName
{
color: #E12051;
}
</style>
background-color css
<style>
a { background-color: #E12051; }
a { background-color: rgb(225,32,81); }
div.DivClassName
{
background-color: #E12051;
}
.BgClassName
{
background-color: #E12051;
}
</style>
border-color css
<style>
span { border-color: #E12051; }
span { border-color: rgb(225,32,81); }
td.TdClassName
{
border-color: #E12051;
}
.TagClassName
{
border-color: #E12051;
}
</style>