Shades of Amaranth #EF4150
Tints of Amaranth #EF4150
RGB
CMYK
RGB Variations
Color information
#EF4150 (or 0xEF4150) is known color: Amaranth. HEX triplet: EF, 41 and 50. RGB value is (239,65,80). Sum of RGB (Red+Green+Blue) = 239+65+80=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4150 is #10BEAF. Grayscale: #767676. Windows color (decimal): -1097392 or 5259759. OLE color: 5259759.
HSL color Cylindrical-coordinate representation of color #EF4150: hue angle of 354.83º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4150 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 80 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.06 |
| HSL | 354.83º | 0.84% | 0.6% | - |
| HSV(B) | 354.83º | 0.73% | 0.94% | - |
| XYZ | 38.93 | 22.71 | 9.92 | - |
| YUV | 118.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 80 | 0 | 0.73 | 0.67 | 0.06 | 354.83 | 0.84 | 0.6 |
| Hex | EF | 41 | 50 | 0 | 49 | 43 | 6 | 163 | 54 | 3C |
| Octal | 357 | 101 | 120 | 0 | 111 | 103 | 6 | 543 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1010000 | 0 | 1001001 | 1000011 | 110 | 101100011 | 1010100 | 111100 |
Color Harmonies of #EF4150
Complementary color
Monochromatic Colors of #EF4150
Black with #EF4150
Text Example
Text Example
White with #EF4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4150; }
p { color: rgb(239,65,80); }
H1.HeaderClassName
{
color: #EF4150;
}
.AnyTagClassName
{
color: #EF4150;
}
</style>
background-color css
<style>
a { background-color: #EF4150; }
a { background-color: rgb(239,65,80); }
div.DivClassName
{
background-color: #EF4150;
}
.BgClassName
{
background-color: #EF4150;
}
</style>
border-color css
<style>
span { border-color: #EF4150; }
span { border-color: rgb(239,65,80); }
td.TdClassName
{
border-color: #EF4150;
}
.TagClassName
{
border-color: #EF4150;
}
</style>