Shades of Amaranth #E12956
Tints of Amaranth #E12956
RGB
CMYK
RGB Variations
Color information
#E12956 (or 0xE12956) is known color: Amaranth. HEX triplet: E1, 29 and 56. RGB value is (225,41,86). Sum of RGB (Red+Green+Blue) = 225+41+86=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E12956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12956 is #1ED6A9. Grayscale: #656565. Windows color (decimal): -2021034 or 5646817. OLE color: 5646817.
HSL color Cylindrical-coordinate representation of color #E12956: hue angle of 345.33º 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 #E12956 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 86 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.12 |
| HSL | 345.33º | 0.75% | 0.52% | - |
| HSV(B) | 345.33º | 0.82% | 0.88% | - |
| XYZ | 33.52 | 18.27 | 10.56 | - |
| YUV | 101.15 | 119.46 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 86 | 0 | 0.82 | 0.62 | 0.12 | 345.33 | 0.75 | 0.52 |
| Hex | E1 | 29 | 56 | 0 | 52 | 3E | C | 159 | 4B | 34 |
| Octal | 341 | 51 | 126 | 0 | 122 | 76 | 14 | 531 | 113 | 64 |
| Binary | 11100001 | 101001 | 1010110 | 0 | 1010010 | 111110 | 1100 | 101011001 | 1001011 | 110100 |
Color Harmonies of #E12956
Complementary color
Monochromatic Colors of #E12956
Black with #E12956
Text Example
Text Example
White with #E12956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12956; }
p { color: rgb(225,41,86); }
H1.HeaderClassName
{
color: #E12956;
}
.AnyTagClassName
{
color: #E12956;
}
</style>
background-color css
<style>
a { background-color: #E12956; }
a { background-color: rgb(225,41,86); }
div.DivClassName
{
background-color: #E12956;
}
.BgClassName
{
background-color: #E12956;
}
</style>
border-color css
<style>
span { border-color: #E12956; }
span { border-color: rgb(225,41,86); }
td.TdClassName
{
border-color: #E12956;
}
.TagClassName
{
border-color: #E12956;
}
</style>