Shades of Amaranth #E8224D
Tints of Amaranth #E8224D
RGB
CMYK
RGB Variations
Color information
#E8224D (or 0xE8224D) is known color: Amaranth. HEX triplet: E8, 22 and 4D. RGB value is (232,34,77). Sum of RGB (Red+Green+Blue) = 232+34+77=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8224D is #17DDB2. Grayscale: #626262. Windows color (decimal): -1564083 or 5055208. OLE color: 5055208.
HSL color Cylindrical-coordinate representation of color #E8224D: hue angle of 346.97º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8224D is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 77 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.09 |
| HSL | 346.97º | 0.81% | 0.52% | - |
| HSV(B) | 346.97º | 0.85% | 0.91% | - |
| XYZ | 35.19 | 18.84 | 8.8 | - |
| YUV | 98.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 77 | 0 | 0.85 | 0.67 | 0.09 | 346.97 | 0.81 | 0.52 |
| Hex | E8 | 22 | 4D | 0 | 55 | 43 | 9 | 15B | 51 | 34 |
| Octal | 350 | 42 | 115 | 0 | 125 | 103 | 11 | 533 | 121 | 64 |
| Binary | 11101000 | 100010 | 1001101 | 0 | 1010101 | 1000011 | 1001 | 101011011 | 1010001 | 110100 |
Color Harmonies of #E8224D
Complementary color
Monochromatic Colors of #E8224D
Black with #E8224D
Text Example
Text Example
White with #E8224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8224D; }
p { color: rgb(232,34,77); }
H1.HeaderClassName
{
color: #E8224D;
}
.AnyTagClassName
{
color: #E8224D;
}
</style>
background-color css
<style>
a { background-color: #E8224D; }
a { background-color: rgb(232,34,77); }
div.DivClassName
{
background-color: #E8224D;
}
.BgClassName
{
background-color: #E8224D;
}
</style>
border-color css
<style>
span { border-color: #E8224D; }
span { border-color: rgb(232,34,77); }
td.TdClassName
{
border-color: #E8224D;
}
.TagClassName
{
border-color: #E8224D;
}
</style>