Shades of Amaranth #E02150
Tints of Amaranth #E02150
RGB
CMYK
RGB Variations
Color information
#E02150 (or 0xE02150) is known color: Amaranth. HEX triplet: E0, 21 and 50. RGB value is (224,33,80). Sum of RGB (Red+Green+Blue) = 224+33+80=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E02150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02150 is #1FDEAF. Grayscale: #5F5F5F. Windows color (decimal): -2088624 or 5251552. OLE color: 5251552.
HSL color Cylindrical-coordinate representation of color #E02150: hue angle of 345.24º 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 #E02150 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 80 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.12 |
| HSL | 345.24º | 0.75% | 0.5% | - |
| HSV(B) | 345.24º | 0.85% | 0.88% | - |
| XYZ | 32.73 | 17.51 | 9.24 | - |
| YUV | 95.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 80 | 0 | 0.85 | 0.64 | 0.12 | 345.24 | 0.75 | 0.5 |
| Hex | E0 | 21 | 50 | 0 | 55 | 40 | C | 159 | 4B | 32 |
| Octal | 340 | 41 | 120 | 0 | 125 | 100 | 14 | 531 | 113 | 62 |
| Binary | 11100000 | 100001 | 1010000 | 0 | 1010101 | 1000000 | 1100 | 101011001 | 1001011 | 110010 |
Color Harmonies of #E02150
Complementary color
Monochromatic Colors of #E02150
Black with #E02150
Text Example
Text Example
White with #E02150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02150; }
p { color: rgb(224,33,80); }
H1.HeaderClassName
{
color: #E02150;
}
.AnyTagClassName
{
color: #E02150;
}
</style>
background-color css
<style>
a { background-color: #E02150; }
a { background-color: rgb(224,33,80); }
div.DivClassName
{
background-color: #E02150;
}
.BgClassName
{
background-color: #E02150;
}
</style>
border-color css
<style>
span { border-color: #E02150; }
span { border-color: rgb(224,33,80); }
td.TdClassName
{
border-color: #E02150;
}
.TagClassName
{
border-color: #E02150;
}
</style>