Shades of Amaranth #EF2959
Tints of Amaranth #EF2959
RGB
CMYK
RGB Variations
Color information
#EF2959 (or 0xEF2959) is known color: Amaranth. HEX triplet: EF, 29 and 59. RGB value is (239,41,89). Sum of RGB (Red+Green+Blue) = 239+41+89=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2959 is #10D6A6. Grayscale: #696969. Windows color (decimal): -1103527 or 5843439. OLE color: 5843439.
HSL color Cylindrical-coordinate representation of color #EF2959: hue angle of 345.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2959 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 89 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.06 |
| HSL | 345.45º | 0.86% | 0.55% | - |
| HSV(B) | 345.45º | 0.83% | 0.94% | - |
| XYZ | 38.19 | 20.66 | 11.43 | - |
| YUV | 105.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 89 | 0 | 0.83 | 0.63 | 0.06 | 345.45 | 0.86 | 0.55 |
| Hex | EF | 29 | 59 | 0 | 53 | 3F | 6 | 159 | 56 | 37 |
| Octal | 357 | 51 | 131 | 0 | 123 | 77 | 6 | 531 | 126 | 67 |
| Binary | 11101111 | 101001 | 1011001 | 0 | 1010011 | 111111 | 110 | 101011001 | 1010110 | 110111 |
Color Harmonies of #EF2959
Complementary color
Monochromatic Colors of #EF2959
Black with #EF2959
Text Example
Text Example
White with #EF2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2959; }
p { color: rgb(239,41,89); }
H1.HeaderClassName
{
color: #EF2959;
}
.AnyTagClassName
{
color: #EF2959;
}
</style>
background-color css
<style>
a { background-color: #EF2959; }
a { background-color: rgb(239,41,89); }
div.DivClassName
{
background-color: #EF2959;
}
.BgClassName
{
background-color: #EF2959;
}
</style>
border-color css
<style>
span { border-color: #EF2959; }
span { border-color: rgb(239,41,89); }
td.TdClassName
{
border-color: #EF2959;
}
.TagClassName
{
border-color: #EF2959;
}
</style>