Shades of Amaranth #E04056
Tints of Amaranth #E04056
RGB
CMYK
RGB Variations
Color information
#E04056 (or 0xE04056) is known color: Amaranth. HEX triplet: E0, 40 and 56. RGB value is (224,64,86). Sum of RGB (Red+Green+Blue) = 224+64+86=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E04056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04056 is #1FBFA9. Grayscale: #727272. Windows color (decimal): -2080682 or 5652704. OLE color: 5652704.
HSL color Cylindrical-coordinate representation of color #E04056: hue angle of 351.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04056 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 86 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.12 |
| HSL | 351.75º | 0.72% | 0.56% | - |
| HSV(B) | 351.75º | 0.71% | 0.88% | - |
| XYZ | 34.25 | 20.19 | 10.9 | - |
| YUV | 114.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 86 | 0 | 0.71 | 0.62 | 0.12 | 351.75 | 0.72 | 0.56 |
| Hex | E0 | 40 | 56 | 0 | 47 | 3E | C | 160 | 48 | 38 |
| Octal | 340 | 100 | 126 | 0 | 107 | 76 | 14 | 540 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1010110 | 0 | 1000111 | 111110 | 1100 | 101100000 | 1001000 | 111000 |
Color Harmonies of #E04056
Complementary color
Monochromatic Colors of #E04056
Black with #E04056
Text Example
Text Example
White with #E04056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04056; }
p { color: rgb(224,64,86); }
H1.HeaderClassName
{
color: #E04056;
}
.AnyTagClassName
{
color: #E04056;
}
</style>
background-color css
<style>
a { background-color: #E04056; }
a { background-color: rgb(224,64,86); }
div.DivClassName
{
background-color: #E04056;
}
.BgClassName
{
background-color: #E04056;
}
</style>
border-color css
<style>
span { border-color: #E04056; }
span { border-color: rgb(224,64,86); }
td.TdClassName
{
border-color: #E04056;
}
.TagClassName
{
border-color: #E04056;
}
</style>