Shades of Amaranth #EF2659
Tints of Amaranth #EF2659
RGB
CMYK
RGB Variations
Color information
#EF2659 (or 0xEF2659) is known color: Amaranth. HEX triplet: EF, 26 and 59. RGB value is (239,38,89). Sum of RGB (Red+Green+Blue) = 239+38+89=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2659 is #10D9A6. Grayscale: #676767. Windows color (decimal): -1104295 or 5842671. OLE color: 5842671.
HSL color Cylindrical-coordinate representation of color #EF2659: hue angle of 344.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2659 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 89 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.06 |
| HSL | 344.78º | 0.86% | 0.54% | - |
| HSV(B) | 344.78º | 0.84% | 0.94% | - |
| XYZ | 38.09 | 20.46 | 11.39 | - |
| YUV | 103.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 89 | 0 | 0.84 | 0.63 | 0.06 | 344.78 | 0.86 | 0.54 |
| Hex | EF | 26 | 59 | 0 | 54 | 3F | 6 | 159 | 56 | 36 |
| Octal | 357 | 46 | 131 | 0 | 124 | 77 | 6 | 531 | 126 | 66 |
| Binary | 11101111 | 100110 | 1011001 | 0 | 1010100 | 111111 | 110 | 101011001 | 1010110 | 110110 |
Color Harmonies of #EF2659
Complementary color
Monochromatic Colors of #EF2659
Black with #EF2659
Text Example
Text Example
White with #EF2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2659; }
p { color: rgb(239,38,89); }
H1.HeaderClassName
{
color: #EF2659;
}
.AnyTagClassName
{
color: #EF2659;
}
</style>
background-color css
<style>
a { background-color: #EF2659; }
a { background-color: rgb(239,38,89); }
div.DivClassName
{
background-color: #EF2659;
}
.BgClassName
{
background-color: #EF2659;
}
</style>
border-color css
<style>
span { border-color: #EF2659; }
span { border-color: rgb(239,38,89); }
td.TdClassName
{
border-color: #EF2659;
}
.TagClassName
{
border-color: #EF2659;
}
</style>