Shades of Amaranth #E02159
Tints of Amaranth #E02159
RGB
CMYK
RGB Variations
Color information
#E02159 (or 0xE02159) is known color: Amaranth. HEX triplet: E0, 21 and 59. RGB value is (224,33,89). Sum of RGB (Red+Green+Blue) = 224+33+89=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E02159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02159 is #1FDEA6. Grayscale: #606060. Windows color (decimal): -2088615 or 5841376. OLE color: 5841376.
HSL color Cylindrical-coordinate representation of color #E02159: hue angle of 342.41º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02159 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 89 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.12 |
| HSL | 342.41º | 0.75% | 0.5% | - |
| HSV(B) | 342.41º | 0.85% | 0.88% | - |
| XYZ | 33.09 | 17.66 | 11.12 | - |
| YUV | 96.49 | 123.78 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 89 | 0 | 0.85 | 0.60 | 0.12 | 342.41 | 0.75 | 0.5 |
| Hex | E0 | 21 | 59 | 0 | 55 | 3C | C | 156 | 4B | 32 |
| Octal | 340 | 41 | 131 | 0 | 125 | 74 | 14 | 526 | 113 | 62 |
| Binary | 11100000 | 100001 | 1011001 | 0 | 1010101 | 111100 | 1100 | 101010110 | 1001011 | 110010 |
Color Harmonies of #E02159
Complementary color
Monochromatic Colors of #E02159
Black with #E02159
Text Example
Text Example
White with #E02159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02159; }
p { color: rgb(224,33,89); }
H1.HeaderClassName
{
color: #E02159;
}
.AnyTagClassName
{
color: #E02159;
}
</style>
background-color css
<style>
a { background-color: #E02159; }
a { background-color: rgb(224,33,89); }
div.DivClassName
{
background-color: #E02159;
}
.BgClassName
{
background-color: #E02159;
}
</style>
border-color css
<style>
span { border-color: #E02159; }
span { border-color: rgb(224,33,89); }
td.TdClassName
{
border-color: #E02159;
}
.TagClassName
{
border-color: #E02159;
}
</style>