Shades of Amaranth #E01E50
Tints of Amaranth #E01E50
RGB
CMYK
RGB Variations
Color information
#E01E50 (or 0xE01E50) is known color: Amaranth. HEX triplet: E0, 1E and 50. RGB value is (224,30,80). Sum of RGB (Red+Green+Blue) = 224+30+80=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E50 is #1FE1AF. Grayscale: #5D5D5D. Windows color (decimal): -2089392 or 5250784. OLE color: 5250784.
HSL color Cylindrical-coordinate representation of color #E01E50: hue angle of 344.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01E50 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 80 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.12 |
| HSL | 344.54º | 0.76% | 0.5% | - |
| HSV(B) | 344.54º | 0.87% | 0.88% | - |
| XYZ | 32.65 | 17.36 | 9.22 | - |
| YUV | 93.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 80 | 0 | 0.87 | 0.64 | 0.12 | 344.54 | 0.76 | 0.5 |
| Hex | E0 | 1E | 50 | 0 | 57 | 40 | C | 159 | 4C | 32 |
| Octal | 340 | 36 | 120 | 0 | 127 | 100 | 14 | 531 | 114 | 62 |
| Binary | 11100000 | 11110 | 1010000 | 0 | 1010111 | 1000000 | 1100 | 101011001 | 1001100 | 110010 |
Color Harmonies of #E01E50
Complementary color
Monochromatic Colors of #E01E50
Black with #E01E50
Text Example
Text Example
White with #E01E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E50; }
p { color: rgb(224,30,80); }
H1.HeaderClassName
{
color: #E01E50;
}
.AnyTagClassName
{
color: #E01E50;
}
</style>
background-color css
<style>
a { background-color: #E01E50; }
a { background-color: rgb(224,30,80); }
div.DivClassName
{
background-color: #E01E50;
}
.BgClassName
{
background-color: #E01E50;
}
</style>
border-color css
<style>
span { border-color: #E01E50; }
span { border-color: rgb(224,30,80); }
td.TdClassName
{
border-color: #E01E50;
}
.TagClassName
{
border-color: #E01E50;
}
</style>