Shades of Amaranth #EF1D4D
Tints of Amaranth #EF1D4D
RGB
CMYK
RGB Variations
Color information
#EF1D4D (or 0xEF1D4D) is known color: Amaranth. HEX triplet: EF, 1D and 4D. RGB value is (239,29,77). Sum of RGB (Red+Green+Blue) = 239+29+77=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1D4D is #10E2B2. Grayscale: #616161. Windows color (decimal): -1106611 or 5053935. OLE color: 5053935.
HSL color Cylindrical-coordinate representation of color #EF1D4D: hue angle of 346.29º 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 #EF1D4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 77 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.06 |
| HSL | 346.29º | 0.87% | 0.53% | - |
| HSV(B) | 346.29º | 0.88% | 0.94% | - |
| XYZ | 37.38 | 19.77 | 8.87 | - |
| YUV | 97.26 | 116.57 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 77 | 0 | 0.88 | 0.68 | 0.06 | 346.29 | 0.87 | 0.53 |
| Hex | EF | 1D | 4D | 0 | 58 | 44 | 6 | 15A | 57 | 35 |
| Octal | 357 | 35 | 115 | 0 | 130 | 104 | 6 | 532 | 127 | 65 |
| Binary | 11101111 | 11101 | 1001101 | 0 | 1011000 | 1000100 | 110 | 101011010 | 1010111 | 110101 |
Color Harmonies of #EF1D4D
Complementary color
Monochromatic Colors of #EF1D4D
Black with #EF1D4D
Text Example
Text Example
White with #EF1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D4D; }
p { color: rgb(239,29,77); }
H1.HeaderClassName
{
color: #EF1D4D;
}
.AnyTagClassName
{
color: #EF1D4D;
}
</style>
background-color css
<style>
a { background-color: #EF1D4D; }
a { background-color: rgb(239,29,77); }
div.DivClassName
{
background-color: #EF1D4D;
}
.BgClassName
{
background-color: #EF1D4D;
}
</style>
border-color css
<style>
span { border-color: #EF1D4D; }
span { border-color: rgb(239,29,77); }
td.TdClassName
{
border-color: #EF1D4D;
}
.TagClassName
{
border-color: #EF1D4D;
}
</style>