Shades of Amaranth #E1414A
Tints of Amaranth #E1414A
RGB
CMYK
RGB Variations
Color information
#E1414A (or 0xE1414A) is known color: Amaranth. HEX triplet: E1, 41 and 4A. RGB value is (225,65,74). Sum of RGB (Red+Green+Blue) = 225+65+74=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E1414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1414A is #1EBEB5. Grayscale: #717171. Windows color (decimal): -2014902 or 4866529. OLE color: 4866529.
HSL color Cylindrical-coordinate representation of color #E1414A: hue angle of 356.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1414A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 74 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.12 |
| HSL | 356.63º | 0.73% | 0.57% | - |
| HSV(B) | 356.63º | 0.71% | 0.88% | - |
| XYZ | 34.18 | 20.28 | 8.59 | - |
| YUV | 113.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 74 | 0 | 0.71 | 0.67 | 0.12 | 356.63 | 0.73 | 0.57 |
| Hex | E1 | 41 | 4A | 0 | 47 | 43 | C | 165 | 49 | 39 |
| Octal | 341 | 101 | 112 | 0 | 107 | 103 | 14 | 545 | 111 | 71 |
| Binary | 11100001 | 1000001 | 1001010 | 0 | 1000111 | 1000011 | 1100 | 101100101 | 1001001 | 111001 |
Color Harmonies of #E1414A
Complementary color
Monochromatic Colors of #E1414A
Black with #E1414A
Text Example
Text Example
White with #E1414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1414A; }
p { color: rgb(225,65,74); }
H1.HeaderClassName
{
color: #E1414A;
}
.AnyTagClassName
{
color: #E1414A;
}
</style>
background-color css
<style>
a { background-color: #E1414A; }
a { background-color: rgb(225,65,74); }
div.DivClassName
{
background-color: #E1414A;
}
.BgClassName
{
background-color: #E1414A;
}
</style>
border-color css
<style>
span { border-color: #E1414A; }
span { border-color: rgb(225,65,74); }
td.TdClassName
{
border-color: #E1414A;
}
.TagClassName
{
border-color: #E1414A;
}
</style>