Shades of Amaranth #EF1E57
Tints of Amaranth #EF1E57
RGB
CMYK
RGB Variations
Color information
#EF1E57 (or 0xEF1E57) is known color: Amaranth. HEX triplet: EF, 1E and 57. RGB value is (239,30,87). Sum of RGB (Red+Green+Blue) = 239+30+87=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E57 is #10E1A8. Grayscale: #626262. Windows color (decimal): -1106345 or 5709551. OLE color: 5709551.
HSL color Cylindrical-coordinate representation of color #EF1E57: hue angle of 343.64º 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 #EF1E57 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 87 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.06 |
| HSL | 343.64º | 0.87% | 0.53% | - |
| HSV(B) | 343.64º | 0.87% | 0.94% | - |
| XYZ | 37.78 | 19.97 | 10.88 | - |
| YUV | 98.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 87 | 0 | 0.87 | 0.64 | 0.06 | 343.64 | 0.87 | 0.53 |
| Hex | EF | 1E | 57 | 0 | 57 | 40 | 6 | 158 | 57 | 35 |
| Octal | 357 | 36 | 127 | 0 | 127 | 100 | 6 | 530 | 127 | 65 |
| Binary | 11101111 | 11110 | 1010111 | 0 | 1010111 | 1000000 | 110 | 101011000 | 1010111 | 110101 |
Color Harmonies of #EF1E57
Complementary color
Monochromatic Colors of #EF1E57
Black with #EF1E57
Text Example
Text Example
White with #EF1E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E57; }
p { color: rgb(239,30,87); }
H1.HeaderClassName
{
color: #EF1E57;
}
.AnyTagClassName
{
color: #EF1E57;
}
</style>
background-color css
<style>
a { background-color: #EF1E57; }
a { background-color: rgb(239,30,87); }
div.DivClassName
{
background-color: #EF1E57;
}
.BgClassName
{
background-color: #EF1E57;
}
</style>
border-color css
<style>
span { border-color: #EF1E57; }
span { border-color: rgb(239,30,87); }
td.TdClassName
{
border-color: #EF1E57;
}
.TagClassName
{
border-color: #EF1E57;
}
</style>