Shades of Amaranth #EF1E5B
Tints of Amaranth #EF1E5B
RGB
CMYK
RGB Variations
Color information
#EF1E5B (or 0xEF1E5B) is known color: Amaranth. HEX triplet: EF, 1E and 5B. RGB value is (239,30,91). Sum of RGB (Red+Green+Blue) = 239+30+91=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E5B is #10E1A4. Grayscale: #636363. Windows color (decimal): -1106341 or 5971695. OLE color: 5971695.
HSL color Cylindrical-coordinate representation of color #EF1E5B: hue angle of 342.49º 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 #EF1E5B is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 30 | 91 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.06 |
| HSL | 342.49º | 0.87% | 0.53% | - |
| HSV(B) | 342.49º | 0.87% | 0.94% | - |
| XYZ | 37.95 | 20.03 | 11.76 | - |
| YUV | 99.45 | 123.24 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 30 | 91 | 0 | 0.87 | 0.62 | 0.06 | 342.49 | 0.87 | 0.53 |
| Hex | EF | 1E | 5B | 0 | 57 | 3E | 6 | 156 | 57 | 35 |
| Octal | 357 | 36 | 133 | 0 | 127 | 76 | 6 | 526 | 127 | 65 |
| Binary | 11101111 | 11110 | 1011011 | 0 | 1010111 | 111110 | 110 | 101010110 | 1010111 | 110101 |
Color Harmonies of #EF1E5B
Complementary color
Monochromatic Colors of #EF1E5B
Black with #EF1E5B
Text Example
Text Example
White with #EF1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1E5B; }
p { color: rgb(239,30,91); }
H1.HeaderClassName
{
color: #EF1E5B;
}
.AnyTagClassName
{
color: #EF1E5B;
}
</style>
background-color css
<style>
a { background-color: #EF1E5B; }
a { background-color: rgb(239,30,91); }
div.DivClassName
{
background-color: #EF1E5B;
}
.BgClassName
{
background-color: #EF1E5B;
}
</style>
border-color css
<style>
span { border-color: #EF1E5B; }
span { border-color: rgb(239,30,91); }
td.TdClassName
{
border-color: #EF1E5B;
}
.TagClassName
{
border-color: #EF1E5B;
}
</style>