Shades of Amaranth #E1244D
Tints of Amaranth #E1244D
RGB
CMYK
RGB Variations
Color information
#E1244D (or 0xE1244D) is known color: Amaranth. HEX triplet: E1, 24 and 4D. RGB value is (225,36,77). Sum of RGB (Red+Green+Blue) = 225+36+77=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1244D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1244D is #1EDBB2. Grayscale: #616161. Windows color (decimal): -2022323 or 5055713. OLE color: 5055713.
HSL color Cylindrical-coordinate representation of color #E1244D: hue angle of 346.98º 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 #E1244D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 77 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.12 |
| HSL | 346.98º | 0.76% | 0.51% | - |
| HSV(B) | 346.98º | 0.84% | 0.88% | - |
| XYZ | 33.02 | 17.81 | 8.72 | - |
| YUV | 97.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 77 | 0 | 0.84 | 0.66 | 0.12 | 346.98 | 0.76 | 0.51 |
| Hex | E1 | 24 | 4D | 0 | 54 | 42 | C | 15B | 4C | 33 |
| Octal | 341 | 44 | 115 | 0 | 124 | 102 | 14 | 533 | 114 | 63 |
| Binary | 11100001 | 100100 | 1001101 | 0 | 1010100 | 1000010 | 1100 | 101011011 | 1001100 | 110011 |
Color Harmonies of #E1244D
Complementary color
Monochromatic Colors of #E1244D
Black with #E1244D
Text Example
Text Example
White with #E1244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1244D; }
p { color: rgb(225,36,77); }
H1.HeaderClassName
{
color: #E1244D;
}
.AnyTagClassName
{
color: #E1244D;
}
</style>
background-color css
<style>
a { background-color: #E1244D; }
a { background-color: rgb(225,36,77); }
div.DivClassName
{
background-color: #E1244D;
}
.BgClassName
{
background-color: #E1244D;
}
</style>
border-color css
<style>
span { border-color: #E1244D; }
span { border-color: rgb(225,36,77); }
td.TdClassName
{
border-color: #E1244D;
}
.TagClassName
{
border-color: #E1244D;
}
</style>