Shades of Amaranth #EF294F
Tints of Amaranth #EF294F
RGB
CMYK
RGB Variations
Color information
#EF294F (or 0xEF294F) is known color: Amaranth. HEX triplet: EF, 29 and 4F. RGB value is (239,41,79). Sum of RGB (Red+Green+Blue) = 239+41+79=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF294F is #10D6B0. Grayscale: #686868. Windows color (decimal): -1103537 or 5188079. OLE color: 5188079.
HSL color Cylindrical-coordinate representation of color #EF294F: hue angle of 348.48º 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 #EF294F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 79 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.06 |
| HSL | 348.48º | 0.86% | 0.55% | - |
| HSV(B) | 348.48º | 0.83% | 0.94% | - |
| XYZ | 37.8 | 20.5 | 9.36 | - |
| YUV | 104.53 | 113.6 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 79 | 0 | 0.83 | 0.67 | 0.06 | 348.48 | 0.86 | 0.55 |
| Hex | EF | 29 | 4F | 0 | 53 | 43 | 6 | 15C | 56 | 37 |
| Octal | 357 | 51 | 117 | 0 | 123 | 103 | 6 | 534 | 126 | 67 |
| Binary | 11101111 | 101001 | 1001111 | 0 | 1010011 | 1000011 | 110 | 101011100 | 1010110 | 110111 |
Color Harmonies of #EF294F
Complementary color
Monochromatic Colors of #EF294F
Black with #EF294F
Text Example
Text Example
White with #EF294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF294F; }
p { color: rgb(239,41,79); }
H1.HeaderClassName
{
color: #EF294F;
}
.AnyTagClassName
{
color: #EF294F;
}
</style>
background-color css
<style>
a { background-color: #EF294F; }
a { background-color: rgb(239,41,79); }
div.DivClassName
{
background-color: #EF294F;
}
.BgClassName
{
background-color: #EF294F;
}
</style>
border-color css
<style>
span { border-color: #EF294F; }
span { border-color: rgb(239,41,79); }
td.TdClassName
{
border-color: #EF294F;
}
.TagClassName
{
border-color: #EF294F;
}
</style>