Shades of Amaranth #EF444A
Tints of Amaranth #EF444A
RGB
CMYK
RGB Variations
Color information
#EF444A (or 0xEF444A) is known color: Amaranth. HEX triplet: EF, 44 and 4A. RGB value is (239,68,74). Sum of RGB (Red+Green+Blue) = 239+68+74=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF444A is #10BBB5. Grayscale: #777777. Windows color (decimal): -1096630 or 4867311. OLE color: 4867311.
HSL color Cylindrical-coordinate representation of color #EF444A: hue angle of 357.89º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF444A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 74 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.06 |
| HSL | 357.89º | 0.84% | 0.6% | - |
| HSV(B) | 357.89º | 0.72% | 0.94% | - |
| XYZ | 38.9 | 22.98 | 8.86 | - |
| YUV | 119.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 74 | 0 | 0.72 | 0.69 | 0.06 | 357.89 | 0.84 | 0.6 |
| Hex | EF | 44 | 4A | 0 | 48 | 45 | 6 | 166 | 54 | 3C |
| Octal | 357 | 104 | 112 | 0 | 110 | 105 | 6 | 546 | 124 | 74 |
| Binary | 11101111 | 1000100 | 1001010 | 0 | 1001000 | 1000101 | 110 | 101100110 | 1010100 | 111100 |
Color Harmonies of #EF444A
Complementary color
Monochromatic Colors of #EF444A
Black with #EF444A
Text Example
Text Example
White with #EF444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF444A; }
p { color: rgb(239,68,74); }
H1.HeaderClassName
{
color: #EF444A;
}
.AnyTagClassName
{
color: #EF444A;
}
</style>
background-color css
<style>
a { background-color: #EF444A; }
a { background-color: rgb(239,68,74); }
div.DivClassName
{
background-color: #EF444A;
}
.BgClassName
{
background-color: #EF444A;
}
</style>
border-color css
<style>
span { border-color: #EF444A; }
span { border-color: rgb(239,68,74); }
td.TdClassName
{
border-color: #EF444A;
}
.TagClassName
{
border-color: #EF444A;
}
</style>