Shades of Amaranth #E12951
Tints of Amaranth #E12951
RGB
CMYK
RGB Variations
Color information
#E12951 (or 0xE12951) is known color: Amaranth. HEX triplet: E1, 29 and 51. RGB value is (225,41,81). Sum of RGB (Red+Green+Blue) = 225+41+81=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E12951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12951 is #1ED6AE. Grayscale: #646464. Windows color (decimal): -2021039 or 5319137. OLE color: 5319137.
HSL color Cylindrical-coordinate representation of color #E12951: hue angle of 346.96º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12951 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 81 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.12 |
| HSL | 346.96º | 0.75% | 0.52% | - |
| HSV(B) | 346.96º | 0.82% | 0.88% | - |
| XYZ | 33.33 | 18.19 | 9.54 | - |
| YUV | 100.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 81 | 0 | 0.82 | 0.64 | 0.12 | 346.96 | 0.75 | 0.52 |
| Hex | E1 | 29 | 51 | 0 | 52 | 40 | C | 15B | 4B | 34 |
| Octal | 341 | 51 | 121 | 0 | 122 | 100 | 14 | 533 | 113 | 64 |
| Binary | 11100001 | 101001 | 1010001 | 0 | 1010010 | 1000000 | 1100 | 101011011 | 1001011 | 110100 |
Color Harmonies of #E12951
Complementary color
Monochromatic Colors of #E12951
Black with #E12951
Text Example
Text Example
White with #E12951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12951; }
p { color: rgb(225,41,81); }
H1.HeaderClassName
{
color: #E12951;
}
.AnyTagClassName
{
color: #E12951;
}
</style>
background-color css
<style>
a { background-color: #E12951; }
a { background-color: rgb(225,41,81); }
div.DivClassName
{
background-color: #E12951;
}
.BgClassName
{
background-color: #E12951;
}
</style>
border-color css
<style>
span { border-color: #E12951; }
span { border-color: rgb(225,41,81); }
td.TdClassName
{
border-color: #E12951;
}
.TagClassName
{
border-color: #E12951;
}
</style>