Shades of Ruby #EF166B
Tints of Ruby #EF166B
RGB
CMYK
RGB Variations
Color information
#EF166B (or 0xEF166B) is known color: Ruby. HEX triplet: EF, 16 and 6B. RGB value is (239,22,107). Sum of RGB (Red+Green+Blue) = 239+22+107=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF166B is #10E994. Grayscale: #606060. Windows color (decimal): -1108373 or 7018223. OLE color: 7018223.
HSL color Cylindrical-coordinate representation of color #EF166B: hue angle of 336.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF166B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 107 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.06 |
| HSL | 336.5º | 0.87% | 0.51% | - |
| HSV(B) | 336.5º | 0.91% | 0.94% | - |
| XYZ | 38.54 | 19.99 | 15.74 | - |
| YUV | 96.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 107 | 0 | 0.91 | 0.55 | 0.06 | 336.5 | 0.87 | 0.51 |
| Hex | EF | 16 | 6B | 0 | 5B | 37 | 6 | 150 | 57 | 33 |
| Octal | 357 | 26 | 153 | 0 | 133 | 67 | 6 | 520 | 127 | 63 |
| Binary | 11101111 | 10110 | 1101011 | 0 | 1011011 | 110111 | 110 | 101010000 | 1010111 | 110011 |
Color Harmonies of #EF166B
Complementary color
Monochromatic Colors of #EF166B
Black with #EF166B
Text Example
Text Example
White with #EF166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF166B; }
p { color: rgb(239,22,107); }
H1.HeaderClassName
{
color: #EF166B;
}
.AnyTagClassName
{
color: #EF166B;
}
</style>
background-color css
<style>
a { background-color: #EF166B; }
a { background-color: rgb(239,22,107); }
div.DivClassName
{
background-color: #EF166B;
}
.BgClassName
{
background-color: #EF166B;
}
</style>
border-color css
<style>
span { border-color: #EF166B; }
span { border-color: rgb(239,22,107); }
td.TdClassName
{
border-color: #EF166B;
}
.TagClassName
{
border-color: #EF166B;
}
</style>