Shades of Amaranth #EF314E
Tints of Amaranth #EF314E
RGB
CMYK
RGB Variations
Color information
#EF314E (or 0xEF314E) is known color: Amaranth. HEX triplet: EF, 31 and 4E. RGB value is (239,49,78). Sum of RGB (Red+Green+Blue) = 239+49+78=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF314E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF314E is #10CEB1. Grayscale: #6D6D6D. Windows color (decimal): -1101490 or 5124591. OLE color: 5124591.
HSL color Cylindrical-coordinate representation of color #EF314E: hue angle of 350.84º 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 #EF314E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 78 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.06 |
| HSL | 350.84º | 0.86% | 0.56% | - |
| HSV(B) | 350.84º | 0.79% | 0.94% | - |
| XYZ | 38.07 | 21.1 | 9.27 | - |
| YUV | 109.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 78 | 0 | 0.79 | 0.67 | 0.06 | 350.84 | 0.86 | 0.56 |
| Hex | EF | 31 | 4E | 0 | 4F | 43 | 6 | 15F | 56 | 38 |
| Octal | 357 | 61 | 116 | 0 | 117 | 103 | 6 | 537 | 126 | 70 |
| Binary | 11101111 | 110001 | 1001110 | 0 | 1001111 | 1000011 | 110 | 101011111 | 1010110 | 111000 |
Color Harmonies of #EF314E
Complementary color
Monochromatic Colors of #EF314E
Black with #EF314E
Text Example
Text Example
White with #EF314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF314E; }
p { color: rgb(239,49,78); }
H1.HeaderClassName
{
color: #EF314E;
}
.AnyTagClassName
{
color: #EF314E;
}
</style>
background-color css
<style>
a { background-color: #EF314E; }
a { background-color: rgb(239,49,78); }
div.DivClassName
{
background-color: #EF314E;
}
.BgClassName
{
background-color: #EF314E;
}
</style>
border-color css
<style>
span { border-color: #EF314E; }
span { border-color: rgb(239,49,78); }
td.TdClassName
{
border-color: #EF314E;
}
.TagClassName
{
border-color: #EF314E;
}
</style>