Shades of Amaranth #EF1C44
Tints of Amaranth #EF1C44
RGB
CMYK
RGB Variations
Color information
#EF1C44 (or 0xEF1C44) is known color: Amaranth. HEX triplet: EF, 1C and 44. RGB value is (239,28,68). Sum of RGB (Red+Green+Blue) = 239+28+68=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C44 is #10E3BB. Grayscale: #5F5F5F. Windows color (decimal): -1106876 or 4463855. OLE color: 4463855.
HSL color Cylindrical-coordinate representation of color #EF1C44: hue angle of 348.63º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1C44 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 68 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.06 |
| HSL | 348.63º | 0.87% | 0.52% | - |
| HSV(B) | 348.63º | 0.88% | 0.94% | - |
| XYZ | 37.06 | 19.6 | 7.3 | - |
| YUV | 95.65 | 112.4 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 68 | 0 | 0.88 | 0.72 | 0.06 | 348.63 | 0.87 | 0.52 |
| Hex | EF | 1C | 44 | 0 | 58 | 48 | 6 | 15D | 57 | 34 |
| Octal | 357 | 34 | 104 | 0 | 130 | 110 | 6 | 535 | 127 | 64 |
| Binary | 11101111 | 11100 | 1000100 | 0 | 1011000 | 1001000 | 110 | 101011101 | 1010111 | 110100 |
Color Harmonies of #EF1C44
Complementary color
Monochromatic Colors of #EF1C44
Black with #EF1C44
Text Example
Text Example
White with #EF1C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C44; }
p { color: rgb(239,28,68); }
H1.HeaderClassName
{
color: #EF1C44;
}
.AnyTagClassName
{
color: #EF1C44;
}
</style>
background-color css
<style>
a { background-color: #EF1C44; }
a { background-color: rgb(239,28,68); }
div.DivClassName
{
background-color: #EF1C44;
}
.BgClassName
{
background-color: #EF1C44;
}
</style>
border-color css
<style>
span { border-color: #EF1C44; }
span { border-color: rgb(239,28,68); }
td.TdClassName
{
border-color: #EF1C44;
}
.TagClassName
{
border-color: #EF1C44;
}
</style>