Shades of Amaranth #EF194D
Tints of Amaranth #EF194D
RGB
CMYK
RGB Variations
Color information
#EF194D (or 0xEF194D) is known color: Amaranth. HEX triplet: EF, 19 and 4D. RGB value is (239,25,77). Sum of RGB (Red+Green+Blue) = 239+25+77=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF194D is #10E6B2. Grayscale: #5E5E5E. Windows color (decimal): -1107635 or 5052911. OLE color: 5052911.
HSL color Cylindrical-coordinate representation of color #EF194D: hue angle of 345.42º 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 #EF194D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 77 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.06 |
| HSL | 345.42º | 0.87% | 0.52% | - |
| HSV(B) | 345.42º | 0.9% | 0.94% | - |
| XYZ | 37.28 | 19.58 | 8.84 | - |
| YUV | 94.91 | 117.9 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 77 | 0 | 0.90 | 0.68 | 0.06 | 345.42 | 0.87 | 0.52 |
| Hex | EF | 19 | 4D | 0 | 5A | 44 | 6 | 159 | 57 | 34 |
| Octal | 357 | 31 | 115 | 0 | 132 | 104 | 6 | 531 | 127 | 64 |
| Binary | 11101111 | 11001 | 1001101 | 0 | 1011010 | 1000100 | 110 | 101011001 | 1010111 | 110100 |
Color Harmonies of #EF194D
Complementary color
Monochromatic Colors of #EF194D
Black with #EF194D
Text Example
Text Example
White with #EF194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF194D; }
p { color: rgb(239,25,77); }
H1.HeaderClassName
{
color: #EF194D;
}
.AnyTagClassName
{
color: #EF194D;
}
</style>
background-color css
<style>
a { background-color: #EF194D; }
a { background-color: rgb(239,25,77); }
div.DivClassName
{
background-color: #EF194D;
}
.BgClassName
{
background-color: #EF194D;
}
</style>
border-color css
<style>
span { border-color: #EF194D; }
span { border-color: rgb(239,25,77); }
td.TdClassName
{
border-color: #EF194D;
}
.TagClassName
{
border-color: #EF194D;
}
</style>