Shades of Amaranth #E1314C
Tints of Amaranth #E1314C
RGB
CMYK
RGB Variations
Color information
#E1314C (or 0xE1314C) is known color: Amaranth. HEX triplet: E1, 31 and 4C. RGB value is (225,49,76). Sum of RGB (Red+Green+Blue) = 225+49+76=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1314C is #1ECEB3. Grayscale: #686868. Windows color (decimal): -2018996 or 4993505. OLE color: 4993505.
HSL color Cylindrical-coordinate representation of color #E1314C: hue angle of 350.8º 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 #E1314C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 76 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.12 |
| HSL | 350.8º | 0.75% | 0.54% | - |
| HSV(B) | 350.8º | 0.78% | 0.88% | - |
| XYZ | 33.45 | 18.73 | 8.69 | - |
| YUV | 104.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 76 | 0 | 0.78 | 0.66 | 0.12 | 350.8 | 0.75 | 0.54 |
| Hex | E1 | 31 | 4C | 0 | 4E | 42 | C | 15F | 4B | 36 |
| Octal | 341 | 61 | 114 | 0 | 116 | 102 | 14 | 537 | 113 | 66 |
| Binary | 11100001 | 110001 | 1001100 | 0 | 1001110 | 1000010 | 1100 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E1314C
Complementary color
Monochromatic Colors of #E1314C
Black with #E1314C
Text Example
Text Example
White with #E1314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1314C; }
p { color: rgb(225,49,76); }
H1.HeaderClassName
{
color: #E1314C;
}
.AnyTagClassName
{
color: #E1314C;
}
</style>
background-color css
<style>
a { background-color: #E1314C; }
a { background-color: rgb(225,49,76); }
div.DivClassName
{
background-color: #E1314C;
}
.BgClassName
{
background-color: #E1314C;
}
</style>
border-color css
<style>
span { border-color: #E1314C; }
span { border-color: rgb(225,49,76); }
td.TdClassName
{
border-color: #E1314C;
}
.TagClassName
{
border-color: #E1314C;
}
</style>