Shades of Amaranth #E9194C
Tints of Amaranth #E9194C
RGB
CMYK
RGB Variations
Color information
#E9194C (or 0xE9194C) is known color: Amaranth. HEX triplet: E9, 19 and 4C. RGB value is (233,25,76). Sum of RGB (Red+Green+Blue) = 233+25+76=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E9194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9194C is #16E6B3. Grayscale: #5D5D5D. Windows color (decimal): -1500852 or 4987369. OLE color: 4987369.
HSL color Cylindrical-coordinate representation of color #E9194C: hue angle of 345.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9194C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 76 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.09 |
| HSL | 345.29º | 0.83% | 0.51% | - |
| HSV(B) | 345.29º | 0.89% | 0.91% | - |
| XYZ | 35.26 | 18.54 | 8.56 | - |
| YUV | 93.01 | 118.41 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 76 | 0 | 0.89 | 0.67 | 0.09 | 345.29 | 0.83 | 0.51 |
| Hex | E9 | 19 | 4C | 0 | 59 | 43 | 9 | 159 | 53 | 33 |
| Octal | 351 | 31 | 114 | 0 | 131 | 103 | 11 | 531 | 123 | 63 |
| Binary | 11101001 | 11001 | 1001100 | 0 | 1011001 | 1000011 | 1001 | 101011001 | 1010011 | 110011 |
Color Harmonies of #E9194C
Complementary color
Monochromatic Colors of #E9194C
Black with #E9194C
Text Example
Text Example
White with #E9194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9194C; }
p { color: rgb(233,25,76); }
H1.HeaderClassName
{
color: #E9194C;
}
.AnyTagClassName
{
color: #E9194C;
}
</style>
background-color css
<style>
a { background-color: #E9194C; }
a { background-color: rgb(233,25,76); }
div.DivClassName
{
background-color: #E9194C;
}
.BgClassName
{
background-color: #E9194C;
}
</style>
border-color css
<style>
span { border-color: #E9194C; }
span { border-color: rgb(233,25,76); }
td.TdClassName
{
border-color: #E9194C;
}
.TagClassName
{
border-color: #E9194C;
}
</style>