Shades of Amaranth #EF2951
Tints of Amaranth #EF2951
RGB
CMYK
RGB Variations
Color information
#EF2951 (or 0xEF2951) is known color: Amaranth. HEX triplet: EF, 29 and 51. RGB value is (239,41,81). Sum of RGB (Red+Green+Blue) = 239+41+81=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2951 is #10D6AE. Grayscale: #686868. Windows color (decimal): -1103535 or 5319151. OLE color: 5319151.
HSL color Cylindrical-coordinate representation of color #EF2951: hue angle of 347.88º 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 #EF2951 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 81 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.06 |
| HSL | 347.88º | 0.86% | 0.55% | - |
| HSV(B) | 347.88º | 0.83% | 0.94% | - |
| XYZ | 37.87 | 20.53 | 9.75 | - |
| YUV | 104.76 | 114.6 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 81 | 0 | 0.83 | 0.66 | 0.06 | 347.88 | 0.86 | 0.55 |
| Hex | EF | 29 | 51 | 0 | 53 | 42 | 6 | 15C | 56 | 37 |
| Octal | 357 | 51 | 121 | 0 | 123 | 102 | 6 | 534 | 126 | 67 |
| Binary | 11101111 | 101001 | 1010001 | 0 | 1010011 | 1000010 | 110 | 101011100 | 1010110 | 110111 |
Color Harmonies of #EF2951
Complementary color
Monochromatic Colors of #EF2951
Black with #EF2951
Text Example
Text Example
White with #EF2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2951; }
p { color: rgb(239,41,81); }
H1.HeaderClassName
{
color: #EF2951;
}
.AnyTagClassName
{
color: #EF2951;
}
</style>
background-color css
<style>
a { background-color: #EF2951; }
a { background-color: rgb(239,41,81); }
div.DivClassName
{
background-color: #EF2951;
}
.BgClassName
{
background-color: #EF2951;
}
</style>
border-color css
<style>
span { border-color: #EF2951; }
span { border-color: rgb(239,41,81); }
td.TdClassName
{
border-color: #EF2951;
}
.TagClassName
{
border-color: #EF2951;
}
</style>