Shades of Amaranth #E9224D
Tints of Amaranth #E9224D
RGB
CMYK
RGB Variations
Color information
#E9224D (or 0xE9224D) is known color: Amaranth. HEX triplet: E9, 22 and 4D. RGB value is (233,34,77). Sum of RGB (Red+Green+Blue) = 233+34+77=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9224D is #16DDB2. Grayscale: #626262. Windows color (decimal): -1498547 or 5055209. OLE color: 5055209.
HSL color Cylindrical-coordinate representation of color #E9224D: hue angle of 347.04º degrees, saturation: 0.82, 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 #E9224D is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 77 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.09 |
| HSL | 347.04º | 0.82% | 0.52% | - |
| HSV(B) | 347.04º | 0.85% | 0.91% | - |
| XYZ | 35.52 | 19 | 8.82 | - |
| YUV | 98.4 | 115.93 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 77 | 0 | 0.85 | 0.67 | 0.09 | 347.04 | 0.82 | 0.52 |
| Hex | E9 | 22 | 4D | 0 | 55 | 43 | 9 | 15B | 52 | 34 |
| Octal | 351 | 42 | 115 | 0 | 125 | 103 | 11 | 533 | 122 | 64 |
| Binary | 11101001 | 100010 | 1001101 | 0 | 1010101 | 1000011 | 1001 | 101011011 | 1010010 | 110100 |
Color Harmonies of #E9224D
Complementary color
Monochromatic Colors of #E9224D
Black with #E9224D
Text Example
Text Example
White with #E9224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9224D; }
p { color: rgb(233,34,77); }
H1.HeaderClassName
{
color: #E9224D;
}
.AnyTagClassName
{
color: #E9224D;
}
</style>
background-color css
<style>
a { background-color: #E9224D; }
a { background-color: rgb(233,34,77); }
div.DivClassName
{
background-color: #E9224D;
}
.BgClassName
{
background-color: #E9224D;
}
</style>
border-color css
<style>
span { border-color: #E9224D; }
span { border-color: rgb(233,34,77); }
td.TdClassName
{
border-color: #E9224D;
}
.TagClassName
{
border-color: #E9224D;
}
</style>