Shades of Amaranth #E1404C
Tints of Amaranth #E1404C
RGB
CMYK
RGB Variations
Color information
#E1404C (or 0xE1404C) is known color: Amaranth. HEX triplet: E1, 40 and 4C. RGB value is (225,64,76). Sum of RGB (Red+Green+Blue) = 225+64+76=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1404C is #1EBFB3. Grayscale: #717171. Windows color (decimal): -2015156 or 4997345. OLE color: 4997345.
HSL color Cylindrical-coordinate representation of color #E1404C: hue angle of 355.53º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1404C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 76 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.12 |
| HSL | 355.53º | 0.73% | 0.57% | - |
| HSV(B) | 355.53º | 0.72% | 0.88% | - |
| XYZ | 34.19 | 20.2 | 8.93 | - |
| YUV | 113.51 | 106.84 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 76 | 0 | 0.72 | 0.66 | 0.12 | 355.53 | 0.73 | 0.57 |
| Hex | E1 | 40 | 4C | 0 | 48 | 42 | C | 164 | 49 | 39 |
| Octal | 341 | 100 | 114 | 0 | 110 | 102 | 14 | 544 | 111 | 71 |
| Binary | 11100001 | 1000000 | 1001100 | 0 | 1001000 | 1000010 | 1100 | 101100100 | 1001001 | 111001 |
Color Harmonies of #E1404C
Complementary color
Monochromatic Colors of #E1404C
Black with #E1404C
Text Example
Text Example
White with #E1404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1404C; }
p { color: rgb(225,64,76); }
H1.HeaderClassName
{
color: #E1404C;
}
.AnyTagClassName
{
color: #E1404C;
}
</style>
background-color css
<style>
a { background-color: #E1404C; }
a { background-color: rgb(225,64,76); }
div.DivClassName
{
background-color: #E1404C;
}
.BgClassName
{
background-color: #E1404C;
}
</style>
border-color css
<style>
span { border-color: #E1404C; }
span { border-color: rgb(225,64,76); }
td.TdClassName
{
border-color: #E1404C;
}
.TagClassName
{
border-color: #E1404C;
}
</style>