Shades of Amaranth #EF1F56
Tints of Amaranth #EF1F56
RGB
CMYK
RGB Variations
Color information
#EF1F56 (or 0xEF1F56) is known color: Amaranth. HEX triplet: EF, 1F and 56. RGB value is (239,31,86). Sum of RGB (Red+Green+Blue) = 239+31+86=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F56 is #10E0A9. Grayscale: #636363. Windows color (decimal): -1106090 or 5644271. OLE color: 5644271.
HSL color Cylindrical-coordinate representation of color #EF1F56: hue angle of 344.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F56 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 86 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.06 |
| HSL | 344.13º | 0.87% | 0.53% | - |
| HSV(B) | 344.13º | 0.87% | 0.94% | - |
| XYZ | 37.77 | 20 | 10.67 | - |
| YUV | 99.46 | 120.41 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 86 | 0 | 0.87 | 0.64 | 0.06 | 344.13 | 0.87 | 0.53 |
| Hex | EF | 1F | 56 | 0 | 57 | 40 | 6 | 158 | 57 | 35 |
| Octal | 357 | 37 | 126 | 0 | 127 | 100 | 6 | 530 | 127 | 65 |
| Binary | 11101111 | 11111 | 1010110 | 0 | 1010111 | 1000000 | 110 | 101011000 | 1010111 | 110101 |
Color Harmonies of #EF1F56
Complementary color
Monochromatic Colors of #EF1F56
Black with #EF1F56
Text Example
Text Example
White with #EF1F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F56; }
p { color: rgb(239,31,86); }
H1.HeaderClassName
{
color: #EF1F56;
}
.AnyTagClassName
{
color: #EF1F56;
}
</style>
background-color css
<style>
a { background-color: #EF1F56; }
a { background-color: rgb(239,31,86); }
div.DivClassName
{
background-color: #EF1F56;
}
.BgClassName
{
background-color: #EF1F56;
}
</style>
border-color css
<style>
span { border-color: #EF1F56; }
span { border-color: rgb(239,31,86); }
td.TdClassName
{
border-color: #EF1F56;
}
.TagClassName
{
border-color: #EF1F56;
}
</style>