Shades of Amaranth #EF2043
Tints of Amaranth #EF2043
RGB
CMYK
RGB Variations
Color information
#EF2043 (or 0xEF2043) is known color: Amaranth. HEX triplet: EF, 20 and 43. RGB value is (239,32,67). Sum of RGB (Red+Green+Blue) = 239+32+67=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2043 is #10DFBC. Grayscale: #616161. Windows color (decimal): -1105853 or 4399343. OLE color: 4399343.
HSL color Cylindrical-coordinate representation of color #EF2043: hue angle of 349.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2043 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 67 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.06 |
| HSL | 349.86º | 0.87% | 0.53% | - |
| HSV(B) | 349.86º | 0.87% | 0.94% | - |
| XYZ | 37.13 | 19.79 | 7.17 | - |
| YUV | 97.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 67 | 0 | 0.87 | 0.72 | 0.06 | 349.86 | 0.87 | 0.53 |
| Hex | EF | 20 | 43 | 0 | 57 | 48 | 6 | 15E | 57 | 35 |
| Octal | 357 | 40 | 103 | 0 | 127 | 110 | 6 | 536 | 127 | 65 |
| Binary | 11101111 | 100000 | 1000011 | 0 | 1010111 | 1001000 | 110 | 101011110 | 1010111 | 110101 |
Color Harmonies of #EF2043
Complementary color
Monochromatic Colors of #EF2043
Black with #EF2043
Text Example
Text Example
White with #EF2043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2043; }
p { color: rgb(239,32,67); }
H1.HeaderClassName
{
color: #EF2043;
}
.AnyTagClassName
{
color: #EF2043;
}
</style>
background-color css
<style>
a { background-color: #EF2043; }
a { background-color: rgb(239,32,67); }
div.DivClassName
{
background-color: #EF2043;
}
.BgClassName
{
background-color: #EF2043;
}
</style>
border-color css
<style>
span { border-color: #EF2043; }
span { border-color: rgb(239,32,67); }
td.TdClassName
{
border-color: #EF2043;
}
.TagClassName
{
border-color: #EF2043;
}
</style>