Shades of Amaranth #E03150
Tints of Amaranth #E03150
RGB
CMYK
RGB Variations
Color information
#E03150 (or 0xE03150) is known color: Amaranth. HEX triplet: E0, 31 and 50. RGB value is (224,49,80). Sum of RGB (Red+Green+Blue) = 224+49+80=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E03150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03150 is #1FCEAF. Grayscale: #686868. Windows color (decimal): -2084528 or 5255648. OLE color: 5255648.
HSL color Cylindrical-coordinate representation of color #E03150: hue angle of 349.37º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03150 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 80 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.12 |
| HSL | 349.37º | 0.74% | 0.54% | - |
| HSV(B) | 349.37º | 0.78% | 0.88% | - |
| XYZ | 33.29 | 18.62 | 9.43 | - |
| YUV | 104.86 | 113.98 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 80 | 0 | 0.78 | 0.64 | 0.12 | 349.37 | 0.74 | 0.54 |
| Hex | E0 | 31 | 50 | 0 | 4E | 40 | C | 15D | 4A | 36 |
| Octal | 340 | 61 | 120 | 0 | 116 | 100 | 14 | 535 | 112 | 66 |
| Binary | 11100000 | 110001 | 1010000 | 0 | 1001110 | 1000000 | 1100 | 101011101 | 1001010 | 110110 |
Color Harmonies of #E03150
Complementary color
Monochromatic Colors of #E03150
Black with #E03150
Text Example
Text Example
White with #E03150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03150; }
p { color: rgb(224,49,80); }
H1.HeaderClassName
{
color: #E03150;
}
.AnyTagClassName
{
color: #E03150;
}
</style>
background-color css
<style>
a { background-color: #E03150; }
a { background-color: rgb(224,49,80); }
div.DivClassName
{
background-color: #E03150;
}
.BgClassName
{
background-color: #E03150;
}
</style>
border-color css
<style>
span { border-color: #E03150; }
span { border-color: rgb(224,49,80); }
td.TdClassName
{
border-color: #E03150;
}
.TagClassName
{
border-color: #E03150;
}
</style>