Shades of Amaranth #E6194F
Tints of Amaranth #E6194F
RGB
CMYK
RGB Variations
Color information
#E6194F (or 0xE6194F) is known color: Amaranth. HEX triplet: E6, 19 and 4F. RGB value is (230,25,79). Sum of RGB (Red+Green+Blue) = 230+25+79=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E6194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6194F is #19E6B0. Grayscale: #5C5C5C. Windows color (decimal): -1697457 or 5183974. OLE color: 5183974.
HSL color Cylindrical-coordinate representation of color #E6194F: hue angle of 344.2º 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 #E6194F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 79 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.10 |
| HSL | 344.2º | 0.8% | 0.5% | - |
| HSV(B) | 344.2º | 0.89% | 0.9% | - |
| XYZ | 34.39 | 18.08 | 9.07 | - |
| YUV | 92.45 | 120.42 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 79 | 0 | 0.89 | 0.66 | 0.10 | 344.2 | 0.8 | 0.5 |
| Hex | E6 | 19 | 4F | 0 | 59 | 42 | A | 158 | 50 | 32 |
| Octal | 346 | 31 | 117 | 0 | 131 | 102 | 12 | 530 | 120 | 62 |
| Binary | 11100110 | 11001 | 1001111 | 0 | 1011001 | 1000010 | 1010 | 101011000 | 1010000 | 110010 |
Color Harmonies of #E6194F
Complementary color
Monochromatic Colors of #E6194F
Black with #E6194F
Text Example
Text Example
White with #E6194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6194F; }
p { color: rgb(230,25,79); }
H1.HeaderClassName
{
color: #E6194F;
}
.AnyTagClassName
{
color: #E6194F;
}
</style>
background-color css
<style>
a { background-color: #E6194F; }
a { background-color: rgb(230,25,79); }
div.DivClassName
{
background-color: #E6194F;
}
.BgClassName
{
background-color: #E6194F;
}
</style>
border-color css
<style>
span { border-color: #E6194F; }
span { border-color: rgb(230,25,79); }
td.TdClassName
{
border-color: #E6194F;
}
.TagClassName
{
border-color: #E6194F;
}
</style>