Shades of Ruby #EF106F
Tints of Ruby #EF106F
RGB
CMYK
RGB Variations
Color information
#EF106F (or 0xEF106F) is known color: Ruby. HEX triplet: EF, 10 and 6F. RGB value is (239,16,111). Sum of RGB (Red+Green+Blue) = 239+16+111=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF106F is #10EF90. Grayscale: #5D5D5D. Windows color (decimal): -1109905 or 7278831. OLE color: 7278831.
HSL color Cylindrical-coordinate representation of color #EF106F: hue angle of 334.44º 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 #EF106F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.06 |
| HSL | 334.44º | 0.87% | 0.5% | - |
| HSV(B) | 334.44º | 0.93% | 0.94% | - |
| XYZ | 38.65 | 19.87 | 16.84 | - |
| YUV | 93.51 | 137.88 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 111 | 0 | 0.93 | 0.54 | 0.06 | 334.44 | 0.87 | 0.5 |
| Hex | EF | 10 | 6F | 0 | 5D | 36 | 6 | 14E | 57 | 32 |
| Octal | 357 | 20 | 157 | 0 | 135 | 66 | 6 | 516 | 127 | 62 |
| Binary | 11101111 | 10000 | 1101111 | 0 | 1011101 | 110110 | 110 | 101001110 | 1010111 | 110010 |
Color Harmonies of #EF106F
Complementary color
Monochromatic Colors of #EF106F
Black with #EF106F
Text Example
Text Example
White with #EF106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF106F; }
p { color: rgb(239,16,111); }
H1.HeaderClassName
{
color: #EF106F;
}
.AnyTagClassName
{
color: #EF106F;
}
</style>
background-color css
<style>
a { background-color: #EF106F; }
a { background-color: rgb(239,16,111); }
div.DivClassName
{
background-color: #EF106F;
}
.BgClassName
{
background-color: #EF106F;
}
</style>
border-color css
<style>
span { border-color: #EF106F; }
span { border-color: rgb(239,16,111); }
td.TdClassName
{
border-color: #EF106F;
}
.TagClassName
{
border-color: #EF106F;
}
</style>