Shades of Amaranth #EF1D4E
Tints of Amaranth #EF1D4E
RGB
CMYK
RGB Variations
Color information
#EF1D4E (or 0xEF1D4E) is known color: Amaranth. HEX triplet: EF, 1D and 4E. RGB value is (239,29,78). Sum of RGB (Red+Green+Blue) = 239+29+78=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1D4E is #10E2B1. Grayscale: #616161. Windows color (decimal): -1106610 or 5119471. OLE color: 5119471.
HSL color Cylindrical-coordinate representation of color #EF1D4E: hue angle of 346º 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 #EF1D4E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 78 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.06 |
| HSL | 346º | 0.87% | 0.53% | - |
| HSV(B) | 346º | 0.88% | 0.94% | - |
| XYZ | 37.41 | 19.78 | 9.05 | - |
| YUV | 97.38 | 117.07 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 78 | 0 | 0.88 | 0.67 | 0.06 | 346 | 0.87 | 0.53 |
| Hex | EF | 1D | 4E | 0 | 58 | 43 | 6 | 15A | 57 | 35 |
| Octal | 357 | 35 | 116 | 0 | 130 | 103 | 6 | 532 | 127 | 65 |
| Binary | 11101111 | 11101 | 1001110 | 0 | 1011000 | 1000011 | 110 | 101011010 | 1010111 | 110101 |
Color Harmonies of #EF1D4E
Complementary color
Monochromatic Colors of #EF1D4E
Black with #EF1D4E
Text Example
Text Example
White with #EF1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D4E; }
p { color: rgb(239,29,78); }
H1.HeaderClassName
{
color: #EF1D4E;
}
.AnyTagClassName
{
color: #EF1D4E;
}
</style>
background-color css
<style>
a { background-color: #EF1D4E; }
a { background-color: rgb(239,29,78); }
div.DivClassName
{
background-color: #EF1D4E;
}
.BgClassName
{
background-color: #EF1D4E;
}
</style>
border-color css
<style>
span { border-color: #EF1D4E; }
span { border-color: rgb(239,29,78); }
td.TdClassName
{
border-color: #EF1D4E;
}
.TagClassName
{
border-color: #EF1D4E;
}
</style>