Shades of Amaranth #E5194C
Tints of Amaranth #E5194C
RGB
CMYK
RGB Variations
Color information
#E5194C (or 0xE5194C) is known color: Amaranth. HEX triplet: E5, 19 and 4C. RGB value is (229,25,76). Sum of RGB (Red+Green+Blue) = 229+25+76=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E5194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5194C is #1AE6B3. Grayscale: #5B5B5B. Windows color (decimal): -1762996 or 4987365. OLE color: 4987365.
HSL color Cylindrical-coordinate representation of color #E5194C: hue angle of 345º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5194C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 76 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.10 |
| HSL | 345º | 0.8% | 0.5% | - |
| HSV(B) | 345º | 0.89% | 0.9% | - |
| XYZ | 33.97 | 17.88 | 8.5 | - |
| YUV | 91.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 76 | 0 | 0.89 | 0.67 | 0.10 | 345 | 0.8 | 0.5 |
| Hex | E5 | 19 | 4C | 0 | 59 | 43 | A | 159 | 50 | 32 |
| Octal | 345 | 31 | 114 | 0 | 131 | 103 | 12 | 531 | 120 | 62 |
| Binary | 11100101 | 11001 | 1001100 | 0 | 1011001 | 1000011 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E5194C
Complementary color
Monochromatic Colors of #E5194C
Black with #E5194C
Text Example
Text Example
White with #E5194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5194C; }
p { color: rgb(229,25,76); }
H1.HeaderClassName
{
color: #E5194C;
}
.AnyTagClassName
{
color: #E5194C;
}
</style>
background-color css
<style>
a { background-color: #E5194C; }
a { background-color: rgb(229,25,76); }
div.DivClassName
{
background-color: #E5194C;
}
.BgClassName
{
background-color: #E5194C;
}
</style>
border-color css
<style>
span { border-color: #E5194C; }
span { border-color: rgb(229,25,76); }
td.TdClassName
{
border-color: #E5194C;
}
.TagClassName
{
border-color: #E5194C;
}
</style>