Shades of Amaranth #EF2756
Tints of Amaranth #EF2756
RGB
CMYK
RGB Variations
Color information
#EF2756 (or 0xEF2756) is known color: Amaranth. HEX triplet: EF, 27 and 56. RGB value is (239,39,86). Sum of RGB (Red+Green+Blue) = 239+39+86=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2756 is #10D8A9. Grayscale: #686868. Windows color (decimal): -1104042 or 5646319. OLE color: 5646319.
HSL color Cylindrical-coordinate representation of color #EF2756: hue angle of 345.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2756 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 86 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.06 |
| HSL | 345.9º | 0.86% | 0.55% | - |
| HSV(B) | 345.9º | 0.84% | 0.94% | - |
| XYZ | 38 | 20.47 | 10.75 | - |
| YUV | 104.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 86 | 0 | 0.84 | 0.64 | 0.06 | 345.9 | 0.86 | 0.55 |
| Hex | EF | 27 | 56 | 0 | 54 | 40 | 6 | 15A | 56 | 37 |
| Octal | 357 | 47 | 126 | 0 | 124 | 100 | 6 | 532 | 126 | 67 |
| Binary | 11101111 | 100111 | 1010110 | 0 | 1010100 | 1000000 | 110 | 101011010 | 1010110 | 110111 |
Color Harmonies of #EF2756
Complementary color
Monochromatic Colors of #EF2756
Black with #EF2756
Text Example
Text Example
White with #EF2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2756; }
p { color: rgb(239,39,86); }
H1.HeaderClassName
{
color: #EF2756;
}
.AnyTagClassName
{
color: #EF2756;
}
</style>
background-color css
<style>
a { background-color: #EF2756; }
a { background-color: rgb(239,39,86); }
div.DivClassName
{
background-color: #EF2756;
}
.BgClassName
{
background-color: #EF2756;
}
</style>
border-color css
<style>
span { border-color: #EF2756; }
span { border-color: rgb(239,39,86); }
td.TdClassName
{
border-color: #EF2756;
}
.TagClassName
{
border-color: #EF2756;
}
</style>