Shades of Amaranth #EF1F51
Tints of Amaranth #EF1F51
RGB
CMYK
RGB Variations
Color information
#EF1F51 (or 0xEF1F51) is known color: Amaranth. HEX triplet: EF, 1F and 51. RGB value is (239,31,81). Sum of RGB (Red+Green+Blue) = 239+31+81=351 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.09% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F51 is #10E0AE. Grayscale: #626262. Windows color (decimal): -1106095 or 5316591. OLE color: 5316591.
HSL color Cylindrical-coordinate representation of color #EF1F51: hue angle of 345.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F51 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 81 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.06 |
| HSL | 345.58º | 0.87% | 0.53% | - |
| HSV(B) | 345.58º | 0.87% | 0.94% | - |
| XYZ | 37.57 | 19.92 | 9.65 | - |
| YUV | 98.89 | 117.91 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 81 | 0 | 0.87 | 0.66 | 0.06 | 345.58 | 0.87 | 0.53 |
| Hex | EF | 1F | 51 | 0 | 57 | 42 | 6 | 15A | 57 | 35 |
| Octal | 357 | 37 | 121 | 0 | 127 | 102 | 6 | 532 | 127 | 65 |
| Binary | 11101111 | 11111 | 1010001 | 0 | 1010111 | 1000010 | 110 | 101011010 | 1010111 | 110101 |
Color Harmonies of #EF1F51
Complementary color
Monochromatic Colors of #EF1F51
Black with #EF1F51
Text Example
Text Example
White with #EF1F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F51; }
p { color: rgb(239,31,81); }
H1.HeaderClassName
{
color: #EF1F51;
}
.AnyTagClassName
{
color: #EF1F51;
}
</style>
background-color css
<style>
a { background-color: #EF1F51; }
a { background-color: rgb(239,31,81); }
div.DivClassName
{
background-color: #EF1F51;
}
.BgClassName
{
background-color: #EF1F51;
}
</style>
border-color css
<style>
span { border-color: #EF1F51; }
span { border-color: rgb(239,31,81); }
td.TdClassName
{
border-color: #EF1F51;
}
.TagClassName
{
border-color: #EF1F51;
}
</style>