Shades of Amaranth #E1294C
Tints of Amaranth #E1294C
RGB
CMYK
RGB Variations
Color information
#E1294C (or 0xE1294C) is known color: Amaranth. HEX triplet: E1, 29 and 4C. RGB value is (225,41,76). Sum of RGB (Red+Green+Blue) = 225+41+76=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1294C is #1ED6B3. Grayscale: #646464. Windows color (decimal): -2021044 or 4991457. OLE color: 4991457.
HSL color Cylindrical-coordinate representation of color #E1294C: hue angle of 348.59º 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 #E1294C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 76 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.12 |
| HSL | 348.59º | 0.75% | 0.52% | - |
| HSV(B) | 348.59º | 0.82% | 0.88% | - |
| XYZ | 33.15 | 18.12 | 8.59 | - |
| YUV | 100.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 76 | 0 | 0.82 | 0.66 | 0.12 | 348.59 | 0.75 | 0.52 |
| Hex | E1 | 29 | 4C | 0 | 52 | 42 | C | 15D | 4B | 34 |
| Octal | 341 | 51 | 114 | 0 | 122 | 102 | 14 | 535 | 113 | 64 |
| Binary | 11100001 | 101001 | 1001100 | 0 | 1010010 | 1000010 | 1100 | 101011101 | 1001011 | 110100 |
Color Harmonies of #E1294C
Complementary color
Monochromatic Colors of #E1294C
Black with #E1294C
Text Example
Text Example
White with #E1294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1294C; }
p { color: rgb(225,41,76); }
H1.HeaderClassName
{
color: #E1294C;
}
.AnyTagClassName
{
color: #E1294C;
}
</style>
background-color css
<style>
a { background-color: #E1294C; }
a { background-color: rgb(225,41,76); }
div.DivClassName
{
background-color: #E1294C;
}
.BgClassName
{
background-color: #E1294C;
}
</style>
border-color css
<style>
span { border-color: #E1294C; }
span { border-color: rgb(225,41,76); }
td.TdClassName
{
border-color: #E1294C;
}
.TagClassName
{
border-color: #E1294C;
}
</style>