Shades of Ruby #EF106D
Tints of Ruby #EF106D
RGB
CMYK
RGB Variations
Color information
#EF106D (or 0xEF106D) is known color: Ruby. HEX triplet: EF, 10 and 6D. RGB value is (239,16,109). Sum of RGB (Red+Green+Blue) = 239+16+109=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF106D is #10EF92. Grayscale: #5D5D5D. Windows color (decimal): -1109907 or 7147759. OLE color: 7147759.
HSL color Cylindrical-coordinate representation of color #EF106D: hue angle of 334.98º 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 #EF106D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.06 |
| HSL | 334.98º | 0.87% | 0.5% | - |
| HSV(B) | 334.98º | 0.93% | 0.94% | - |
| XYZ | 38.54 | 19.83 | 16.26 | - |
| YUV | 93.28 | 136.88 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 109 | 0 | 0.93 | 0.54 | 0.06 | 334.98 | 0.87 | 0.5 |
| Hex | EF | 10 | 6D | 0 | 5D | 36 | 6 | 14F | 57 | 32 |
| Octal | 357 | 20 | 155 | 0 | 135 | 66 | 6 | 517 | 127 | 62 |
| Binary | 11101111 | 10000 | 1101101 | 0 | 1011101 | 110110 | 110 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EF106D
Complementary color
Monochromatic Colors of #EF106D
Black with #EF106D
Text Example
Text Example
White with #EF106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF106D; }
p { color: rgb(239,16,109); }
H1.HeaderClassName
{
color: #EF106D;
}
.AnyTagClassName
{
color: #EF106D;
}
</style>
background-color css
<style>
a { background-color: #EF106D; }
a { background-color: rgb(239,16,109); }
div.DivClassName
{
background-color: #EF106D;
}
.BgClassName
{
background-color: #EF106D;
}
</style>
border-color css
<style>
span { border-color: #EF106D; }
span { border-color: rgb(239,16,109); }
td.TdClassName
{
border-color: #EF106D;
}
.TagClassName
{
border-color: #EF106D;
}
</style>