Shades of Amaranth #EF3459
Tints of Amaranth #EF3459
RGB
CMYK
RGB Variations
Color information
#EF3459 (or 0xEF3459) is known color: Amaranth. HEX triplet: EF, 34 and 59. RGB value is (239,52,89). Sum of RGB (Red+Green+Blue) = 239+52+89=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3459 is #10CBA6. Grayscale: #707070. Windows color (decimal): -1100711 or 5846255. OLE color: 5846255.
HSL color Cylindrical-coordinate representation of color #EF3459: hue angle of 348.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3459 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 89 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.06 |
| HSL | 348.13º | 0.85% | 0.57% | - |
| HSV(B) | 348.13º | 0.78% | 0.94% | - |
| XYZ | 38.63 | 21.53 | 11.57 | - |
| YUV | 112.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 89 | 0 | 0.78 | 0.63 | 0.06 | 348.13 | 0.85 | 0.57 |
| Hex | EF | 34 | 59 | 0 | 4E | 3F | 6 | 15C | 55 | 39 |
| Octal | 357 | 64 | 131 | 0 | 116 | 77 | 6 | 534 | 125 | 71 |
| Binary | 11101111 | 110100 | 1011001 | 0 | 1001110 | 111111 | 110 | 101011100 | 1010101 | 111001 |
Color Harmonies of #EF3459
Complementary color
Monochromatic Colors of #EF3459
Black with #EF3459
Text Example
Text Example
White with #EF3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3459; }
p { color: rgb(239,52,89); }
H1.HeaderClassName
{
color: #EF3459;
}
.AnyTagClassName
{
color: #EF3459;
}
</style>
background-color css
<style>
a { background-color: #EF3459; }
a { background-color: rgb(239,52,89); }
div.DivClassName
{
background-color: #EF3459;
}
.BgClassName
{
background-color: #EF3459;
}
</style>
border-color css
<style>
span { border-color: #EF3459; }
span { border-color: rgb(239,52,89); }
td.TdClassName
{
border-color: #EF3459;
}
.TagClassName
{
border-color: #EF3459;
}
</style>