Shades of Amaranth #E9224E
Tints of Amaranth #E9224E
RGB
CMYK
RGB Variations
Color information
#E9224E (or 0xE9224E) is known color: Amaranth. HEX triplet: E9, 22 and 4E. RGB value is (233,34,78). Sum of RGB (Red+Green+Blue) = 233+34+78=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9224E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9224E is #16DDB1. Grayscale: #626262. Windows color (decimal): -1498546 or 5120745. OLE color: 5120745.
HSL color Cylindrical-coordinate representation of color #E9224E: hue angle of 346.73º 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 #E9224E is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 78 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.09 |
| HSL | 346.73º | 0.82% | 0.52% | - |
| HSV(B) | 346.73º | 0.85% | 0.91% | - |
| XYZ | 35.55 | 19.02 | 9 | - |
| YUV | 98.52 | 116.43 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 78 | 0 | 0.85 | 0.67 | 0.09 | 346.73 | 0.82 | 0.52 |
| Hex | E9 | 22 | 4E | 0 | 55 | 43 | 9 | 15B | 52 | 34 |
| Octal | 351 | 42 | 116 | 0 | 125 | 103 | 11 | 533 | 122 | 64 |
| Binary | 11101001 | 100010 | 1001110 | 0 | 1010101 | 1000011 | 1001 | 101011011 | 1010010 | 110100 |
Color Harmonies of #E9224E
Complementary color
Monochromatic Colors of #E9224E
Black with #E9224E
Text Example
Text Example
White with #E9224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9224E; }
p { color: rgb(233,34,78); }
H1.HeaderClassName
{
color: #E9224E;
}
.AnyTagClassName
{
color: #E9224E;
}
</style>
background-color css
<style>
a { background-color: #E9224E; }
a { background-color: rgb(233,34,78); }
div.DivClassName
{
background-color: #E9224E;
}
.BgClassName
{
background-color: #E9224E;
}
</style>
border-color css
<style>
span { border-color: #E9224E; }
span { border-color: rgb(233,34,78); }
td.TdClassName
{
border-color: #E9224E;
}
.TagClassName
{
border-color: #E9224E;
}
</style>