Shades of Amaranth #EF174A
Tints of Amaranth #EF174A
RGB
CMYK
RGB Variations
Color information
#EF174A (or 0xEF174A) is known color: Amaranth. HEX triplet: EF, 17 and 4A. RGB value is (239,23,74). Sum of RGB (Red+Green+Blue) = 239+23+74=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF174A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF174A is #10E8B5. Grayscale: #5D5D5D. Windows color (decimal): -1108150 or 4855791. OLE color: 4855791.
HSL color Cylindrical-coordinate representation of color #EF174A: hue angle of 345.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF174A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.06 |
| HSL | 345.83º | 0.87% | 0.51% | - |
| HSV(B) | 345.83º | 0.9% | 0.94% | - |
| XYZ | 37.14 | 19.46 | 8.28 | - |
| YUV | 93.4 | 117.06 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 74 | 0 | 0.90 | 0.69 | 0.06 | 345.83 | 0.87 | 0.51 |
| Hex | EF | 17 | 4A | 0 | 5A | 45 | 6 | 15A | 57 | 33 |
| Octal | 357 | 27 | 112 | 0 | 132 | 105 | 6 | 532 | 127 | 63 |
| Binary | 11101111 | 10111 | 1001010 | 0 | 1011010 | 1000101 | 110 | 101011010 | 1010111 | 110011 |
Color Harmonies of #EF174A
Complementary color
Monochromatic Colors of #EF174A
Black with #EF174A
Text Example
Text Example
White with #EF174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF174A; }
p { color: rgb(239,23,74); }
H1.HeaderClassName
{
color: #EF174A;
}
.AnyTagClassName
{
color: #EF174A;
}
</style>
background-color css
<style>
a { background-color: #EF174A; }
a { background-color: rgb(239,23,74); }
div.DivClassName
{
background-color: #EF174A;
}
.BgClassName
{
background-color: #EF174A;
}
</style>
border-color css
<style>
span { border-color: #EF174A; }
span { border-color: rgb(239,23,74); }
td.TdClassName
{
border-color: #EF174A;
}
.TagClassName
{
border-color: #EF174A;
}
</style>