Shades of Amaranth #E14149
Tints of Amaranth #E14149
RGB
CMYK
RGB Variations
Color information
#E14149 (or 0xE14149) is known color: Amaranth. HEX triplet: E1, 41 and 49. RGB value is (225,65,73). Sum of RGB (Red+Green+Blue) = 225+65+73=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E14149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14149 is #1EBEB6. Grayscale: #717171. Windows color (decimal): -2014903 or 4800993. OLE color: 4800993.
HSL color Cylindrical-coordinate representation of color #E14149: hue angle of 357º 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 #E14149 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 73 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.12 |
| HSL | 357º | 0.73% | 0.57% | - |
| HSV(B) | 357º | 0.71% | 0.88% | - |
| XYZ | 34.14 | 20.27 | 8.42 | - |
| YUV | 113.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 73 | 0 | 0.71 | 0.68 | 0.12 | 357 | 0.73 | 0.57 |
| Hex | E1 | 41 | 49 | 0 | 47 | 44 | C | 165 | 49 | 39 |
| Octal | 341 | 101 | 111 | 0 | 107 | 104 | 14 | 545 | 111 | 71 |
| Binary | 11100001 | 1000001 | 1001001 | 0 | 1000111 | 1000100 | 1100 | 101100101 | 1001001 | 111001 |
Color Harmonies of #E14149
Complementary color
Monochromatic Colors of #E14149
Black with #E14149
Text Example
Text Example
White with #E14149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14149; }
p { color: rgb(225,65,73); }
H1.HeaderClassName
{
color: #E14149;
}
.AnyTagClassName
{
color: #E14149;
}
</style>
background-color css
<style>
a { background-color: #E14149; }
a { background-color: rgb(225,65,73); }
div.DivClassName
{
background-color: #E14149;
}
.BgClassName
{
background-color: #E14149;
}
</style>
border-color css
<style>
span { border-color: #E14149; }
span { border-color: rgb(225,65,73); }
td.TdClassName
{
border-color: #E14149;
}
.TagClassName
{
border-color: #E14149;
}
</style>