Shades of Amaranth #E1294A
Tints of Amaranth #E1294A
RGB
CMYK
RGB Variations
Color information
#E1294A (or 0xE1294A) is known color: Amaranth. HEX triplet: E1, 29 and 4A. RGB value is (225,41,74). Sum of RGB (Red+Green+Blue) = 225+41+74=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1294A is #1ED6B5. Grayscale: #636363. Windows color (decimal): -2021046 or 4860385. OLE color: 4860385.
HSL color Cylindrical-coordinate representation of color #E1294A: hue angle of 349.24º 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 #E1294A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 74 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.12 |
| HSL | 349.24º | 0.75% | 0.52% | - |
| HSV(B) | 349.24º | 0.82% | 0.88% | - |
| XYZ | 33.08 | 18.09 | 8.23 | - |
| YUV | 99.78 | 113.46 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 74 | 0 | 0.82 | 0.67 | 0.12 | 349.24 | 0.75 | 0.52 |
| Hex | E1 | 29 | 4A | 0 | 52 | 43 | C | 15D | 4B | 34 |
| Octal | 341 | 51 | 112 | 0 | 122 | 103 | 14 | 535 | 113 | 64 |
| Binary | 11100001 | 101001 | 1001010 | 0 | 1010010 | 1000011 | 1100 | 101011101 | 1001011 | 110100 |
Color Harmonies of #E1294A
Complementary color
Monochromatic Colors of #E1294A
Black with #E1294A
Text Example
Text Example
White with #E1294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1294A; }
p { color: rgb(225,41,74); }
H1.HeaderClassName
{
color: #E1294A;
}
.AnyTagClassName
{
color: #E1294A;
}
</style>
background-color css
<style>
a { background-color: #E1294A; }
a { background-color: rgb(225,41,74); }
div.DivClassName
{
background-color: #E1294A;
}
.BgClassName
{
background-color: #E1294A;
}
</style>
border-color css
<style>
span { border-color: #E1294A; }
span { border-color: rgb(225,41,74); }
td.TdClassName
{
border-color: #E1294A;
}
.TagClassName
{
border-color: #E1294A;
}
</style>