Shades of Amaranth #EF1D4C
Tints of Amaranth #EF1D4C
RGB
CMYK
RGB Variations
Color information
#EF1D4C (or 0xEF1D4C) is known color: Amaranth. HEX triplet: EF, 1D and 4C. RGB value is (239,29,76). Sum of RGB (Red+Green+Blue) = 239+29+76=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D4C is #10E2B3. Grayscale: #616161. Windows color (decimal): -1106612 or 4988399. OLE color: 4988399.
HSL color Cylindrical-coordinate representation of color #EF1D4C: hue angle of 346.57º 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 #EF1D4C is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 76 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.06 |
| HSL | 346.57º | 0.87% | 0.53% | - |
| HSV(B) | 346.57º | 0.88% | 0.94% | - |
| XYZ | 37.34 | 19.75 | 8.68 | - |
| YUV | 97.15 | 116.07 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 76 | 0 | 0.88 | 0.68 | 0.06 | 346.57 | 0.87 | 0.53 |
| Hex | EF | 1D | 4C | 0 | 58 | 44 | 6 | 15B | 57 | 35 |
| Octal | 357 | 35 | 114 | 0 | 130 | 104 | 6 | 533 | 127 | 65 |
| Binary | 11101111 | 11101 | 1001100 | 0 | 1011000 | 1000100 | 110 | 101011011 | 1010111 | 110101 |
Color Harmonies of #EF1D4C
Complementary color
Monochromatic Colors of #EF1D4C
Black with #EF1D4C
Text Example
Text Example
White with #EF1D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D4C; }
p { color: rgb(239,29,76); }
H1.HeaderClassName
{
color: #EF1D4C;
}
.AnyTagClassName
{
color: #EF1D4C;
}
</style>
background-color css
<style>
a { background-color: #EF1D4C; }
a { background-color: rgb(239,29,76); }
div.DivClassName
{
background-color: #EF1D4C;
}
.BgClassName
{
background-color: #EF1D4C;
}
</style>
border-color css
<style>
span { border-color: #EF1D4C; }
span { border-color: rgb(239,29,76); }
td.TdClassName
{
border-color: #EF1D4C;
}
.TagClassName
{
border-color: #EF1D4C;
}
</style>