Shades of Ruby #EF1179
Tints of Ruby #EF1179
RGB
CMYK
RGB Variations
Color information
#EF1179 (or 0xEF1179) is known color: Ruby. HEX triplet: EF, 11 and 79. RGB value is (239,17,121). Sum of RGB (Red+Green+Blue) = 239+17+121=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1179 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1179 is #10EE86. Grayscale: #5F5F5F. Windows color (decimal): -1109639 or 7934447. OLE color: 7934447.
HSL color Cylindrical-coordinate representation of color #EF1179: hue angle of 331.89º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1179 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 121 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.06 |
| HSL | 331.89º | 0.87% | 0.5% | - |
| HSV(B) | 331.89º | 0.93% | 0.94% | - |
| XYZ | 39.25 | 20.13 | 19.91 | - |
| YUV | 95.23 | 142.55 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 121 | 0 | 0.93 | 0.49 | 0.06 | 331.89 | 0.87 | 0.5 |
| Hex | EF | 11 | 79 | 0 | 5D | 31 | 6 | 14C | 57 | 32 |
| Octal | 357 | 21 | 171 | 0 | 135 | 61 | 6 | 514 | 127 | 62 |
| Binary | 11101111 | 10001 | 1111001 | 0 | 1011101 | 110001 | 110 | 101001100 | 1010111 | 110010 |
Color Harmonies of #EF1179
Complementary color
Monochromatic Colors of #EF1179
Black with #EF1179
Text Example
Text Example
White with #EF1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1179; }
p { color: rgb(239,17,121); }
H1.HeaderClassName
{
color: #EF1179;
}
.AnyTagClassName
{
color: #EF1179;
}
</style>
background-color css
<style>
a { background-color: #EF1179; }
a { background-color: rgb(239,17,121); }
div.DivClassName
{
background-color: #EF1179;
}
.BgClassName
{
background-color: #EF1179;
}
</style>
border-color css
<style>
span { border-color: #EF1179; }
span { border-color: rgb(239,17,121); }
td.TdClassName
{
border-color: #EF1179;
}
.TagClassName
{
border-color: #EF1179;
}
</style>