Shades of Ruby #EF0978
Tints of Ruby #EF0978
RGB
CMYK
RGB Variations
Color information
#EF0978 (or 0xEF0978) is known color: Ruby. HEX triplet: EF, 09 and 78. RGB value is (239,9,120). Sum of RGB (Red+Green+Blue) = 239+9+120=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0978 is #10F687. Grayscale: #5A5A5A. Windows color (decimal): -1111688 or 7866863. OLE color: 7866863.
HSL color Cylindrical-coordinate representation of color #EF0978: hue angle of 331.04º 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 #EF0978 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.06 |
| HSL | 331.04º | 0.93% | 0.49% | - |
| HSV(B) | 331.04º | 0.96% | 0.94% | - |
| XYZ | 39.08 | 19.9 | 19.55 | - |
| YUV | 90.42 | 144.7 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 120 | 0 | 0.96 | 0.50 | 0.06 | 331.04 | 0.93 | 0.49 |
| Hex | EF | 9 | 78 | 0 | 60 | 32 | 6 | 14B | 5D | 31 |
| Octal | 357 | 11 | 170 | 0 | 140 | 62 | 6 | 513 | 135 | 61 |
| Binary | 11101111 | 1001 | 1111000 | 0 | 1100000 | 110010 | 110 | 101001011 | 1011101 | 110001 |
Color Harmonies of #EF0978
Complementary color
Monochromatic Colors of #EF0978
Black with #EF0978
Text Example
Text Example
White with #EF0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0978; }
p { color: rgb(239,9,120); }
H1.HeaderClassName
{
color: #EF0978;
}
.AnyTagClassName
{
color: #EF0978;
}
</style>
background-color css
<style>
a { background-color: #EF0978; }
a { background-color: rgb(239,9,120); }
div.DivClassName
{
background-color: #EF0978;
}
.BgClassName
{
background-color: #EF0978;
}
</style>
border-color css
<style>
span { border-color: #EF0978; }
span { border-color: rgb(239,9,120); }
td.TdClassName
{
border-color: #EF0978;
}
.TagClassName
{
border-color: #EF0978;
}
</style>