Shades of Amaranth #EF2858
Tints of Amaranth #EF2858
RGB
CMYK
RGB Variations
Color information
#EF2858 (or 0xEF2858) is known color: Amaranth. HEX triplet: EF, 28 and 58. RGB value is (239,40,88). Sum of RGB (Red+Green+Blue) = 239+40+88=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2858 is #10D7A7. Grayscale: #686868. Windows color (decimal): -1103784 or 5777647. OLE color: 5777647.
HSL color Cylindrical-coordinate representation of color #EF2858: hue angle of 345.53º 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 #EF2858 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 88 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.06 |
| HSL | 345.53º | 0.86% | 0.55% | - |
| HSV(B) | 345.53º | 0.83% | 0.94% | - |
| XYZ | 38.12 | 20.57 | 11.19 | - |
| YUV | 104.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 88 | 0 | 0.83 | 0.63 | 0.06 | 345.53 | 0.86 | 0.55 |
| Hex | EF | 28 | 58 | 0 | 53 | 3F | 6 | 15A | 56 | 37 |
| Octal | 357 | 50 | 130 | 0 | 123 | 77 | 6 | 532 | 126 | 67 |
| Binary | 11101111 | 101000 | 1011000 | 0 | 1010011 | 111111 | 110 | 101011010 | 1010110 | 110111 |
Color Harmonies of #EF2858
Complementary color
Monochromatic Colors of #EF2858
Black with #EF2858
Text Example
Text Example
White with #EF2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2858; }
p { color: rgb(239,40,88); }
H1.HeaderClassName
{
color: #EF2858;
}
.AnyTagClassName
{
color: #EF2858;
}
</style>
background-color css
<style>
a { background-color: #EF2858; }
a { background-color: rgb(239,40,88); }
div.DivClassName
{
background-color: #EF2858;
}
.BgClassName
{
background-color: #EF2858;
}
</style>
border-color css
<style>
span { border-color: #EF2858; }
span { border-color: rgb(239,40,88); }
td.TdClassName
{
border-color: #EF2858;
}
.TagClassName
{
border-color: #EF2858;
}
</style>