Shades of Amaranth #E14054
Tints of Amaranth #E14054
RGB
CMYK
RGB Variations
Color information
#E14054 (or 0xE14054) is known color: Amaranth. HEX triplet: E1, 40 and 54. RGB value is (225,64,84). Sum of RGB (Red+Green+Blue) = 225+64+84=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E14054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14054 is #1EBFAB. Grayscale: #727272. Windows color (decimal): -2015148 or 5521633. OLE color: 5521633.
HSL color Cylindrical-coordinate representation of color #E14054: hue angle of 352.55º 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 #E14054 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 84 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.12 |
| HSL | 352.55º | 0.73% | 0.57% | - |
| HSV(B) | 352.55º | 0.72% | 0.88% | - |
| XYZ | 34.48 | 20.31 | 10.49 | - |
| YUV | 114.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 84 | 0 | 0.72 | 0.63 | 0.12 | 352.55 | 0.73 | 0.57 |
| Hex | E1 | 40 | 54 | 0 | 48 | 3F | C | 161 | 49 | 39 |
| Octal | 341 | 100 | 124 | 0 | 110 | 77 | 14 | 541 | 111 | 71 |
| Binary | 11100001 | 1000000 | 1010100 | 0 | 1001000 | 111111 | 1100 | 101100001 | 1001001 | 111001 |
Color Harmonies of #E14054
Complementary color
Monochromatic Colors of #E14054
Black with #E14054
Text Example
Text Example
White with #E14054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14054; }
p { color: rgb(225,64,84); }
H1.HeaderClassName
{
color: #E14054;
}
.AnyTagClassName
{
color: #E14054;
}
</style>
background-color css
<style>
a { background-color: #E14054; }
a { background-color: rgb(225,64,84); }
div.DivClassName
{
background-color: #E14054;
}
.BgClassName
{
background-color: #E14054;
}
</style>
border-color css
<style>
span { border-color: #E14054; }
span { border-color: rgb(225,64,84); }
td.TdClassName
{
border-color: #E14054;
}
.TagClassName
{
border-color: #E14054;
}
</style>