Shades of Amaranth #EF3359
Tints of Amaranth #EF3359
RGB
CMYK
RGB Variations
Color information
#EF3359 (or 0xEF3359) is known color: Amaranth. HEX triplet: EF, 33 and 59. RGB value is (239,51,89). Sum of RGB (Red+Green+Blue) = 239+51+89=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3359 is #10CCA6. Grayscale: #6F6F6F. Windows color (decimal): -1100967 or 5845999. OLE color: 5845999.
HSL color Cylindrical-coordinate representation of color #EF3359: hue angle of 347.87º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3359 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 51 | 89 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.06 |
| HSL | 347.87º | 0.85% | 0.57% | - |
| HSV(B) | 347.87º | 0.79% | 0.94% | - |
| XYZ | 38.58 | 21.44 | 11.56 | - |
| YUV | 111.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 51 | 89 | 0 | 0.79 | 0.63 | 0.06 | 347.87 | 0.85 | 0.57 |
| Hex | EF | 33 | 59 | 0 | 4F | 3F | 6 | 15C | 55 | 39 |
| Octal | 357 | 63 | 131 | 0 | 117 | 77 | 6 | 534 | 125 | 71 |
| Binary | 11101111 | 110011 | 1011001 | 0 | 1001111 | 111111 | 110 | 101011100 | 1010101 | 111001 |
Color Harmonies of #EF3359
Complementary color
Monochromatic Colors of #EF3359
Black with #EF3359
Text Example
Text Example
White with #EF3359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3359; }
p { color: rgb(239,51,89); }
H1.HeaderClassName
{
color: #EF3359;
}
.AnyTagClassName
{
color: #EF3359;
}
</style>
background-color css
<style>
a { background-color: #EF3359; }
a { background-color: rgb(239,51,89); }
div.DivClassName
{
background-color: #EF3359;
}
.BgClassName
{
background-color: #EF3359;
}
</style>
border-color css
<style>
span { border-color: #EF3359; }
span { border-color: rgb(239,51,89); }
td.TdClassName
{
border-color: #EF3359;
}
.TagClassName
{
border-color: #EF3359;
}
</style>