Shades of Amaranth #EF4144
Tints of Amaranth #EF4144
RGB
CMYK
RGB Variations
Color information
#EF4144 (or 0xEF4144) is known color: Amaranth. HEX triplet: EF, 41 and 44. RGB value is (239,65,68). Sum of RGB (Red+Green+Blue) = 239+65+68=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4144 is #10BEBB. Grayscale: #757575. Windows color (decimal): -1097404 or 4473327. OLE color: 4473327.
HSL color Cylindrical-coordinate representation of color #EF4144: hue angle of 358.97º 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 #EF4144 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 68 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.06 |
| HSL | 358.97º | 0.84% | 0.6% | - |
| HSV(B) | 358.97º | 0.73% | 0.94% | - |
| XYZ | 38.53 | 22.55 | 7.79 | - |
| YUV | 117.37 | 100.15 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 68 | 0 | 0.73 | 0.72 | 0.06 | 358.97 | 0.84 | 0.6 |
| Hex | EF | 41 | 44 | 0 | 49 | 48 | 6 | 167 | 54 | 3C |
| Octal | 357 | 101 | 104 | 0 | 111 | 110 | 6 | 547 | 124 | 74 |
| Binary | 11101111 | 1000001 | 1000100 | 0 | 1001001 | 1001000 | 110 | 101100111 | 1010100 | 111100 |
Color Harmonies of #EF4144
Complementary color
Monochromatic Colors of #EF4144
Black with #EF4144
Text Example
Text Example
White with #EF4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4144; }
p { color: rgb(239,65,68); }
H1.HeaderClassName
{
color: #EF4144;
}
.AnyTagClassName
{
color: #EF4144;
}
</style>
background-color css
<style>
a { background-color: #EF4144; }
a { background-color: rgb(239,65,68); }
div.DivClassName
{
background-color: #EF4144;
}
.BgClassName
{
background-color: #EF4144;
}
</style>
border-color css
<style>
span { border-color: #EF4144; }
span { border-color: rgb(239,65,68); }
td.TdClassName
{
border-color: #EF4144;
}
.TagClassName
{
border-color: #EF4144;
}
</style>