Shades of Amaranth #EF314C
Tints of Amaranth #EF314C
RGB
CMYK
RGB Variations
Color information
#EF314C (or 0xEF314C) is known color: Amaranth. HEX triplet: EF, 31 and 4C. RGB value is (239,49,76). Sum of RGB (Red+Green+Blue) = 239+49+76=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF314C is #10CEB3. Grayscale: #6C6C6C. Windows color (decimal): -1101492 or 4993519. OLE color: 4993519.
HSL color Cylindrical-coordinate representation of color #EF314C: hue angle of 351.47º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF314C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 76 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.06 |
| HSL | 351.47º | 0.86% | 0.56% | - |
| HSV(B) | 351.47º | 0.79% | 0.94% | - |
| XYZ | 38 | 21.07 | 8.9 | - |
| YUV | 108.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 76 | 0 | 0.79 | 0.68 | 0.06 | 351.47 | 0.86 | 0.56 |
| Hex | EF | 31 | 4C | 0 | 4F | 44 | 6 | 15F | 56 | 38 |
| Octal | 357 | 61 | 114 | 0 | 117 | 104 | 6 | 537 | 126 | 70 |
| Binary | 11101111 | 110001 | 1001100 | 0 | 1001111 | 1000100 | 110 | 101011111 | 1010110 | 111000 |
Color Harmonies of #EF314C
Complementary color
Monochromatic Colors of #EF314C
Black with #EF314C
Text Example
Text Example
White with #EF314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF314C; }
p { color: rgb(239,49,76); }
H1.HeaderClassName
{
color: #EF314C;
}
.AnyTagClassName
{
color: #EF314C;
}
</style>
background-color css
<style>
a { background-color: #EF314C; }
a { background-color: rgb(239,49,76); }
div.DivClassName
{
background-color: #EF314C;
}
.BgClassName
{
background-color: #EF314C;
}
</style>
border-color css
<style>
span { border-color: #EF314C; }
span { border-color: rgb(239,49,76); }
td.TdClassName
{
border-color: #EF314C;
}
.TagClassName
{
border-color: #EF314C;
}
</style>