Shades of Amaranth #EF2E50
Tints of Amaranth #EF2E50
RGB
CMYK
RGB Variations
Color information
#EF2E50 (or 0xEF2E50) is known color: Amaranth. HEX triplet: EF, 2E and 50. RGB value is (239,46,80). Sum of RGB (Red+Green+Blue) = 239+46+80=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2E50 is #10D1AF. Grayscale: #6B6B6B. Windows color (decimal): -1102256 or 5254895. OLE color: 5254895.
HSL color Cylindrical-coordinate representation of color #EF2E50: hue angle of 349.43º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2E50 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 46 | 80 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.06 |
| HSL | 349.43º | 0.86% | 0.56% | - |
| HSV(B) | 349.43º | 0.81% | 0.94% | - |
| XYZ | 38.02 | 20.88 | 9.62 | - |
| YUV | 107.58 | 112.44 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 46 | 80 | 0 | 0.81 | 0.67 | 0.06 | 349.43 | 0.86 | 0.56 |
| Hex | EF | 2E | 50 | 0 | 51 | 43 | 6 | 15D | 56 | 38 |
| Octal | 357 | 56 | 120 | 0 | 121 | 103 | 6 | 535 | 126 | 70 |
| Binary | 11101111 | 101110 | 1010000 | 0 | 1010001 | 1000011 | 110 | 101011101 | 1010110 | 111000 |
Color Harmonies of #EF2E50
Complementary color
Monochromatic Colors of #EF2E50
Black with #EF2E50
Text Example
Text Example
White with #EF2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2E50; }
p { color: rgb(239,46,80); }
H1.HeaderClassName
{
color: #EF2E50;
}
.AnyTagClassName
{
color: #EF2E50;
}
</style>
background-color css
<style>
a { background-color: #EF2E50; }
a { background-color: rgb(239,46,80); }
div.DivClassName
{
background-color: #EF2E50;
}
.BgClassName
{
background-color: #EF2E50;
}
</style>
border-color css
<style>
span { border-color: #EF2E50; }
span { border-color: rgb(239,46,80); }
td.TdClassName
{
border-color: #EF2E50;
}
.TagClassName
{
border-color: #EF2E50;
}
</style>