Shades of Amaranth #E03050
Tints of Amaranth #E03050
RGB
CMYK
RGB Variations
Color information
#E03050 (or 0xE03050) is known color: Amaranth. HEX triplet: E0, 30 and 50. RGB value is (224,48,80). Sum of RGB (Red+Green+Blue) = 224+48+80=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E03050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03050 is #1FCFAF. Grayscale: #686868. Windows color (decimal): -2084784 or 5255392. OLE color: 5255392.
HSL color Cylindrical-coordinate representation of color #E03050: hue angle of 349.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03050 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 80 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.12 |
| HSL | 349.09º | 0.74% | 0.53% | - |
| HSV(B) | 349.09º | 0.79% | 0.88% | - |
| XYZ | 33.25 | 18.54 | 9.42 | - |
| YUV | 104.27 | 114.31 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 80 | 0 | 0.79 | 0.64 | 0.12 | 349.09 | 0.74 | 0.53 |
| Hex | E0 | 30 | 50 | 0 | 4F | 40 | C | 15D | 4A | 35 |
| Octal | 340 | 60 | 120 | 0 | 117 | 100 | 14 | 535 | 112 | 65 |
| Binary | 11100000 | 110000 | 1010000 | 0 | 1001111 | 1000000 | 1100 | 101011101 | 1001010 | 110101 |
Color Harmonies of #E03050
Complementary color
Monochromatic Colors of #E03050
Black with #E03050
Text Example
Text Example
White with #E03050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03050; }
p { color: rgb(224,48,80); }
H1.HeaderClassName
{
color: #E03050;
}
.AnyTagClassName
{
color: #E03050;
}
</style>
background-color css
<style>
a { background-color: #E03050; }
a { background-color: rgb(224,48,80); }
div.DivClassName
{
background-color: #E03050;
}
.BgClassName
{
background-color: #E03050;
}
</style>
border-color css
<style>
span { border-color: #E03050; }
span { border-color: rgb(224,48,80); }
td.TdClassName
{
border-color: #E03050;
}
.TagClassName
{
border-color: #E03050;
}
</style>