Shades of Amaranth #E6194D
Tints of Amaranth #E6194D
RGB
CMYK
RGB Variations
Color information
#E6194D (or 0xE6194D) is known color: Amaranth. HEX triplet: E6, 19 and 4D. RGB value is (230,25,77). Sum of RGB (Red+Green+Blue) = 230+25+77=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E6194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6194D is #19E6B2. Grayscale: #5C5C5C. Windows color (decimal): -1697459 or 5052902. OLE color: 5052902.
HSL color Cylindrical-coordinate representation of color #E6194D: hue angle of 344.78º 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 #E6194D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 77 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.10 |
| HSL | 344.78º | 0.8% | 0.5% | - |
| HSV(B) | 344.78º | 0.89% | 0.9% | - |
| XYZ | 34.32 | 18.05 | 8.7 | - |
| YUV | 92.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 77 | 0 | 0.89 | 0.67 | 0.10 | 344.78 | 0.8 | 0.5 |
| Hex | E6 | 19 | 4D | 0 | 59 | 43 | A | 159 | 50 | 32 |
| Octal | 346 | 31 | 115 | 0 | 131 | 103 | 12 | 531 | 120 | 62 |
| Binary | 11100110 | 11001 | 1001101 | 0 | 1011001 | 1000011 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E6194D
Complementary color
Monochromatic Colors of #E6194D
Black with #E6194D
Text Example
Text Example
White with #E6194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6194D; }
p { color: rgb(230,25,77); }
H1.HeaderClassName
{
color: #E6194D;
}
.AnyTagClassName
{
color: #E6194D;
}
</style>
background-color css
<style>
a { background-color: #E6194D; }
a { background-color: rgb(230,25,77); }
div.DivClassName
{
background-color: #E6194D;
}
.BgClassName
{
background-color: #E6194D;
}
</style>
border-color css
<style>
span { border-color: #E6194D; }
span { border-color: rgb(230,25,77); }
td.TdClassName
{
border-color: #E6194D;
}
.TagClassName
{
border-color: #E6194D;
}
</style>