Shades of Amaranth #EF2950
Tints of Amaranth #EF2950
RGB
CMYK
RGB Variations
Color information
#EF2950 (or 0xEF2950) is known color: Amaranth. HEX triplet: EF, 29 and 50. RGB value is (239,41,80). Sum of RGB (Red+Green+Blue) = 239+41+80=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2950 is #10D6AF. Grayscale: #686868. Windows color (decimal): -1103536 or 5253615. OLE color: 5253615.
HSL color Cylindrical-coordinate representation of color #EF2950: hue angle of 348.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2950 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 80 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.06 |
| HSL | 348.18º | 0.86% | 0.55% | - |
| HSV(B) | 348.18º | 0.83% | 0.94% | - |
| XYZ | 37.84 | 20.52 | 9.56 | - |
| YUV | 104.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 80 | 0 | 0.83 | 0.67 | 0.06 | 348.18 | 0.86 | 0.55 |
| Hex | EF | 29 | 50 | 0 | 53 | 43 | 6 | 15C | 56 | 37 |
| Octal | 357 | 51 | 120 | 0 | 123 | 103 | 6 | 534 | 126 | 67 |
| Binary | 11101111 | 101001 | 1010000 | 0 | 1010011 | 1000011 | 110 | 101011100 | 1010110 | 110111 |
Color Harmonies of #EF2950
Complementary color
Monochromatic Colors of #EF2950
Black with #EF2950
Text Example
Text Example
White with #EF2950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2950; }
p { color: rgb(239,41,80); }
H1.HeaderClassName
{
color: #EF2950;
}
.AnyTagClassName
{
color: #EF2950;
}
</style>
background-color css
<style>
a { background-color: #EF2950; }
a { background-color: rgb(239,41,80); }
div.DivClassName
{
background-color: #EF2950;
}
.BgClassName
{
background-color: #EF2950;
}
</style>
border-color css
<style>
span { border-color: #EF2950; }
span { border-color: rgb(239,41,80); }
td.TdClassName
{
border-color: #EF2950;
}
.TagClassName
{
border-color: #EF2950;
}
</style>