Shades of Amaranth #E8194D
Tints of Amaranth #E8194D
RGB
CMYK
RGB Variations
Color information
#E8194D (or 0xE8194D) is known color: Amaranth. HEX triplet: E8, 19 and 4D. RGB value is (232,25,77). Sum of RGB (Red+Green+Blue) = 232+25+77=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E8194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8194D is #17E6B2. Grayscale: #5C5C5C. Windows color (decimal): -1566387 or 5052904. OLE color: 5052904.
HSL color Cylindrical-coordinate representation of color #E8194D: hue angle of 344.93º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8194D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.09 |
| HSL | 344.93º | 0.82% | 0.5% | - |
| HSV(B) | 344.93º | 0.89% | 0.91% | - |
| XYZ | 34.97 | 18.39 | 8.73 | - |
| YUV | 92.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 77 | 0 | 0.89 | 0.67 | 0.09 | 344.93 | 0.82 | 0.5 |
| Hex | E8 | 19 | 4D | 0 | 59 | 43 | 9 | 159 | 52 | 32 |
| Octal | 350 | 31 | 115 | 0 | 131 | 103 | 11 | 531 | 122 | 62 |
| Binary | 11101000 | 11001 | 1001101 | 0 | 1011001 | 1000011 | 1001 | 101011001 | 1010010 | 110010 |
Color Harmonies of #E8194D
Complementary color
Monochromatic Colors of #E8194D
Black with #E8194D
Text Example
Text Example
White with #E8194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8194D; }
p { color: rgb(232,25,77); }
H1.HeaderClassName
{
color: #E8194D;
}
.AnyTagClassName
{
color: #E8194D;
}
</style>
background-color css
<style>
a { background-color: #E8194D; }
a { background-color: rgb(232,25,77); }
div.DivClassName
{
background-color: #E8194D;
}
.BgClassName
{
background-color: #E8194D;
}
</style>
border-color css
<style>
span { border-color: #E8194D; }
span { border-color: rgb(232,25,77); }
td.TdClassName
{
border-color: #E8194D;
}
.TagClassName
{
border-color: #E8194D;
}
</style>