Shades of Amaranth #E1254D
Tints of Amaranth #E1254D
RGB
CMYK
RGB Variations
Color information
#E1254D (or 0xE1254D) is known color: Amaranth. HEX triplet: E1, 25 and 4D. RGB value is (225,37,77). Sum of RGB (Red+Green+Blue) = 225+37+77=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1254D is #1EDAB2. Grayscale: #616161. Windows color (decimal): -2022067 or 5055969. OLE color: 5055969.
HSL color Cylindrical-coordinate representation of color #E1254D: hue angle of 347.23º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1254D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 77 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.12 |
| HSL | 347.23º | 0.76% | 0.51% | - |
| HSV(B) | 347.23º | 0.84% | 0.88% | - |
| XYZ | 33.05 | 17.87 | 8.73 | - |
| YUV | 97.77 | 116.28 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 77 | 0 | 0.84 | 0.66 | 0.12 | 347.23 | 0.76 | 0.51 |
| Hex | E1 | 25 | 4D | 0 | 54 | 42 | C | 15B | 4C | 33 |
| Octal | 341 | 45 | 115 | 0 | 124 | 102 | 14 | 533 | 114 | 63 |
| Binary | 11100001 | 100101 | 1001101 | 0 | 1010100 | 1000010 | 1100 | 101011011 | 1001100 | 110011 |
Color Harmonies of #E1254D
Complementary color
Monochromatic Colors of #E1254D
Black with #E1254D
Text Example
Text Example
White with #E1254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1254D; }
p { color: rgb(225,37,77); }
H1.HeaderClassName
{
color: #E1254D;
}
.AnyTagClassName
{
color: #E1254D;
}
</style>
background-color css
<style>
a { background-color: #E1254D; }
a { background-color: rgb(225,37,77); }
div.DivClassName
{
background-color: #E1254D;
}
.BgClassName
{
background-color: #E1254D;
}
</style>
border-color css
<style>
span { border-color: #E1254D; }
span { border-color: rgb(225,37,77); }
td.TdClassName
{
border-color: #E1254D;
}
.TagClassName
{
border-color: #E1254D;
}
</style>