Shades of Amaranth #E02050
Tints of Amaranth #E02050
RGB
CMYK
RGB Variations
Color information
#E02050 (or 0xE02050) is known color: Amaranth. HEX triplet: E0, 20 and 50. RGB value is (224,32,80). Sum of RGB (Red+Green+Blue) = 224+32+80=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E02050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02050 is #1FDFAF. Grayscale: #5E5E5E. Windows color (decimal): -2088880 or 5251296. OLE color: 5251296.
HSL color Cylindrical-coordinate representation of color #E02050: hue angle of 345º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02050 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 80 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.12 |
| HSL | 345º | 0.76% | 0.5% | - |
| HSV(B) | 345º | 0.86% | 0.88% | - |
| XYZ | 32.7 | 17.46 | 9.24 | - |
| YUV | 94.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 80 | 0 | 0.86 | 0.64 | 0.12 | 345 | 0.76 | 0.5 |
| Hex | E0 | 20 | 50 | 0 | 56 | 40 | C | 159 | 4C | 32 |
| Octal | 340 | 40 | 120 | 0 | 126 | 100 | 14 | 531 | 114 | 62 |
| Binary | 11100000 | 100000 | 1010000 | 0 | 1010110 | 1000000 | 1100 | 101011001 | 1001100 | 110010 |
Color Harmonies of #E02050
Complementary color
Monochromatic Colors of #E02050
Black with #E02050
Text Example
Text Example
White with #E02050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02050; }
p { color: rgb(224,32,80); }
H1.HeaderClassName
{
color: #E02050;
}
.AnyTagClassName
{
color: #E02050;
}
</style>
background-color css
<style>
a { background-color: #E02050; }
a { background-color: rgb(224,32,80); }
div.DivClassName
{
background-color: #E02050;
}
.BgClassName
{
background-color: #E02050;
}
</style>
border-color css
<style>
span { border-color: #E02050; }
span { border-color: rgb(224,32,80); }
td.TdClassName
{
border-color: #E02050;
}
.TagClassName
{
border-color: #E02050;
}
</style>