Shades of Amaranth #EF1E56
Tints of Amaranth #EF1E56
RGB
CMYK
RGB Variations
Color information
#EF1E56 (or 0xEF1E56) is known color: Amaranth. HEX triplet: EF, 1E and 56. RGB value is (239,30,86). Sum of RGB (Red+Green+Blue) = 239+30+86=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E56 is #10E1A9. Grayscale: #626262. Windows color (decimal): -1106346 or 5644015. OLE color: 5644015.
HSL color Cylindrical-coordinate representation of color #EF1E56: hue angle of 343.92º 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 #EF1E56 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 86 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.06 |
| HSL | 343.92º | 0.87% | 0.53% | - |
| HSV(B) | 343.92º | 0.87% | 0.94% | - |
| XYZ | 37.74 | 19.95 | 10.67 | - |
| YUV | 98.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 86 | 0 | 0.87 | 0.64 | 0.06 | 343.92 | 0.87 | 0.53 |
| Hex | EF | 1E | 56 | 0 | 57 | 40 | 6 | 158 | 57 | 35 |
| Octal | 357 | 36 | 126 | 0 | 127 | 100 | 6 | 530 | 127 | 65 |
| Binary | 11101111 | 11110 | 1010110 | 0 | 1010111 | 1000000 | 110 | 101011000 | 1010111 | 110101 |
Color Harmonies of #EF1E56
Complementary color
Monochromatic Colors of #EF1E56
Black with #EF1E56
Text Example
Text Example
White with #EF1E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E56; }
p { color: rgb(239,30,86); }
H1.HeaderClassName
{
color: #EF1E56;
}
.AnyTagClassName
{
color: #EF1E56;
}
</style>
background-color css
<style>
a { background-color: #EF1E56; }
a { background-color: rgb(239,30,86); }
div.DivClassName
{
background-color: #EF1E56;
}
.BgClassName
{
background-color: #EF1E56;
}
</style>
border-color css
<style>
span { border-color: #EF1E56; }
span { border-color: rgb(239,30,86); }
td.TdClassName
{
border-color: #EF1E56;
}
.TagClassName
{
border-color: #EF1E56;
}
</style>