Shades of Amaranth #EF1E54
Tints of Amaranth #EF1E54
RGB
CMYK
RGB Variations
Color information
#EF1E54 (or 0xEF1E54) is known color: Amaranth. HEX triplet: EF, 1E and 54. RGB value is (239,30,84). Sum of RGB (Red+Green+Blue) = 239+30+84=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E54 is #10E1AB. Grayscale: #626262. Windows color (decimal): -1106348 or 5512943. OLE color: 5512943.
HSL color Cylindrical-coordinate representation of color #EF1E54: hue angle of 344.5º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1E54 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 84 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.06 |
| HSL | 344.5º | 0.87% | 0.53% | - |
| HSV(B) | 344.5º | 0.87% | 0.94% | - |
| XYZ | 37.66 | 19.92 | 10.25 | - |
| YUV | 98.65 | 119.74 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 84 | 0 | 0.87 | 0.65 | 0.06 | 344.5 | 0.87 | 0.53 |
| Hex | EF | 1E | 54 | 0 | 57 | 41 | 6 | 158 | 57 | 35 |
| Octal | 357 | 36 | 124 | 0 | 127 | 101 | 6 | 530 | 127 | 65 |
| Binary | 11101111 | 11110 | 1010100 | 0 | 1010111 | 1000001 | 110 | 101011000 | 1010111 | 110101 |
Color Harmonies of #EF1E54
Complementary color
Monochromatic Colors of #EF1E54
Black with #EF1E54
Text Example
Text Example
White with #EF1E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E54; }
p { color: rgb(239,30,84); }
H1.HeaderClassName
{
color: #EF1E54;
}
.AnyTagClassName
{
color: #EF1E54;
}
</style>
background-color css
<style>
a { background-color: #EF1E54; }
a { background-color: rgb(239,30,84); }
div.DivClassName
{
background-color: #EF1E54;
}
.BgClassName
{
background-color: #EF1E54;
}
</style>
border-color css
<style>
span { border-color: #EF1E54; }
span { border-color: rgb(239,30,84); }
td.TdClassName
{
border-color: #EF1E54;
}
.TagClassName
{
border-color: #EF1E54;
}
</style>