Shades of Amaranth #E1404A
Tints of Amaranth #E1404A
RGB
CMYK
RGB Variations
Color information
#E1404A (or 0xE1404A) is known color: Amaranth. HEX triplet: E1, 40 and 4A. RGB value is (225,64,74). Sum of RGB (Red+Green+Blue) = 225+64+74=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E1404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1404A is #1EBFB5. Grayscale: #717171. Windows color (decimal): -2015158 or 4866273. OLE color: 4866273.
HSL color Cylindrical-coordinate representation of color #E1404A: hue angle of 356.27º 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 #E1404A is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 74 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.12 |
| HSL | 356.27º | 0.73% | 0.57% | - |
| HSV(B) | 356.27º | 0.72% | 0.88% | - |
| XYZ | 34.12 | 20.17 | 8.57 | - |
| YUV | 113.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 74 | 0 | 0.72 | 0.67 | 0.12 | 356.27 | 0.73 | 0.57 |
| Hex | E1 | 40 | 4A | 0 | 48 | 43 | C | 164 | 49 | 39 |
| Octal | 341 | 100 | 112 | 0 | 110 | 103 | 14 | 544 | 111 | 71 |
| Binary | 11100001 | 1000000 | 1001010 | 0 | 1001000 | 1000011 | 1100 | 101100100 | 1001001 | 111001 |
Color Harmonies of #E1404A
Complementary color
Monochromatic Colors of #E1404A
Black with #E1404A
Text Example
Text Example
White with #E1404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1404A; }
p { color: rgb(225,64,74); }
H1.HeaderClassName
{
color: #E1404A;
}
.AnyTagClassName
{
color: #E1404A;
}
</style>
background-color css
<style>
a { background-color: #E1404A; }
a { background-color: rgb(225,64,74); }
div.DivClassName
{
background-color: #E1404A;
}
.BgClassName
{
background-color: #E1404A;
}
</style>
border-color css
<style>
span { border-color: #E1404A; }
span { border-color: rgb(225,64,74); }
td.TdClassName
{
border-color: #E1404A;
}
.TagClassName
{
border-color: #E1404A;
}
</style>