Shades of Amaranth #E02155
Tints of Amaranth #E02155
RGB
CMYK
RGB Variations
Color information
#E02155 (or 0xE02155) is known color: Amaranth. HEX triplet: E0, 21 and 55. RGB value is (224,33,85). Sum of RGB (Red+Green+Blue) = 224+33+85=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E02155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02155 is #1FDEAA. Grayscale: #606060. Windows color (decimal): -2088619 or 5579232. OLE color: 5579232.
HSL color Cylindrical-coordinate representation of color #E02155: hue angle of 343.66º 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 #E02155 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 85 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.12 |
| HSL | 343.66º | 0.75% | 0.5% | - |
| HSV(B) | 343.66º | 0.85% | 0.88% | - |
| XYZ | 32.92 | 17.59 | 10.25 | - |
| YUV | 96.04 | 121.78 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 85 | 0 | 0.85 | 0.62 | 0.12 | 343.66 | 0.75 | 0.5 |
| Hex | E0 | 21 | 55 | 0 | 55 | 3E | C | 158 | 4B | 32 |
| Octal | 340 | 41 | 125 | 0 | 125 | 76 | 14 | 530 | 113 | 62 |
| Binary | 11100000 | 100001 | 1010101 | 0 | 1010101 | 111110 | 1100 | 101011000 | 1001011 | 110010 |
Color Harmonies of #E02155
Complementary color
Monochromatic Colors of #E02155
Black with #E02155
Text Example
Text Example
White with #E02155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02155; }
p { color: rgb(224,33,85); }
H1.HeaderClassName
{
color: #E02155;
}
.AnyTagClassName
{
color: #E02155;
}
</style>
background-color css
<style>
a { background-color: #E02155; }
a { background-color: rgb(224,33,85); }
div.DivClassName
{
background-color: #E02155;
}
.BgClassName
{
background-color: #E02155;
}
</style>
border-color css
<style>
span { border-color: #E02155; }
span { border-color: rgb(224,33,85); }
td.TdClassName
{
border-color: #E02155;
}
.TagClassName
{
border-color: #E02155;
}
</style>