Shades of Amaranth #E0284C
Tints of Amaranth #E0284C
RGB
CMYK
RGB Variations
Color information
#E0284C (or 0xE0284C) is known color: Amaranth. HEX triplet: E0, 28 and 4C. RGB value is (224,40,76). Sum of RGB (Red+Green+Blue) = 224+40+76=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0284C is #1FD7B3. Grayscale: #636363. Windows color (decimal): -2086836 or 4991200. OLE color: 4991200.
HSL color Cylindrical-coordinate representation of color #E0284C: hue angle of 348.26º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0284C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 76 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.12 |
| HSL | 348.26º | 0.75% | 0.52% | - |
| HSV(B) | 348.26º | 0.82% | 0.88% | - |
| XYZ | 32.8 | 17.89 | 8.56 | - |
| YUV | 99.12 | 114.96 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 76 | 0 | 0.82 | 0.66 | 0.12 | 348.26 | 0.75 | 0.52 |
| Hex | E0 | 28 | 4C | 0 | 52 | 42 | C | 15C | 4B | 34 |
| Octal | 340 | 50 | 114 | 0 | 122 | 102 | 14 | 534 | 113 | 64 |
| Binary | 11100000 | 101000 | 1001100 | 0 | 1010010 | 1000010 | 1100 | 101011100 | 1001011 | 110100 |
Color Harmonies of #E0284C
Complementary color
Monochromatic Colors of #E0284C
Black with #E0284C
Text Example
Text Example
White with #E0284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0284C; }
p { color: rgb(224,40,76); }
H1.HeaderClassName
{
color: #E0284C;
}
.AnyTagClassName
{
color: #E0284C;
}
</style>
background-color css
<style>
a { background-color: #E0284C; }
a { background-color: rgb(224,40,76); }
div.DivClassName
{
background-color: #E0284C;
}
.BgClassName
{
background-color: #E0284C;
}
</style>
border-color css
<style>
span { border-color: #E0284C; }
span { border-color: rgb(224,40,76); }
td.TdClassName
{
border-color: #E0284C;
}
.TagClassName
{
border-color: #E0284C;
}
</style>