Shades of Amaranth #EF3949
Tints of Amaranth #EF3949
RGB
CMYK
RGB Variations
Color information
#EF3949 (or 0xEF3949) is known color: Amaranth. HEX triplet: EF, 39 and 49. RGB value is (239,57,73). Sum of RGB (Red+Green+Blue) = 239+57+73=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3949 is #10C6B6. Grayscale: #717171. Windows color (decimal): -1099447 or 4798959. OLE color: 4798959.
HSL color Cylindrical-coordinate representation of color #EF3949: hue angle of 354.73º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3949 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 73 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.06 |
| HSL | 354.73º | 0.85% | 0.58% | - |
| HSV(B) | 354.73º | 0.76% | 0.94% | - |
| XYZ | 38.26 | 21.76 | 8.49 | - |
| YUV | 113.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 73 | 0 | 0.76 | 0.69 | 0.06 | 354.73 | 0.85 | 0.58 |
| Hex | EF | 39 | 49 | 0 | 4C | 45 | 6 | 163 | 55 | 3A |
| Octal | 357 | 71 | 111 | 0 | 114 | 105 | 6 | 543 | 125 | 72 |
| Binary | 11101111 | 111001 | 1001001 | 0 | 1001100 | 1000101 | 110 | 101100011 | 1010101 | 111010 |
Color Harmonies of #EF3949
Complementary color
Monochromatic Colors of #EF3949
Black with #EF3949
Text Example
Text Example
White with #EF3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3949; }
p { color: rgb(239,57,73); }
H1.HeaderClassName
{
color: #EF3949;
}
.AnyTagClassName
{
color: #EF3949;
}
</style>
background-color css
<style>
a { background-color: #EF3949; }
a { background-color: rgb(239,57,73); }
div.DivClassName
{
background-color: #EF3949;
}
.BgClassName
{
background-color: #EF3949;
}
</style>
border-color css
<style>
span { border-color: #EF3949; }
span { border-color: rgb(239,57,73); }
td.TdClassName
{
border-color: #EF3949;
}
.TagClassName
{
border-color: #EF3949;
}
</style>