Shades of Amaranth #E0304C
Tints of Amaranth #E0304C
RGB
CMYK
RGB Variations
Color information
#E0304C (or 0xE0304C) is known color: Amaranth. HEX triplet: E0, 30 and 4C. RGB value is (224,48,76). Sum of RGB (Red+Green+Blue) = 224+48+76=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E0304C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0304C is #1FCFB3. Grayscale: #676767. Windows color (decimal): -2084788 or 4993248. OLE color: 4993248.
HSL color Cylindrical-coordinate representation of color #E0304C: hue angle of 350.45º 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 #E0304C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 76 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.12 |
| HSL | 350.45º | 0.74% | 0.53% | - |
| HSV(B) | 350.45º | 0.79% | 0.88% | - |
| XYZ | 33.1 | 18.48 | 8.66 | - |
| YUV | 103.82 | 112.31 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 76 | 0 | 0.79 | 0.66 | 0.12 | 350.45 | 0.74 | 0.53 |
| Hex | E0 | 30 | 4C | 0 | 4F | 42 | C | 15E | 4A | 35 |
| Octal | 340 | 60 | 114 | 0 | 117 | 102 | 14 | 536 | 112 | 65 |
| Binary | 11100000 | 110000 | 1001100 | 0 | 1001111 | 1000010 | 1100 | 101011110 | 1001010 | 110101 |
Color Harmonies of #E0304C
Complementary color
Monochromatic Colors of #E0304C
Black with #E0304C
Text Example
Text Example
White with #E0304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0304C; }
p { color: rgb(224,48,76); }
H1.HeaderClassName
{
color: #E0304C;
}
.AnyTagClassName
{
color: #E0304C;
}
</style>
background-color css
<style>
a { background-color: #E0304C; }
a { background-color: rgb(224,48,76); }
div.DivClassName
{
background-color: #E0304C;
}
.BgClassName
{
background-color: #E0304C;
}
</style>
border-color css
<style>
span { border-color: #E0304C; }
span { border-color: rgb(224,48,76); }
td.TdClassName
{
border-color: #E0304C;
}
.TagClassName
{
border-color: #E0304C;
}
</style>