Shades of Ruby #EF0979
Tints of Ruby #EF0979
RGB
CMYK
RGB Variations
Color information
#EF0979 (or 0xEF0979) is known color: Ruby. HEX triplet: EF, 09 and 79. RGB value is (239,9,121). Sum of RGB (Red+Green+Blue) = 239+9+121=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0979 is #10F686. Grayscale: #5A5A5A. Windows color (decimal): -1111687 or 7932399. OLE color: 7932399.
HSL color Cylindrical-coordinate representation of color #EF0979: hue angle of 330.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0979 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.06 |
| HSL | 330.78º | 0.93% | 0.49% | - |
| HSV(B) | 330.78º | 0.96% | 0.94% | - |
| XYZ | 39.15 | 19.93 | 19.87 | - |
| YUV | 90.54 | 145.2 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 121 | 0 | 0.96 | 0.49 | 0.06 | 330.78 | 0.93 | 0.49 |
| Hex | EF | 9 | 79 | 0 | 60 | 31 | 6 | 14B | 5D | 31 |
| Octal | 357 | 11 | 171 | 0 | 140 | 61 | 6 | 513 | 135 | 61 |
| Binary | 11101111 | 1001 | 1111001 | 0 | 1100000 | 110001 | 110 | 101001011 | 1011101 | 110001 |
Color Harmonies of #EF0979
Complementary color
Monochromatic Colors of #EF0979
Black with #EF0979
Text Example
Text Example
White with #EF0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0979; }
p { color: rgb(239,9,121); }
H1.HeaderClassName
{
color: #EF0979;
}
.AnyTagClassName
{
color: #EF0979;
}
</style>
background-color css
<style>
a { background-color: #EF0979; }
a { background-color: rgb(239,9,121); }
div.DivClassName
{
background-color: #EF0979;
}
.BgClassName
{
background-color: #EF0979;
}
</style>
border-color css
<style>
span { border-color: #EF0979; }
span { border-color: rgb(239,9,121); }
td.TdClassName
{
border-color: #EF0979;
}
.TagClassName
{
border-color: #EF0979;
}
</style>