Shades of Amaranth #EF1C4E
Tints of Amaranth #EF1C4E
RGB
CMYK
RGB Variations
Color information
#EF1C4E (or 0xEF1C4E) is known color: Amaranth. HEX triplet: EF, 1C and 4E. RGB value is (239,28,78). Sum of RGB (Red+Green+Blue) = 239+28+78=345 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.28% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1C4E is #10E3B1. Grayscale: #606060. Windows color (decimal): -1106866 or 5119215. OLE color: 5119215.
HSL color Cylindrical-coordinate representation of color #EF1C4E: hue angle of 345.78º 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 #EF1C4E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 78 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.06 |
| HSL | 345.78º | 0.87% | 0.52% | - |
| HSV(B) | 345.78º | 0.88% | 0.94% | - |
| XYZ | 37.39 | 19.73 | 9.05 | - |
| YUV | 96.79 | 117.4 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 78 | 0 | 0.88 | 0.67 | 0.06 | 345.78 | 0.87 | 0.52 |
| Hex | EF | 1C | 4E | 0 | 58 | 43 | 6 | 15A | 57 | 34 |
| Octal | 357 | 34 | 116 | 0 | 130 | 103 | 6 | 532 | 127 | 64 |
| Binary | 11101111 | 11100 | 1001110 | 0 | 1011000 | 1000011 | 110 | 101011010 | 1010111 | 110100 |
Color Harmonies of #EF1C4E
Complementary color
Monochromatic Colors of #EF1C4E
Black with #EF1C4E
Text Example
Text Example
White with #EF1C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C4E; }
p { color: rgb(239,28,78); }
H1.HeaderClassName
{
color: #EF1C4E;
}
.AnyTagClassName
{
color: #EF1C4E;
}
</style>
background-color css
<style>
a { background-color: #EF1C4E; }
a { background-color: rgb(239,28,78); }
div.DivClassName
{
background-color: #EF1C4E;
}
.BgClassName
{
background-color: #EF1C4E;
}
</style>
border-color css
<style>
span { border-color: #EF1C4E; }
span { border-color: rgb(239,28,78); }
td.TdClassName
{
border-color: #EF1C4E;
}
.TagClassName
{
border-color: #EF1C4E;
}
</style>