Shades of Amaranth #E1314E
Tints of Amaranth #E1314E
RGB
CMYK
RGB Variations
Color information
#E1314E (or 0xE1314E) is known color: Amaranth. HEX triplet: E1, 31 and 4E. RGB value is (225,49,78). Sum of RGB (Red+Green+Blue) = 225+49+78=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1314E is #1ECEB1. Grayscale: #686868. Windows color (decimal): -2018994 or 5124577. OLE color: 5124577.
HSL color Cylindrical-coordinate representation of color #E1314E: hue angle of 350.11º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1314E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 78 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.12 |
| HSL | 350.11º | 0.75% | 0.54% | - |
| HSV(B) | 350.11º | 0.78% | 0.88% | - |
| XYZ | 33.52 | 18.75 | 9.06 | - |
| YUV | 104.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 78 | 0 | 0.78 | 0.65 | 0.12 | 350.11 | 0.75 | 0.54 |
| Hex | E1 | 31 | 4E | 0 | 4E | 41 | C | 15E | 4B | 36 |
| Octal | 341 | 61 | 116 | 0 | 116 | 101 | 14 | 536 | 113 | 66 |
| Binary | 11100001 | 110001 | 1001110 | 0 | 1001110 | 1000001 | 1100 | 101011110 | 1001011 | 110110 |
Color Harmonies of #E1314E
Complementary color
Monochromatic Colors of #E1314E
Black with #E1314E
Text Example
Text Example
White with #E1314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1314E; }
p { color: rgb(225,49,78); }
H1.HeaderClassName
{
color: #E1314E;
}
.AnyTagClassName
{
color: #E1314E;
}
</style>
background-color css
<style>
a { background-color: #E1314E; }
a { background-color: rgb(225,49,78); }
div.DivClassName
{
background-color: #E1314E;
}
.BgClassName
{
background-color: #E1314E;
}
</style>
border-color css
<style>
span { border-color: #E1314E; }
span { border-color: rgb(225,49,78); }
td.TdClassName
{
border-color: #E1314E;
}
.TagClassName
{
border-color: #E1314E;
}
</style>