Shades of Amaranth #E14447
Tints of Amaranth #E14447
RGB
CMYK
RGB Variations
Color information
#E14447 (or 0xE14447) is known color: Amaranth. HEX triplet: E1, 44 and 47. RGB value is (225,68,71). Sum of RGB (Red+Green+Blue) = 225+68+71=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E14447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14447 is #1EBBB8. Grayscale: #737373. Windows color (decimal): -2014137 or 4670689. OLE color: 4670689.
HSL color Cylindrical-coordinate representation of color #E14447: hue angle of 358.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14447 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 71 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.12 |
| HSL | 358.85º | 0.72% | 0.57% | - |
| HSV(B) | 358.85º | 0.7% | 0.88% | - |
| XYZ | 34.26 | 20.6 | 8.13 | - |
| YUV | 115.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 71 | 0 | 0.70 | 0.68 | 0.12 | 358.85 | 0.72 | 0.57 |
| Hex | E1 | 44 | 47 | 0 | 46 | 44 | C | 167 | 48 | 39 |
| Octal | 341 | 104 | 107 | 0 | 106 | 104 | 14 | 547 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1000111 | 0 | 1000110 | 1000100 | 1100 | 101100111 | 1001000 | 111001 |
Color Harmonies of #E14447
Complementary color
Monochromatic Colors of #E14447
Black with #E14447
Text Example
Text Example
White with #E14447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14447; }
p { color: rgb(225,68,71); }
H1.HeaderClassName
{
color: #E14447;
}
.AnyTagClassName
{
color: #E14447;
}
</style>
background-color css
<style>
a { background-color: #E14447; }
a { background-color: rgb(225,68,71); }
div.DivClassName
{
background-color: #E14447;
}
.BgClassName
{
background-color: #E14447;
}
</style>
border-color css
<style>
span { border-color: #E14447; }
span { border-color: rgb(225,68,71); }
td.TdClassName
{
border-color: #E14447;
}
.TagClassName
{
border-color: #E14447;
}
</style>