Shades of Amaranth #EF174F
Tints of Amaranth #EF174F
RGB
CMYK
RGB Variations
Color information
#EF174F (or 0xEF174F) is known color: Amaranth. HEX triplet: EF, 17 and 4F. RGB value is (239,23,79). Sum of RGB (Red+Green+Blue) = 239+23+79=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF174F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF174F is #10E8B0. Grayscale: #5D5D5D. Windows color (decimal): -1108145 or 5183471. OLE color: 5183471.
HSL color Cylindrical-coordinate representation of color #EF174F: hue angle of 344.44º 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 #EF174F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.06 |
| HSL | 344.44º | 0.87% | 0.51% | - |
| HSV(B) | 344.44º | 0.9% | 0.94% | - |
| XYZ | 37.31 | 19.53 | 9.2 | - |
| YUV | 93.97 | 119.56 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 79 | 0 | 0.90 | 0.67 | 0.06 | 344.44 | 0.87 | 0.51 |
| Hex | EF | 17 | 4F | 0 | 5A | 43 | 6 | 158 | 57 | 33 |
| Octal | 357 | 27 | 117 | 0 | 132 | 103 | 6 | 530 | 127 | 63 |
| Binary | 11101111 | 10111 | 1001111 | 0 | 1011010 | 1000011 | 110 | 101011000 | 1010111 | 110011 |
Color Harmonies of #EF174F
Complementary color
Monochromatic Colors of #EF174F
Black with #EF174F
Text Example
Text Example
White with #EF174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF174F; }
p { color: rgb(239,23,79); }
H1.HeaderClassName
{
color: #EF174F;
}
.AnyTagClassName
{
color: #EF174F;
}
</style>
background-color css
<style>
a { background-color: #EF174F; }
a { background-color: rgb(239,23,79); }
div.DivClassName
{
background-color: #EF174F;
}
.BgClassName
{
background-color: #EF174F;
}
</style>
border-color css
<style>
span { border-color: #EF174F; }
span { border-color: rgb(239,23,79); }
td.TdClassName
{
border-color: #EF174F;
}
.TagClassName
{
border-color: #EF174F;
}
</style>