Shades of Amaranth #EF2346
Tints of Amaranth #EF2346
RGB
CMYK
RGB Variations
Color information
#EF2346 (or 0xEF2346) is known color: Amaranth. HEX triplet: EF, 23 and 46. RGB value is (239,35,70). Sum of RGB (Red+Green+Blue) = 239+35+70=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2346 is #10DCB9. Grayscale: #646464. Windows color (decimal): -1105082 or 4596719. OLE color: 4596719.
HSL color Cylindrical-coordinate representation of color #EF2346: hue angle of 349.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF2346 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 70 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.06 |
| HSL | 349.71º | 0.86% | 0.54% | - |
| HSV(B) | 349.71º | 0.85% | 0.94% | - |
| XYZ | 37.3 | 19.99 | 7.69 | - |
| YUV | 99.99 | 111.09 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 70 | 0 | 0.85 | 0.71 | 0.06 | 349.71 | 0.86 | 0.54 |
| Hex | EF | 23 | 46 | 0 | 55 | 47 | 6 | 15E | 56 | 36 |
| Octal | 357 | 43 | 106 | 0 | 125 | 107 | 6 | 536 | 126 | 66 |
| Binary | 11101111 | 100011 | 1000110 | 0 | 1010101 | 1000111 | 110 | 101011110 | 1010110 | 110110 |
Color Harmonies of #EF2346
Complementary color
Monochromatic Colors of #EF2346
Black with #EF2346
Text Example
Text Example
White with #EF2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2346; }
p { color: rgb(239,35,70); }
H1.HeaderClassName
{
color: #EF2346;
}
.AnyTagClassName
{
color: #EF2346;
}
</style>
background-color css
<style>
a { background-color: #EF2346; }
a { background-color: rgb(239,35,70); }
div.DivClassName
{
background-color: #EF2346;
}
.BgClassName
{
background-color: #EF2346;
}
</style>
border-color css
<style>
span { border-color: #EF2346; }
span { border-color: rgb(239,35,70); }
td.TdClassName
{
border-color: #EF2346;
}
.TagClassName
{
border-color: #EF2346;
}
</style>