Shades of Amaranth #EF2644
Tints of Amaranth #EF2644
RGB
CMYK
RGB Variations
Color information
#EF2644 (or 0xEF2644) is known color: Amaranth. HEX triplet: EF, 26 and 44. RGB value is (239,38,68). Sum of RGB (Red+Green+Blue) = 239+38+68=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2644 is #10D9BB. Grayscale: #656565. Windows color (decimal): -1104316 or 4466415. OLE color: 4466415.
HSL color Cylindrical-coordinate representation of color #EF2644: hue angle of 351.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2644 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 68 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.06 |
| HSL | 351.04º | 0.86% | 0.54% | - |
| HSV(B) | 351.04º | 0.84% | 0.94% | - |
| XYZ | 37.33 | 20.15 | 7.39 | - |
| YUV | 101.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 68 | 0 | 0.84 | 0.72 | 0.06 | 351.04 | 0.86 | 0.54 |
| Hex | EF | 26 | 44 | 0 | 54 | 48 | 6 | 15F | 56 | 36 |
| Octal | 357 | 46 | 104 | 0 | 124 | 110 | 6 | 537 | 126 | 66 |
| Binary | 11101111 | 100110 | 1000100 | 0 | 1010100 | 1001000 | 110 | 101011111 | 1010110 | 110110 |
Color Harmonies of #EF2644
Complementary color
Monochromatic Colors of #EF2644
Black with #EF2644
Text Example
Text Example
White with #EF2644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2644; }
p { color: rgb(239,38,68); }
H1.HeaderClassName
{
color: #EF2644;
}
.AnyTagClassName
{
color: #EF2644;
}
</style>
background-color css
<style>
a { background-color: #EF2644; }
a { background-color: rgb(239,38,68); }
div.DivClassName
{
background-color: #EF2644;
}
.BgClassName
{
background-color: #EF2644;
}
</style>
border-color css
<style>
span { border-color: #EF2644; }
span { border-color: rgb(239,38,68); }
td.TdClassName
{
border-color: #EF2644;
}
.TagClassName
{
border-color: #EF2644;
}
</style>