Shades of Amaranth #E04050
Tints of Amaranth #E04050
RGB
CMYK
RGB Variations
Color information
#E04050 (or 0xE04050) is known color: Amaranth. HEX triplet: E0, 40 and 50. RGB value is (224,64,80). Sum of RGB (Red+Green+Blue) = 224+64+80=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E04050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04050 is #1FBFAF. Grayscale: #717171. Windows color (decimal): -2080688 or 5259488. OLE color: 5259488.
HSL color Cylindrical-coordinate representation of color #E04050: hue angle of 354º 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 #E04050 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 80 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.12 |
| HSL | 354º | 0.72% | 0.56% | - |
| HSV(B) | 354º | 0.71% | 0.88% | - |
| XYZ | 34.02 | 20.09 | 9.67 | - |
| YUV | 113.66 | 109.01 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 80 | 0 | 0.71 | 0.64 | 0.12 | 354 | 0.72 | 0.56 |
| Hex | E0 | 40 | 50 | 0 | 47 | 40 | C | 162 | 48 | 38 |
| Octal | 340 | 100 | 120 | 0 | 107 | 100 | 14 | 542 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1010000 | 0 | 1000111 | 1000000 | 1100 | 101100010 | 1001000 | 111000 |
Color Harmonies of #E04050
Complementary color
Monochromatic Colors of #E04050
Black with #E04050
Text Example
Text Example
White with #E04050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04050; }
p { color: rgb(224,64,80); }
H1.HeaderClassName
{
color: #E04050;
}
.AnyTagClassName
{
color: #E04050;
}
</style>
background-color css
<style>
a { background-color: #E04050; }
a { background-color: rgb(224,64,80); }
div.DivClassName
{
background-color: #E04050;
}
.BgClassName
{
background-color: #E04050;
}
</style>
border-color css
<style>
span { border-color: #E04050; }
span { border-color: rgb(224,64,80); }
td.TdClassName
{
border-color: #E04050;
}
.TagClassName
{
border-color: #E04050;
}
</style>