Shades of Amaranth #EF1F55
Tints of Amaranth #EF1F55
RGB
CMYK
RGB Variations
Color information
#EF1F55 (or 0xEF1F55) is known color: Amaranth. HEX triplet: EF, 1F and 55. RGB value is (239,31,85). Sum of RGB (Red+Green+Blue) = 239+31+85=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F55 is #10E0AA. Grayscale: #636363. Windows color (decimal): -1106091 or 5578735. OLE color: 5578735.
HSL color Cylindrical-coordinate representation of color #EF1F55: hue angle of 344.42º 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 #EF1F55 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 85 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.06 |
| HSL | 344.42º | 0.87% | 0.53% | - |
| HSV(B) | 344.42º | 0.87% | 0.94% | - |
| XYZ | 37.73 | 19.99 | 10.46 | - |
| YUV | 99.35 | 119.91 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 85 | 0 | 0.87 | 0.64 | 0.06 | 344.42 | 0.87 | 0.53 |
| Hex | EF | 1F | 55 | 0 | 57 | 40 | 6 | 158 | 57 | 35 |
| Octal | 357 | 37 | 125 | 0 | 127 | 100 | 6 | 530 | 127 | 65 |
| Binary | 11101111 | 11111 | 1010101 | 0 | 1010111 | 1000000 | 110 | 101011000 | 1010111 | 110101 |
Color Harmonies of #EF1F55
Complementary color
Monochromatic Colors of #EF1F55
Black with #EF1F55
Text Example
Text Example
White with #EF1F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F55; }
p { color: rgb(239,31,85); }
H1.HeaderClassName
{
color: #EF1F55;
}
.AnyTagClassName
{
color: #EF1F55;
}
</style>
background-color css
<style>
a { background-color: #EF1F55; }
a { background-color: rgb(239,31,85); }
div.DivClassName
{
background-color: #EF1F55;
}
.BgClassName
{
background-color: #EF1F55;
}
</style>
border-color css
<style>
span { border-color: #EF1F55; }
span { border-color: rgb(239,31,85); }
td.TdClassName
{
border-color: #EF1F55;
}
.TagClassName
{
border-color: #EF1F55;
}
</style>