Shades of Amaranth #E02154
Tints of Amaranth #E02154
RGB
CMYK
RGB Variations
Color information
#E02154 (or 0xE02154) is known color: Amaranth. HEX triplet: E0, 21 and 54. RGB value is (224,33,84). Sum of RGB (Red+Green+Blue) = 224+33+84=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E02154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02154 is #1FDEAB. Grayscale: #5F5F5F. Windows color (decimal): -2088620 or 5513696. OLE color: 5513696.
HSL color Cylindrical-coordinate representation of color #E02154: hue angle of 343.98º 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 #E02154 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 84 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.12 |
| HSL | 343.98º | 0.75% | 0.5% | - |
| HSV(B) | 343.98º | 0.85% | 0.88% | - |
| XYZ | 32.88 | 17.58 | 10.05 | - |
| YUV | 95.92 | 121.28 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 84 | 0 | 0.85 | 0.62 | 0.12 | 343.98 | 0.75 | 0.5 |
| Hex | E0 | 21 | 54 | 0 | 55 | 3E | C | 158 | 4B | 32 |
| Octal | 340 | 41 | 124 | 0 | 125 | 76 | 14 | 530 | 113 | 62 |
| Binary | 11100000 | 100001 | 1010100 | 0 | 1010101 | 111110 | 1100 | 101011000 | 1001011 | 110010 |
Color Harmonies of #E02154
Complementary color
Monochromatic Colors of #E02154
Black with #E02154
Text Example
Text Example
White with #E02154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02154; }
p { color: rgb(224,33,84); }
H1.HeaderClassName
{
color: #E02154;
}
.AnyTagClassName
{
color: #E02154;
}
</style>
background-color css
<style>
a { background-color: #E02154; }
a { background-color: rgb(224,33,84); }
div.DivClassName
{
background-color: #E02154;
}
.BgClassName
{
background-color: #E02154;
}
</style>
border-color css
<style>
span { border-color: #E02154; }
span { border-color: rgb(224,33,84); }
td.TdClassName
{
border-color: #E02154;
}
.TagClassName
{
border-color: #E02154;
}
</style>