Shades of Amaranth #E9224C
Tints of Amaranth #E9224C
RGB
CMYK
RGB Variations
Color information
#E9224C (or 0xE9224C) is known color: Amaranth. HEX triplet: E9, 22 and 4C. RGB value is (233,34,76). Sum of RGB (Red+Green+Blue) = 233+34+76=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9224C is #16DDB3. Grayscale: #626262. Windows color (decimal): -1498548 or 4989673. OLE color: 4989673.
HSL color Cylindrical-coordinate representation of color #E9224C: hue angle of 347.34º 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 #E9224C is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 76 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.09 |
| HSL | 347.34º | 0.82% | 0.52% | - |
| HSV(B) | 347.34º | 0.85% | 0.91% | - |
| XYZ | 35.48 | 18.99 | 8.63 | - |
| YUV | 98.29 | 115.43 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 76 | 0 | 0.85 | 0.67 | 0.09 | 347.34 | 0.82 | 0.52 |
| Hex | E9 | 22 | 4C | 0 | 55 | 43 | 9 | 15B | 52 | 34 |
| Octal | 351 | 42 | 114 | 0 | 125 | 103 | 11 | 533 | 122 | 64 |
| Binary | 11101001 | 100010 | 1001100 | 0 | 1010101 | 1000011 | 1001 | 101011011 | 1010010 | 110100 |
Color Harmonies of #E9224C
Complementary color
Monochromatic Colors of #E9224C
Black with #E9224C
Text Example
Text Example
White with #E9224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9224C; }
p { color: rgb(233,34,76); }
H1.HeaderClassName
{
color: #E9224C;
}
.AnyTagClassName
{
color: #E9224C;
}
</style>
background-color css
<style>
a { background-color: #E9224C; }
a { background-color: rgb(233,34,76); }
div.DivClassName
{
background-color: #E9224C;
}
.BgClassName
{
background-color: #E9224C;
}
</style>
border-color css
<style>
span { border-color: #E9224C; }
span { border-color: rgb(233,34,76); }
td.TdClassName
{
border-color: #E9224C;
}
.TagClassName
{
border-color: #E9224C;
}
</style>