Shades of Amaranth #E1244A
Tints of Amaranth #E1244A
RGB
CMYK
RGB Variations
Color information
#E1244A (or 0xE1244A) is known color: Amaranth. HEX triplet: E1, 24 and 4A. RGB value is (225,36,74). Sum of RGB (Red+Green+Blue) = 225+36+74=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1244A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1244A is #1EDBB5. Grayscale: #606060. Windows color (decimal): -2022326 or 4859105. OLE color: 4859105.
HSL color Cylindrical-coordinate representation of color #E1244A: hue angle of 347.94º 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 #E1244A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 74 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.12 |
| HSL | 347.94º | 0.76% | 0.51% | - |
| HSV(B) | 347.94º | 0.84% | 0.88% | - |
| XYZ | 32.92 | 17.76 | 8.17 | - |
| YUV | 96.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 74 | 0 | 0.84 | 0.67 | 0.12 | 347.94 | 0.76 | 0.51 |
| Hex | E1 | 24 | 4A | 0 | 54 | 43 | C | 15C | 4C | 33 |
| Octal | 341 | 44 | 112 | 0 | 124 | 103 | 14 | 534 | 114 | 63 |
| Binary | 11100001 | 100100 | 1001010 | 0 | 1010100 | 1000011 | 1100 | 101011100 | 1001100 | 110011 |
Color Harmonies of #E1244A
Complementary color
Monochromatic Colors of #E1244A
Black with #E1244A
Text Example
Text Example
White with #E1244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1244A; }
p { color: rgb(225,36,74); }
H1.HeaderClassName
{
color: #E1244A;
}
.AnyTagClassName
{
color: #E1244A;
}
</style>
background-color css
<style>
a { background-color: #E1244A; }
a { background-color: rgb(225,36,74); }
div.DivClassName
{
background-color: #E1244A;
}
.BgClassName
{
background-color: #E1244A;
}
</style>
border-color css
<style>
span { border-color: #E1244A; }
span { border-color: rgb(225,36,74); }
td.TdClassName
{
border-color: #E1244A;
}
.TagClassName
{
border-color: #E1244A;
}
</style>