Shades of Amaranth #E8214C
Tints of Amaranth #E8214C
RGB
CMYK
RGB Variations
Color information
#E8214C (or 0xE8214C) is known color: Amaranth. HEX triplet: E8, 21 and 4C. RGB value is (232,33,76). Sum of RGB (Red+Green+Blue) = 232+33+76=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8214C is #17DEB3. Grayscale: #616161. Windows color (decimal): -1564340 or 4989416. OLE color: 4989416.
HSL color Cylindrical-coordinate representation of color #E8214C: hue angle of 347.04º 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 #E8214C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 76 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.09 |
| HSL | 347.04º | 0.81% | 0.52% | - |
| HSV(B) | 347.04º | 0.86% | 0.91% | - |
| XYZ | 35.13 | 18.77 | 8.61 | - |
| YUV | 97.4 | 115.93 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 76 | 0 | 0.86 | 0.67 | 0.09 | 347.04 | 0.81 | 0.52 |
| Hex | E8 | 21 | 4C | 0 | 56 | 43 | 9 | 15B | 51 | 34 |
| Octal | 350 | 41 | 114 | 0 | 126 | 103 | 11 | 533 | 121 | 64 |
| Binary | 11101000 | 100001 | 1001100 | 0 | 1010110 | 1000011 | 1001 | 101011011 | 1010001 | 110100 |
Color Harmonies of #E8214C
Complementary color
Monochromatic Colors of #E8214C
Black with #E8214C
Text Example
Text Example
White with #E8214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8214C; }
p { color: rgb(232,33,76); }
H1.HeaderClassName
{
color: #E8214C;
}
.AnyTagClassName
{
color: #E8214C;
}
</style>
background-color css
<style>
a { background-color: #E8214C; }
a { background-color: rgb(232,33,76); }
div.DivClassName
{
background-color: #E8214C;
}
.BgClassName
{
background-color: #E8214C;
}
</style>
border-color css
<style>
span { border-color: #E8214C; }
span { border-color: rgb(232,33,76); }
td.TdClassName
{
border-color: #E8214C;
}
.TagClassName
{
border-color: #E8214C;
}
</style>