Shades of Amaranth #EF2755
Tints of Amaranth #EF2755
RGB
CMYK
RGB Variations
Color information
#EF2755 (or 0xEF2755) is known color: Amaranth. HEX triplet: EF, 27 and 55. RGB value is (239,39,85). Sum of RGB (Red+Green+Blue) = 239+39+85=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2755 is #10D8AA. Grayscale: #686868. Windows color (decimal): -1104043 or 5580783. OLE color: 5580783.
HSL color Cylindrical-coordinate representation of color #EF2755: hue angle of 346.2º 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 #EF2755 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 85 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.06 |
| HSL | 346.2º | 0.86% | 0.55% | - |
| HSV(B) | 346.2º | 0.84% | 0.94% | - |
| XYZ | 37.96 | 20.46 | 10.54 | - |
| YUV | 104.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 85 | 0 | 0.84 | 0.64 | 0.06 | 346.2 | 0.86 | 0.55 |
| Hex | EF | 27 | 55 | 0 | 54 | 40 | 6 | 15A | 56 | 37 |
| Octal | 357 | 47 | 125 | 0 | 124 | 100 | 6 | 532 | 126 | 67 |
| Binary | 11101111 | 100111 | 1010101 | 0 | 1010100 | 1000000 | 110 | 101011010 | 1010110 | 110111 |
Color Harmonies of #EF2755
Complementary color
Monochromatic Colors of #EF2755
Black with #EF2755
Text Example
Text Example
White with #EF2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2755; }
p { color: rgb(239,39,85); }
H1.HeaderClassName
{
color: #EF2755;
}
.AnyTagClassName
{
color: #EF2755;
}
</style>
background-color css
<style>
a { background-color: #EF2755; }
a { background-color: rgb(239,39,85); }
div.DivClassName
{
background-color: #EF2755;
}
.BgClassName
{
background-color: #EF2755;
}
</style>
border-color css
<style>
span { border-color: #EF2755; }
span { border-color: rgb(239,39,85); }
td.TdClassName
{
border-color: #EF2755;
}
.TagClassName
{
border-color: #EF2755;
}
</style>