Shades of Ruby #EF1176
Tints of Ruby #EF1176
RGB
CMYK
RGB Variations
Color information
#EF1176 (or 0xEF1176) is known color: Ruby. HEX triplet: EF, 11 and 76. RGB value is (239,17,118). Sum of RGB (Red+Green+Blue) = 239+17+118=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1176 is #10EE89. Grayscale: #5E5E5E. Windows color (decimal): -1109642 or 7737839. OLE color: 7737839.
HSL color Cylindrical-coordinate representation of color #EF1176: hue angle of 332.7º 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 #EF1176 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 118 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.06 |
| HSL | 332.7º | 0.87% | 0.5% | - |
| HSV(B) | 332.7º | 0.93% | 0.94% | - |
| XYZ | 39.07 | 20.06 | 18.95 | - |
| YUV | 94.89 | 141.05 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 118 | 0 | 0.93 | 0.51 | 0.06 | 332.7 | 0.87 | 0.5 |
| Hex | EF | 11 | 76 | 0 | 5D | 33 | 6 | 14D | 57 | 32 |
| Octal | 357 | 21 | 166 | 0 | 135 | 63 | 6 | 515 | 127 | 62 |
| Binary | 11101111 | 10001 | 1110110 | 0 | 1011101 | 110011 | 110 | 101001101 | 1010111 | 110010 |
Color Harmonies of #EF1176
Complementary color
Monochromatic Colors of #EF1176
Black with #EF1176
Text Example
Text Example
White with #EF1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1176; }
p { color: rgb(239,17,118); }
H1.HeaderClassName
{
color: #EF1176;
}
.AnyTagClassName
{
color: #EF1176;
}
</style>
background-color css
<style>
a { background-color: #EF1176; }
a { background-color: rgb(239,17,118); }
div.DivClassName
{
background-color: #EF1176;
}
.BgClassName
{
background-color: #EF1176;
}
</style>
border-color css
<style>
span { border-color: #EF1176; }
span { border-color: rgb(239,17,118); }
td.TdClassName
{
border-color: #EF1176;
}
.TagClassName
{
border-color: #EF1176;
}
</style>