Shades of Amaranth #EF3559
Tints of Amaranth #EF3559
RGB
CMYK
RGB Variations
Color information
#EF3559 (or 0xEF3559) is known color: Amaranth. HEX triplet: EF, 35 and 59. RGB value is (239,53,89). Sum of RGB (Red+Green+Blue) = 239+53+89=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3559 is #10CAA6. Grayscale: #707070. Windows color (decimal): -1100455 or 5846511. OLE color: 5846511.
HSL color Cylindrical-coordinate representation of color #EF3559: hue angle of 348.39º 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 #EF3559 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 89 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.06 |
| HSL | 348.39º | 0.85% | 0.57% | - |
| HSV(B) | 348.39º | 0.78% | 0.94% | - |
| XYZ | 38.67 | 21.62 | 11.59 | - |
| YUV | 112.72 | 114.62 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 89 | 0 | 0.78 | 0.63 | 0.06 | 348.39 | 0.85 | 0.57 |
| Hex | EF | 35 | 59 | 0 | 4E | 3F | 6 | 15C | 55 | 39 |
| Octal | 357 | 65 | 131 | 0 | 116 | 77 | 6 | 534 | 125 | 71 |
| Binary | 11101111 | 110101 | 1011001 | 0 | 1001110 | 111111 | 110 | 101011100 | 1010101 | 111001 |
Color Harmonies of #EF3559
Complementary color
Monochromatic Colors of #EF3559
Black with #EF3559
Text Example
Text Example
White with #EF3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3559; }
p { color: rgb(239,53,89); }
H1.HeaderClassName
{
color: #EF3559;
}
.AnyTagClassName
{
color: #EF3559;
}
</style>
background-color css
<style>
a { background-color: #EF3559; }
a { background-color: rgb(239,53,89); }
div.DivClassName
{
background-color: #EF3559;
}
.BgClassName
{
background-color: #EF3559;
}
</style>
border-color css
<style>
span { border-color: #EF3559; }
span { border-color: rgb(239,53,89); }
td.TdClassName
{
border-color: #EF3559;
}
.TagClassName
{
border-color: #EF3559;
}
</style>