Shades of Amaranth #EF1D4F
Tints of Amaranth #EF1D4F
RGB
CMYK
RGB Variations
Color information
#EF1D4F (or 0xEF1D4F) is known color: Amaranth. HEX triplet: EF, 1D and 4F. RGB value is (239,29,79). Sum of RGB (Red+Green+Blue) = 239+29+79=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1D4F is #10E2B0. Grayscale: #616161. Windows color (decimal): -1106609 or 5185007. OLE color: 5185007.
HSL color Cylindrical-coordinate representation of color #EF1D4F: hue angle of 345.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D4F is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 79 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.06 |
| HSL | 345.71º | 0.87% | 0.53% | - |
| HSV(B) | 345.71º | 0.88% | 0.94% | - |
| XYZ | 37.45 | 19.79 | 9.24 | - |
| YUV | 97.49 | 117.57 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 79 | 0 | 0.88 | 0.67 | 0.06 | 345.71 | 0.87 | 0.53 |
| Hex | EF | 1D | 4F | 0 | 58 | 43 | 6 | 15A | 57 | 35 |
| Octal | 357 | 35 | 117 | 0 | 130 | 103 | 6 | 532 | 127 | 65 |
| Binary | 11101111 | 11101 | 1001111 | 0 | 1011000 | 1000011 | 110 | 101011010 | 1010111 | 110101 |
Color Harmonies of #EF1D4F
Complementary color
Monochromatic Colors of #EF1D4F
Black with #EF1D4F
Text Example
Text Example
White with #EF1D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D4F; }
p { color: rgb(239,29,79); }
H1.HeaderClassName
{
color: #EF1D4F;
}
.AnyTagClassName
{
color: #EF1D4F;
}
</style>
background-color css
<style>
a { background-color: #EF1D4F; }
a { background-color: rgb(239,29,79); }
div.DivClassName
{
background-color: #EF1D4F;
}
.BgClassName
{
background-color: #EF1D4F;
}
</style>
border-color css
<style>
span { border-color: #EF1D4F; }
span { border-color: rgb(239,29,79); }
td.TdClassName
{
border-color: #EF1D4F;
}
.TagClassName
{
border-color: #EF1D4F;
}
</style>