Shades of Amaranth #E5194F
Tints of Amaranth #E5194F
RGB
CMYK
RGB Variations
Color information
#E5194F (or 0xE5194F) is known color: Amaranth. HEX triplet: E5, 19 and 4F. RGB value is (229,25,79). Sum of RGB (Red+Green+Blue) = 229+25+79=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E5194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5194F is #1AE6B0. Grayscale: #5C5C5C. Windows color (decimal): -1762993 or 5183973. OLE color: 5183973.
HSL color Cylindrical-coordinate representation of color #E5194F: hue angle of 344.12º 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 #E5194F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 79 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.10 |
| HSL | 344.12º | 0.8% | 0.5% | - |
| HSV(B) | 344.12º | 0.89% | 0.9% | - |
| XYZ | 34.07 | 17.92 | 9.06 | - |
| YUV | 92.15 | 120.59 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 79 | 0 | 0.89 | 0.66 | 0.10 | 344.12 | 0.8 | 0.5 |
| Hex | E5 | 19 | 4F | 0 | 59 | 42 | A | 158 | 50 | 32 |
| Octal | 345 | 31 | 117 | 0 | 131 | 102 | 12 | 530 | 120 | 62 |
| Binary | 11100101 | 11001 | 1001111 | 0 | 1011001 | 1000010 | 1010 | 101011000 | 1010000 | 110010 |
Color Harmonies of #E5194F
Complementary color
Monochromatic Colors of #E5194F
Black with #E5194F
Text Example
Text Example
White with #E5194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5194F; }
p { color: rgb(229,25,79); }
H1.HeaderClassName
{
color: #E5194F;
}
.AnyTagClassName
{
color: #E5194F;
}
</style>
background-color css
<style>
a { background-color: #E5194F; }
a { background-color: rgb(229,25,79); }
div.DivClassName
{
background-color: #E5194F;
}
.BgClassName
{
background-color: #E5194F;
}
</style>
border-color css
<style>
span { border-color: #E5194F; }
span { border-color: rgb(229,25,79); }
td.TdClassName
{
border-color: #E5194F;
}
.TagClassName
{
border-color: #E5194F;
}
</style>