Shades of Amaranth #EF194A
Tints of Amaranth #EF194A
RGB
CMYK
RGB Variations
Color information
#EF194A (or 0xEF194A) is known color: Amaranth. HEX triplet: EF, 19 and 4A. RGB value is (239,25,74). Sum of RGB (Red+Green+Blue) = 239+25+74=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF194A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF194A is #10E6B5. Grayscale: #5E5E5E. Windows color (decimal): -1107638 or 4856303. OLE color: 4856303.
HSL color Cylindrical-coordinate representation of color #EF194A: hue angle of 346.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF194A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 74 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.06 |
| HSL | 346.26º | 0.87% | 0.52% | - |
| HSV(B) | 346.26º | 0.9% | 0.94% | - |
| XYZ | 37.18 | 19.54 | 8.29 | - |
| YUV | 94.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 74 | 0 | 0.90 | 0.69 | 0.06 | 346.26 | 0.87 | 0.52 |
| Hex | EF | 19 | 4A | 0 | 5A | 45 | 6 | 15A | 57 | 34 |
| Octal | 357 | 31 | 112 | 0 | 132 | 105 | 6 | 532 | 127 | 64 |
| Binary | 11101111 | 11001 | 1001010 | 0 | 1011010 | 1000101 | 110 | 101011010 | 1010111 | 110100 |
Color Harmonies of #EF194A
Complementary color
Monochromatic Colors of #EF194A
Black with #EF194A
Text Example
Text Example
White with #EF194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF194A; }
p { color: rgb(239,25,74); }
H1.HeaderClassName
{
color: #EF194A;
}
.AnyTagClassName
{
color: #EF194A;
}
</style>
background-color css
<style>
a { background-color: #EF194A; }
a { background-color: rgb(239,25,74); }
div.DivClassName
{
background-color: #EF194A;
}
.BgClassName
{
background-color: #EF194A;
}
</style>
border-color css
<style>
span { border-color: #EF194A; }
span { border-color: rgb(239,25,74); }
td.TdClassName
{
border-color: #EF194A;
}
.TagClassName
{
border-color: #EF194A;
}
</style>