Shades of Amaranth #EF1D44
Tints of Amaranth #EF1D44
RGB
CMYK
RGB Variations
Color information
#EF1D44 (or 0xEF1D44) is known color: Amaranth. HEX triplet: EF, 1D and 44. RGB value is (239,29,68). Sum of RGB (Red+Green+Blue) = 239+29+68=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D44 is #10E2BB. Grayscale: #606060. Windows color (decimal): -1106620 or 4464111. OLE color: 4464111.
HSL color Cylindrical-coordinate representation of color #EF1D44: hue angle of 348.86º 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 #EF1D44 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 68 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.06 |
| HSL | 348.86º | 0.87% | 0.53% | - |
| HSV(B) | 348.86º | 0.88% | 0.94% | - |
| XYZ | 37.08 | 19.65 | 7.31 | - |
| YUV | 96.24 | 112.07 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 68 | 0 | 0.88 | 0.72 | 0.06 | 348.86 | 0.87 | 0.53 |
| Hex | EF | 1D | 44 | 0 | 58 | 48 | 6 | 15D | 57 | 35 |
| Octal | 357 | 35 | 104 | 0 | 130 | 110 | 6 | 535 | 127 | 65 |
| Binary | 11101111 | 11101 | 1000100 | 0 | 1011000 | 1001000 | 110 | 101011101 | 1010111 | 110101 |
Color Harmonies of #EF1D44
Complementary color
Monochromatic Colors of #EF1D44
Black with #EF1D44
Text Example
Text Example
White with #EF1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D44; }
p { color: rgb(239,29,68); }
H1.HeaderClassName
{
color: #EF1D44;
}
.AnyTagClassName
{
color: #EF1D44;
}
</style>
background-color css
<style>
a { background-color: #EF1D44; }
a { background-color: rgb(239,29,68); }
div.DivClassName
{
background-color: #EF1D44;
}
.BgClassName
{
background-color: #EF1D44;
}
</style>
border-color css
<style>
span { border-color: #EF1D44; }
span { border-color: rgb(239,29,68); }
td.TdClassName
{
border-color: #EF1D44;
}
.TagClassName
{
border-color: #EF1D44;
}
</style>