Shades of Amaranth #EF2C56
Tints of Amaranth #EF2C56
RGB
CMYK
RGB Variations
Color information
#EF2C56 (or 0xEF2C56) is known color: Amaranth. HEX triplet: EF, 2C and 56. RGB value is (239,44,86). Sum of RGB (Red+Green+Blue) = 239+44+86=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2C56 is #10D3A9. Grayscale: #6B6B6B. Windows color (decimal): -1102762 or 5647599. OLE color: 5647599.
HSL color Cylindrical-coordinate representation of color #EF2C56: hue angle of 347.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2C56 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 44 | 86 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.06 |
| HSL | 347.08º | 0.86% | 0.55% | - |
| HSV(B) | 347.08º | 0.82% | 0.94% | - |
| XYZ | 38.18 | 20.82 | 10.81 | - |
| YUV | 107.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 86 | 0 | 0.82 | 0.64 | 0.06 | 347.08 | 0.86 | 0.55 |
| Hex | EF | 2C | 56 | 0 | 52 | 40 | 6 | 15B | 56 | 37 |
| Octal | 357 | 54 | 126 | 0 | 122 | 100 | 6 | 533 | 126 | 67 |
| Binary | 11101111 | 101100 | 1010110 | 0 | 1010010 | 1000000 | 110 | 101011011 | 1010110 | 110111 |
Color Harmonies of #EF2C56
Complementary color
Monochromatic Colors of #EF2C56
Black with #EF2C56
Text Example
Text Example
White with #EF2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2C56; }
p { color: rgb(239,44,86); }
H1.HeaderClassName
{
color: #EF2C56;
}
.AnyTagClassName
{
color: #EF2C56;
}
</style>
background-color css
<style>
a { background-color: #EF2C56; }
a { background-color: rgb(239,44,86); }
div.DivClassName
{
background-color: #EF2C56;
}
.BgClassName
{
background-color: #EF2C56;
}
</style>
border-color css
<style>
span { border-color: #EF2C56; }
span { border-color: rgb(239,44,86); }
td.TdClassName
{
border-color: #EF2C56;
}
.TagClassName
{
border-color: #EF2C56;
}
</style>