Shades of Amaranth #E02C4C
Tints of Amaranth #E02C4C
RGB
CMYK
RGB Variations
Color information
#E02C4C (or 0xE02C4C) is known color: Amaranth. HEX triplet: E0, 2C and 4C. RGB value is (224,44,76). Sum of RGB (Red+Green+Blue) = 224+44+76=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C4C is #1FD3B3. Grayscale: #656565. Windows color (decimal): -2085812 or 4992224. OLE color: 4992224.
HSL color Cylindrical-coordinate representation of color #E02C4C: hue angle of 349.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C4C is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 76 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.12 |
| HSL | 349.33º | 0.74% | 0.53% | - |
| HSV(B) | 349.33º | 0.8% | 0.88% | - |
| XYZ | 32.95 | 18.17 | 8.61 | - |
| YUV | 101.47 | 113.63 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 76 | 0 | 0.80 | 0.66 | 0.12 | 349.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | 4C | 0 | 50 | 42 | C | 15D | 4A | 35 |
| Octal | 340 | 54 | 114 | 0 | 120 | 102 | 14 | 535 | 112 | 65 |
| Binary | 11100000 | 101100 | 1001100 | 0 | 1010000 | 1000010 | 1100 | 101011101 | 1001010 | 110101 |
Color Harmonies of #E02C4C
Complementary color
Monochromatic Colors of #E02C4C
Black with #E02C4C
Text Example
Text Example
White with #E02C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02C4C; }
p { color: rgb(224,44,76); }
H1.HeaderClassName
{
color: #E02C4C;
}
.AnyTagClassName
{
color: #E02C4C;
}
</style>
background-color css
<style>
a { background-color: #E02C4C; }
a { background-color: rgb(224,44,76); }
div.DivClassName
{
background-color: #E02C4C;
}
.BgClassName
{
background-color: #E02C4C;
}
</style>
border-color css
<style>
span { border-color: #E02C4C; }
span { border-color: rgb(224,44,76); }
td.TdClassName
{
border-color: #E02C4C;
}
.TagClassName
{
border-color: #E02C4C;
}
</style>