Shades of Amaranth #EF2559
Tints of Amaranth #EF2559
RGB
CMYK
RGB Variations
Color information
#EF2559 (or 0xEF2559) is known color: Amaranth. HEX triplet: EF, 25 and 59. RGB value is (239,37,89). Sum of RGB (Red+Green+Blue) = 239+37+89=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2559 is #10DAA6. Grayscale: #676767. Windows color (decimal): -1104551 or 5842415. OLE color: 5842415.
HSL color Cylindrical-coordinate representation of color #EF2559: hue angle of 344.55º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2559 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 89 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.06 |
| HSL | 344.55º | 0.86% | 0.54% | - |
| HSV(B) | 344.55º | 0.85% | 0.94% | - |
| XYZ | 38.06 | 20.4 | 11.38 | - |
| YUV | 103.33 | 119.92 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 89 | 0 | 0.85 | 0.63 | 0.06 | 344.55 | 0.86 | 0.54 |
| Hex | EF | 25 | 59 | 0 | 55 | 3F | 6 | 159 | 56 | 36 |
| Octal | 357 | 45 | 131 | 0 | 125 | 77 | 6 | 531 | 126 | 66 |
| Binary | 11101111 | 100101 | 1011001 | 0 | 1010101 | 111111 | 110 | 101011001 | 1010110 | 110110 |
Color Harmonies of #EF2559
Complementary color
Monochromatic Colors of #EF2559
Black with #EF2559
Text Example
Text Example
White with #EF2559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2559; }
p { color: rgb(239,37,89); }
H1.HeaderClassName
{
color: #EF2559;
}
.AnyTagClassName
{
color: #EF2559;
}
</style>
background-color css
<style>
a { background-color: #EF2559; }
a { background-color: rgb(239,37,89); }
div.DivClassName
{
background-color: #EF2559;
}
.BgClassName
{
background-color: #EF2559;
}
</style>
border-color css
<style>
span { border-color: #EF2559; }
span { border-color: rgb(239,37,89); }
td.TdClassName
{
border-color: #EF2559;
}
.TagClassName
{
border-color: #EF2559;
}
</style>