Shades of Amaranth #E1204E
Tints of Amaranth #E1204E
RGB
CMYK
RGB Variations
Color information
#E1204E (or 0xE1204E) is known color: Amaranth. HEX triplet: E1, 20 and 4E. RGB value is (225,32,78). Sum of RGB (Red+Green+Blue) = 225+32+78=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1204E is #1EDFB1. Grayscale: #5E5E5E. Windows color (decimal): -2023346 or 5120225. OLE color: 5120225.
HSL color Cylindrical-coordinate representation of color #E1204E: hue angle of 345.7º 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 #E1204E is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 78 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.12 |
| HSL | 345.7º | 0.76% | 0.5% | - |
| HSV(B) | 345.7º | 0.86% | 0.88% | - |
| XYZ | 32.94 | 17.59 | 8.87 | - |
| YUV | 94.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 78 | 0 | 0.86 | 0.65 | 0.12 | 345.7 | 0.76 | 0.5 |
| Hex | E1 | 20 | 4E | 0 | 56 | 41 | C | 15A | 4C | 32 |
| Octal | 341 | 40 | 116 | 0 | 126 | 101 | 14 | 532 | 114 | 62 |
| Binary | 11100001 | 100000 | 1001110 | 0 | 1010110 | 1000001 | 1100 | 101011010 | 1001100 | 110010 |
Color Harmonies of #E1204E
Complementary color
Monochromatic Colors of #E1204E
Black with #E1204E
Text Example
Text Example
White with #E1204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1204E; }
p { color: rgb(225,32,78); }
H1.HeaderClassName
{
color: #E1204E;
}
.AnyTagClassName
{
color: #E1204E;
}
</style>
background-color css
<style>
a { background-color: #E1204E; }
a { background-color: rgb(225,32,78); }
div.DivClassName
{
background-color: #E1204E;
}
.BgClassName
{
background-color: #E1204E;
}
</style>
border-color css
<style>
span { border-color: #E1204E; }
span { border-color: rgb(225,32,78); }
td.TdClassName
{
border-color: #E1204E;
}
.TagClassName
{
border-color: #E1204E;
}
</style>