Shades of Amaranth #EF194C
Tints of Amaranth #EF194C
RGB
CMYK
RGB Variations
Color information
#EF194C (or 0xEF194C) is known color: Amaranth. HEX triplet: EF, 19 and 4C. RGB value is (239,25,76). Sum of RGB (Red+Green+Blue) = 239+25+76=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF194C is #10E6B3. Grayscale: #5E5E5E. Windows color (decimal): -1107636 or 4987375. OLE color: 4987375.
HSL color Cylindrical-coordinate representation of color #EF194C: hue angle of 345.7º 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 #EF194C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 76 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.06 |
| HSL | 345.7º | 0.87% | 0.52% | - |
| HSV(B) | 345.7º | 0.9% | 0.94% | - |
| XYZ | 37.25 | 19.57 | 8.65 | - |
| YUV | 94.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 76 | 0 | 0.90 | 0.68 | 0.06 | 345.7 | 0.87 | 0.52 |
| Hex | EF | 19 | 4C | 0 | 5A | 44 | 6 | 15A | 57 | 34 |
| Octal | 357 | 31 | 114 | 0 | 132 | 104 | 6 | 532 | 127 | 64 |
| Binary | 11101111 | 11001 | 1001100 | 0 | 1011010 | 1000100 | 110 | 101011010 | 1010111 | 110100 |
Color Harmonies of #EF194C
Complementary color
Monochromatic Colors of #EF194C
Black with #EF194C
Text Example
Text Example
White with #EF194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF194C; }
p { color: rgb(239,25,76); }
H1.HeaderClassName
{
color: #EF194C;
}
.AnyTagClassName
{
color: #EF194C;
}
</style>
background-color css
<style>
a { background-color: #EF194C; }
a { background-color: rgb(239,25,76); }
div.DivClassName
{
background-color: #EF194C;
}
.BgClassName
{
background-color: #EF194C;
}
</style>
border-color css
<style>
span { border-color: #EF194C; }
span { border-color: rgb(239,25,76); }
td.TdClassName
{
border-color: #EF194C;
}
.TagClassName
{
border-color: #EF194C;
}
</style>