Shades of Amaranth #E6194C
Tints of Amaranth #E6194C
RGB
CMYK
RGB Variations
Color information
#E6194C (or 0xE6194C) is known color: Amaranth. HEX triplet: E6, 19 and 4C. RGB value is (230,25,76). Sum of RGB (Red+Green+Blue) = 230+25+76=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E6194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6194C is #19E6B3. Grayscale: #5C5C5C. Windows color (decimal): -1697460 or 4987366. OLE color: 4987366.
HSL color Cylindrical-coordinate representation of color #E6194C: hue angle of 345.07º 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 #E6194C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 76 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.10 |
| HSL | 345.07º | 0.8% | 0.5% | - |
| HSV(B) | 345.07º | 0.89% | 0.9% | - |
| XYZ | 34.29 | 18.04 | 8.51 | - |
| YUV | 92.11 | 118.92 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 76 | 0 | 0.89 | 0.67 | 0.10 | 345.07 | 0.8 | 0.5 |
| Hex | E6 | 19 | 4C | 0 | 59 | 43 | A | 159 | 50 | 32 |
| Octal | 346 | 31 | 114 | 0 | 131 | 103 | 12 | 531 | 120 | 62 |
| Binary | 11100110 | 11001 | 1001100 | 0 | 1011001 | 1000011 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E6194C
Complementary color
Monochromatic Colors of #E6194C
Black with #E6194C
Text Example
Text Example
White with #E6194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6194C; }
p { color: rgb(230,25,76); }
H1.HeaderClassName
{
color: #E6194C;
}
.AnyTagClassName
{
color: #E6194C;
}
</style>
background-color css
<style>
a { background-color: #E6194C; }
a { background-color: rgb(230,25,76); }
div.DivClassName
{
background-color: #E6194C;
}
.BgClassName
{
background-color: #E6194C;
}
</style>
border-color css
<style>
span { border-color: #E6194C; }
span { border-color: rgb(230,25,76); }
td.TdClassName
{
border-color: #E6194C;
}
.TagClassName
{
border-color: #E6194C;
}
</style>