Shades of Amaranth #EF4042
Tints of Amaranth #EF4042
RGB
CMYK
RGB Variations
Color information
#EF4042 (or 0xEF4042) is known color: Amaranth. HEX triplet: EF, 40 and 42. RGB value is (239,64,66). Sum of RGB (Red+Green+Blue) = 239+64+66=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4042 is #10BFBD. Grayscale: #747474. Windows color (decimal): -1097662 or 4341999. OLE color: 4341999.
HSL color Cylindrical-coordinate representation of color #EF4042: hue angle of 359.31º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4042 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 66 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.06 |
| HSL | 359.31º | 0.85% | 0.59% | - |
| HSV(B) | 359.31º | 0.73% | 0.94% | - |
| XYZ | 38.41 | 22.41 | 7.46 | - |
| YUV | 116.55 | 99.48 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 66 | 0 | 0.73 | 0.72 | 0.06 | 359.31 | 0.85 | 0.59 |
| Hex | EF | 40 | 42 | 0 | 49 | 48 | 6 | 167 | 55 | 3B |
| Octal | 357 | 100 | 102 | 0 | 111 | 110 | 6 | 547 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1000010 | 0 | 1001001 | 1001000 | 110 | 101100111 | 1010101 | 111011 |
Color Harmonies of #EF4042
Complementary color
Monochromatic Colors of #EF4042
Black with #EF4042
Text Example
Text Example
White with #EF4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4042; }
p { color: rgb(239,64,66); }
H1.HeaderClassName
{
color: #EF4042;
}
.AnyTagClassName
{
color: #EF4042;
}
</style>
background-color css
<style>
a { background-color: #EF4042; }
a { background-color: rgb(239,64,66); }
div.DivClassName
{
background-color: #EF4042;
}
.BgClassName
{
background-color: #EF4042;
}
</style>
border-color css
<style>
span { border-color: #EF4042; }
span { border-color: rgb(239,64,66); }
td.TdClassName
{
border-color: #EF4042;
}
.TagClassName
{
border-color: #EF4042;
}
</style>