Shades of Amaranth #E8204C
Tints of Amaranth #E8204C
RGB
CMYK
RGB Variations
Color information
#E8204C (or 0xE8204C) is known color: Amaranth. HEX triplet: E8, 20 and 4C. RGB value is (232,32,76). Sum of RGB (Red+Green+Blue) = 232+32+76=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8204C is #17DFB3. Grayscale: #606060. Windows color (decimal): -1564596 or 4989160. OLE color: 4989160.
HSL color Cylindrical-coordinate representation of color #E8204C: hue angle of 346.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8204C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 76 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.09 |
| HSL | 346.8º | 0.81% | 0.52% | - |
| HSV(B) | 346.8º | 0.86% | 0.91% | - |
| XYZ | 35.1 | 18.71 | 8.6 | - |
| YUV | 96.82 | 116.26 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 76 | 0 | 0.86 | 0.67 | 0.09 | 346.8 | 0.81 | 0.52 |
| Hex | E8 | 20 | 4C | 0 | 56 | 43 | 9 | 15B | 51 | 34 |
| Octal | 350 | 40 | 114 | 0 | 126 | 103 | 11 | 533 | 121 | 64 |
| Binary | 11101000 | 100000 | 1001100 | 0 | 1010110 | 1000011 | 1001 | 101011011 | 1010001 | 110100 |
Color Harmonies of #E8204C
Complementary color
Monochromatic Colors of #E8204C
Black with #E8204C
Text Example
Text Example
White with #E8204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8204C; }
p { color: rgb(232,32,76); }
H1.HeaderClassName
{
color: #E8204C;
}
.AnyTagClassName
{
color: #E8204C;
}
</style>
background-color css
<style>
a { background-color: #E8204C; }
a { background-color: rgb(232,32,76); }
div.DivClassName
{
background-color: #E8204C;
}
.BgClassName
{
background-color: #E8204C;
}
</style>
border-color css
<style>
span { border-color: #E8204C; }
span { border-color: rgb(232,32,76); }
td.TdClassName
{
border-color: #E8204C;
}
.TagClassName
{
border-color: #E8204C;
}
</style>