Shades of Ruby #EF0879
Tints of Ruby #EF0879
RGB
CMYK
RGB Variations
Color information
#EF0879 (or 0xEF0879) is known color: Ruby. HEX triplet: EF, 08 and 79. RGB value is (239,8,121). Sum of RGB (Red+Green+Blue) = 239+8+121=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0879 is #10F786. Grayscale: #595959. Windows color (decimal): -1111943 or 7932143. OLE color: 7932143.
HSL color Cylindrical-coordinate representation of color #EF0879: hue angle of 330.65º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0879 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 121 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.06 |
| HSL | 330.65º | 0.94% | 0.48% | - |
| HSV(B) | 330.65º | 0.97% | 0.94% | - |
| XYZ | 39.13 | 19.9 | 19.87 | - |
| YUV | 89.95 | 145.53 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 121 | 0 | 0.97 | 0.49 | 0.06 | 330.65 | 0.94 | 0.48 |
| Hex | EF | 8 | 79 | 0 | 61 | 31 | 6 | 14B | 5E | 30 |
| Octal | 357 | 10 | 171 | 0 | 141 | 61 | 6 | 513 | 136 | 60 |
| Binary | 11101111 | 1000 | 1111001 | 0 | 1100001 | 110001 | 110 | 101001011 | 1011110 | 110000 |
Color Harmonies of #EF0879
Complementary color
Monochromatic Colors of #EF0879
Black with #EF0879
Text Example
Text Example
White with #EF0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0879; }
p { color: rgb(239,8,121); }
H1.HeaderClassName
{
color: #EF0879;
}
.AnyTagClassName
{
color: #EF0879;
}
</style>
background-color css
<style>
a { background-color: #EF0879; }
a { background-color: rgb(239,8,121); }
div.DivClassName
{
background-color: #EF0879;
}
.BgClassName
{
background-color: #EF0879;
}
</style>
border-color css
<style>
span { border-color: #EF0879; }
span { border-color: rgb(239,8,121); }
td.TdClassName
{
border-color: #EF0879;
}
.TagClassName
{
border-color: #EF0879;
}
</style>