Shades of Amaranth #E9194D
Tints of Amaranth #E9194D
RGB
CMYK
RGB Variations
Color information
#E9194D (or 0xE9194D) is known color: Amaranth. HEX triplet: E9, 19 and 4D. RGB value is (233,25,77). Sum of RGB (Red+Green+Blue) = 233+25+77=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E9194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9194D is #16E6B2. Grayscale: #5D5D5D. Windows color (decimal): -1500851 or 5052905. OLE color: 5052905.
HSL color Cylindrical-coordinate representation of color #E9194D: hue angle of 345º 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 #E9194D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.09 |
| HSL | 345º | 0.83% | 0.51% | - |
| HSV(B) | 345º | 0.89% | 0.91% | - |
| XYZ | 35.29 | 18.55 | 8.74 | - |
| YUV | 93.12 | 118.91 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 77 | 0 | 0.89 | 0.67 | 0.09 | 345 | 0.83 | 0.51 |
| Hex | E9 | 19 | 4D | 0 | 59 | 43 | 9 | 159 | 53 | 33 |
| Octal | 351 | 31 | 115 | 0 | 131 | 103 | 11 | 531 | 123 | 63 |
| Binary | 11101001 | 11001 | 1001101 | 0 | 1011001 | 1000011 | 1001 | 101011001 | 1010011 | 110011 |
Color Harmonies of #E9194D
Complementary color
Monochromatic Colors of #E9194D
Black with #E9194D
Text Example
Text Example
White with #E9194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9194D; }
p { color: rgb(233,25,77); }
H1.HeaderClassName
{
color: #E9194D;
}
.AnyTagClassName
{
color: #E9194D;
}
</style>
background-color css
<style>
a { background-color: #E9194D; }
a { background-color: rgb(233,25,77); }
div.DivClassName
{
background-color: #E9194D;
}
.BgClassName
{
background-color: #E9194D;
}
</style>
border-color css
<style>
span { border-color: #E9194D; }
span { border-color: rgb(233,25,77); }
td.TdClassName
{
border-color: #E9194D;
}
.TagClassName
{
border-color: #E9194D;
}
</style>