Shades of Amaranth #EF2260
Tints of Amaranth #EF2260
RGB
CMYK
RGB Variations
Color information
#EF2260 (or 0xEF2260) is known color: Amaranth. HEX triplet: EF, 22 and 60. RGB value is (239,34,96). Sum of RGB (Red+Green+Blue) = 239+34+96=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2260 is #10DD9F. Grayscale: #666666. Windows color (decimal): -1105312 or 6300399. OLE color: 6300399.
HSL color Cylindrical-coordinate representation of color #EF2260: hue angle of 341.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2260 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 96 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.06 |
| HSL | 341.85º | 0.86% | 0.54% | - |
| HSV(B) | 341.85º | 0.86% | 0.94% | - |
| XYZ | 38.28 | 20.34 | 12.97 | - |
| YUV | 102.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 96 | 0 | 0.86 | 0.60 | 0.06 | 341.85 | 0.86 | 0.54 |
| Hex | EF | 22 | 60 | 0 | 56 | 3C | 6 | 156 | 56 | 36 |
| Octal | 357 | 42 | 140 | 0 | 126 | 74 | 6 | 526 | 126 | 66 |
| Binary | 11101111 | 100010 | 1100000 | 0 | 1010110 | 111100 | 110 | 101010110 | 1010110 | 110110 |
Color Harmonies of #EF2260
Complementary color
Monochromatic Colors of #EF2260
Black with #EF2260
Text Example
Text Example
White with #EF2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2260; }
p { color: rgb(239,34,96); }
H1.HeaderClassName
{
color: #EF2260;
}
.AnyTagClassName
{
color: #EF2260;
}
</style>
background-color css
<style>
a { background-color: #EF2260; }
a { background-color: rgb(239,34,96); }
div.DivClassName
{
background-color: #EF2260;
}
.BgClassName
{
background-color: #EF2260;
}
</style>
border-color css
<style>
span { border-color: #EF2260; }
span { border-color: rgb(239,34,96); }
td.TdClassName
{
border-color: #EF2260;
}
.TagClassName
{
border-color: #EF2260;
}
</style>