Shades of Amaranth #EF3150
Tints of Amaranth #EF3150
RGB
CMYK
RGB Variations
Color information
#EF3150 (or 0xEF3150) is known color: Amaranth. HEX triplet: EF, 31 and 50. RGB value is (239,49,80). Sum of RGB (Red+Green+Blue) = 239+49+80=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3150 is #10CEAF. Grayscale: #6D6D6D. Windows color (decimal): -1101488 or 5255663. OLE color: 5255663.
HSL color Cylindrical-coordinate representation of color #EF3150: hue angle of 350.21º 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 #EF3150 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 80 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.06 |
| HSL | 350.21º | 0.86% | 0.56% | - |
| HSV(B) | 350.21º | 0.79% | 0.94% | - |
| XYZ | 38.14 | 21.13 | 9.66 | - |
| YUV | 109.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 80 | 0 | 0.79 | 0.67 | 0.06 | 350.21 | 0.86 | 0.56 |
| Hex | EF | 31 | 50 | 0 | 4F | 43 | 6 | 15E | 56 | 38 |
| Octal | 357 | 61 | 120 | 0 | 117 | 103 | 6 | 536 | 126 | 70 |
| Binary | 11101111 | 110001 | 1010000 | 0 | 1001111 | 1000011 | 110 | 101011110 | 1010110 | 111000 |
Color Harmonies of #EF3150
Complementary color
Monochromatic Colors of #EF3150
Black with #EF3150
Text Example
Text Example
White with #EF3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3150; }
p { color: rgb(239,49,80); }
H1.HeaderClassName
{
color: #EF3150;
}
.AnyTagClassName
{
color: #EF3150;
}
</style>
background-color css
<style>
a { background-color: #EF3150; }
a { background-color: rgb(239,49,80); }
div.DivClassName
{
background-color: #EF3150;
}
.BgClassName
{
background-color: #EF3150;
}
</style>
border-color css
<style>
span { border-color: #EF3150; }
span { border-color: rgb(239,49,80); }
td.TdClassName
{
border-color: #EF3150;
}
.TagClassName
{
border-color: #EF3150;
}
</style>