Shades of Amaranth #EF4146
Tints of Amaranth #EF4146
RGB
CMYK
RGB Variations
Color information
#EF4146 (or 0xEF4146) is known color: Amaranth. HEX triplet: EF, 41 and 46. RGB value is (239,65,70). Sum of RGB (Red+Green+Blue) = 239+65+70=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4146 is #10BEB9. Grayscale: #757575. Windows color (decimal): -1097402 or 4604399. OLE color: 4604399.
HSL color Cylindrical-coordinate representation of color #EF4146: hue angle of 358.28º 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 #EF4146 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 70 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.06 |
| HSL | 358.28º | 0.84% | 0.6% | - |
| HSV(B) | 358.28º | 0.73% | 0.94% | - |
| XYZ | 38.59 | 22.57 | 8.12 | - |
| YUV | 117.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 70 | 0 | 0.73 | 0.71 | 0.06 | 358.28 | 0.84 | 0.6 |
| Hex | EF | 41 | 46 | 0 | 49 | 47 | 6 | 166 | 54 | 3C |
| Octal | 357 | 101 | 106 | 0 | 111 | 107 | 6 | 546 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1000110 | 0 | 1001001 | 1000111 | 110 | 101100110 | 1010100 | 111100 |
Color Harmonies of #EF4146
Complementary color
Monochromatic Colors of #EF4146
Black with #EF4146
Text Example
Text Example
White with #EF4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4146; }
p { color: rgb(239,65,70); }
H1.HeaderClassName
{
color: #EF4146;
}
.AnyTagClassName
{
color: #EF4146;
}
</style>
background-color css
<style>
a { background-color: #EF4146; }
a { background-color: rgb(239,65,70); }
div.DivClassName
{
background-color: #EF4146;
}
.BgClassName
{
background-color: #EF4146;
}
</style>
border-color css
<style>
span { border-color: #EF4146; }
span { border-color: rgb(239,65,70); }
td.TdClassName
{
border-color: #EF4146;
}
.TagClassName
{
border-color: #EF4146;
}
</style>