Shades of Amaranth #EF174D
Tints of Amaranth #EF174D
RGB
CMYK
RGB Variations
Color information
#EF174D (or 0xEF174D) is known color: Amaranth. HEX triplet: EF, 17 and 4D. RGB value is (239,23,77). Sum of RGB (Red+Green+Blue) = 239+23+77=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF174D is #10E8B2. Grayscale: #5D5D5D. Windows color (decimal): -1108147 or 5052399. OLE color: 5052399.
HSL color Cylindrical-coordinate representation of color #EF174D: hue angle of 345º 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 #EF174D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 77 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.06 |
| HSL | 345º | 0.87% | 0.51% | - |
| HSV(B) | 345º | 0.9% | 0.94% | - |
| XYZ | 37.24 | 19.5 | 8.82 | - |
| YUV | 93.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 77 | 0 | 0.90 | 0.68 | 0.06 | 345 | 0.87 | 0.51 |
| Hex | EF | 17 | 4D | 0 | 5A | 44 | 6 | 159 | 57 | 33 |
| Octal | 357 | 27 | 115 | 0 | 132 | 104 | 6 | 531 | 127 | 63 |
| Binary | 11101111 | 10111 | 1001101 | 0 | 1011010 | 1000100 | 110 | 101011001 | 1010111 | 110011 |
Color Harmonies of #EF174D
Complementary color
Monochromatic Colors of #EF174D
Black with #EF174D
Text Example
Text Example
White with #EF174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF174D; }
p { color: rgb(239,23,77); }
H1.HeaderClassName
{
color: #EF174D;
}
.AnyTagClassName
{
color: #EF174D;
}
</style>
background-color css
<style>
a { background-color: #EF174D; }
a { background-color: rgb(239,23,77); }
div.DivClassName
{
background-color: #EF174D;
}
.BgClassName
{
background-color: #EF174D;
}
</style>
border-color css
<style>
span { border-color: #EF174D; }
span { border-color: rgb(239,23,77); }
td.TdClassName
{
border-color: #EF174D;
}
.TagClassName
{
border-color: #EF174D;
}
</style>