Shades of Amaranth #EF3144
Tints of Amaranth #EF3144
RGB
CMYK
RGB Variations
Color information
#EF3144 (or 0xEF3144) is known color: Amaranth. HEX triplet: EF, 31 and 44. RGB value is (239,49,68). Sum of RGB (Red+Green+Blue) = 239+49+68=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3144 is #10CEBB. Grayscale: #6C6C6C. Windows color (decimal): -1101500 or 4469231. OLE color: 4469231.
HSL color Cylindrical-coordinate representation of color #EF3144: hue angle of 354º 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 #EF3144 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 68 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.06 |
| HSL | 354º | 0.86% | 0.56% | - |
| HSV(B) | 354º | 0.79% | 0.94% | - |
| XYZ | 37.74 | 20.96 | 7.53 | - |
| YUV | 107.98 | 105.45 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 68 | 0 | 0.79 | 0.72 | 0.06 | 354 | 0.86 | 0.56 |
| Hex | EF | 31 | 44 | 0 | 4F | 48 | 6 | 162 | 56 | 38 |
| Octal | 357 | 61 | 104 | 0 | 117 | 110 | 6 | 542 | 126 | 70 |
| Binary | 11101111 | 110001 | 1000100 | 0 | 1001111 | 1001000 | 110 | 101100010 | 1010110 | 111000 |
Color Harmonies of #EF3144
Complementary color
Monochromatic Colors of #EF3144
Black with #EF3144
Text Example
Text Example
White with #EF3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3144; }
p { color: rgb(239,49,68); }
H1.HeaderClassName
{
color: #EF3144;
}
.AnyTagClassName
{
color: #EF3144;
}
</style>
background-color css
<style>
a { background-color: #EF3144; }
a { background-color: rgb(239,49,68); }
div.DivClassName
{
background-color: #EF3144;
}
.BgClassName
{
background-color: #EF3144;
}
</style>
border-color css
<style>
span { border-color: #EF3144; }
span { border-color: rgb(239,49,68); }
td.TdClassName
{
border-color: #EF3144;
}
.TagClassName
{
border-color: #EF3144;
}
</style>