Shades of Amaranth #EF1C57
Tints of Amaranth #EF1C57
RGB
CMYK
RGB Variations
Color information
#EF1C57 (or 0xEF1C57) is known color: Amaranth. HEX triplet: EF, 1C and 57. RGB value is (239,28,87). Sum of RGB (Red+Green+Blue) = 239+28+87=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1C57 is #10E3A8. Grayscale: #616161. Windows color (decimal): -1106857 or 5709039. OLE color: 5709039.
HSL color Cylindrical-coordinate representation of color #EF1C57: hue angle of 343.22º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1C57 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 87 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.06 |
| HSL | 343.22º | 0.87% | 0.52% | - |
| HSV(B) | 343.22º | 0.88% | 0.94% | - |
| XYZ | 37.73 | 19.87 | 10.86 | - |
| YUV | 97.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 87 | 0 | 0.88 | 0.64 | 0.06 | 343.22 | 0.87 | 0.52 |
| Hex | EF | 1C | 57 | 0 | 58 | 40 | 6 | 157 | 57 | 34 |
| Octal | 357 | 34 | 127 | 0 | 130 | 100 | 6 | 527 | 127 | 64 |
| Binary | 11101111 | 11100 | 1010111 | 0 | 1011000 | 1000000 | 110 | 101010111 | 1010111 | 110100 |
Color Harmonies of #EF1C57
Complementary color
Monochromatic Colors of #EF1C57
Black with #EF1C57
Text Example
Text Example
White with #EF1C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C57; }
p { color: rgb(239,28,87); }
H1.HeaderClassName
{
color: #EF1C57;
}
.AnyTagClassName
{
color: #EF1C57;
}
</style>
background-color css
<style>
a { background-color: #EF1C57; }
a { background-color: rgb(239,28,87); }
div.DivClassName
{
background-color: #EF1C57;
}
.BgClassName
{
background-color: #EF1C57;
}
</style>
border-color css
<style>
span { border-color: #EF1C57; }
span { border-color: rgb(239,28,87); }
td.TdClassName
{
border-color: #EF1C57;
}
.TagClassName
{
border-color: #EF1C57;
}
</style>