Shades of Amaranth #EF1C4A
Tints of Amaranth #EF1C4A
RGB
CMYK
RGB Variations
Color information
#EF1C4A (or 0xEF1C4A) is known color: Amaranth. HEX triplet: EF, 1C and 4A. RGB value is (239,28,74). Sum of RGB (Red+Green+Blue) = 239+28+74=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1C4A is #10E3B5. Grayscale: #606060. Windows color (decimal): -1106870 or 4857071. OLE color: 4857071.
HSL color Cylindrical-coordinate representation of color #EF1C4A: hue angle of 346.92º 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 #EF1C4A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 74 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.06 |
| HSL | 346.92º | 0.87% | 0.52% | - |
| HSV(B) | 346.92º | 0.88% | 0.94% | - |
| XYZ | 37.25 | 19.68 | 8.31 | - |
| YUV | 96.33 | 115.4 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 74 | 0 | 0.88 | 0.69 | 0.06 | 346.92 | 0.87 | 0.52 |
| Hex | EF | 1C | 4A | 0 | 58 | 45 | 6 | 15B | 57 | 34 |
| Octal | 357 | 34 | 112 | 0 | 130 | 105 | 6 | 533 | 127 | 64 |
| Binary | 11101111 | 11100 | 1001010 | 0 | 1011000 | 1000101 | 110 | 101011011 | 1010111 | 110100 |
Color Harmonies of #EF1C4A
Complementary color
Monochromatic Colors of #EF1C4A
Black with #EF1C4A
Text Example
Text Example
White with #EF1C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C4A; }
p { color: rgb(239,28,74); }
H1.HeaderClassName
{
color: #EF1C4A;
}
.AnyTagClassName
{
color: #EF1C4A;
}
</style>
background-color css
<style>
a { background-color: #EF1C4A; }
a { background-color: rgb(239,28,74); }
div.DivClassName
{
background-color: #EF1C4A;
}
.BgClassName
{
background-color: #EF1C4A;
}
</style>
border-color css
<style>
span { border-color: #EF1C4A; }
span { border-color: rgb(239,28,74); }
td.TdClassName
{
border-color: #EF1C4A;
}
.TagClassName
{
border-color: #EF1C4A;
}
</style>