Shades of Ruby #EF166F
Tints of Ruby #EF166F
RGB
CMYK
RGB Variations
Color information
#EF166F (or 0xEF166F) is known color: Ruby. HEX triplet: EF, 16 and 6F. RGB value is (239,22,111). Sum of RGB (Red+Green+Blue) = 239+22+111=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF166F is #10E990. Grayscale: #606060. Windows color (decimal): -1108369 or 7280367. OLE color: 7280367.
HSL color Cylindrical-coordinate representation of color #EF166F: hue angle of 335.39º 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 #EF166F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.06 |
| HSL | 335.39º | 0.87% | 0.51% | - |
| HSV(B) | 335.39º | 0.91% | 0.94% | - |
| XYZ | 38.75 | 20.07 | 16.87 | - |
| YUV | 97.03 | 135.89 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 111 | 0 | 0.91 | 0.54 | 0.06 | 335.39 | 0.87 | 0.51 |
| Hex | EF | 16 | 6F | 0 | 5B | 36 | 6 | 14F | 57 | 33 |
| Octal | 357 | 26 | 157 | 0 | 133 | 66 | 6 | 517 | 127 | 63 |
| Binary | 11101111 | 10110 | 1101111 | 0 | 1011011 | 110110 | 110 | 101001111 | 1010111 | 110011 |
Color Harmonies of #EF166F
Complementary color
Monochromatic Colors of #EF166F
Black with #EF166F
Text Example
Text Example
White with #EF166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF166F; }
p { color: rgb(239,22,111); }
H1.HeaderClassName
{
color: #EF166F;
}
.AnyTagClassName
{
color: #EF166F;
}
</style>
background-color css
<style>
a { background-color: #EF166F; }
a { background-color: rgb(239,22,111); }
div.DivClassName
{
background-color: #EF166F;
}
.BgClassName
{
background-color: #EF166F;
}
</style>
border-color css
<style>
span { border-color: #EF166F; }
span { border-color: rgb(239,22,111); }
td.TdClassName
{
border-color: #EF166F;
}
.TagClassName
{
border-color: #EF166F;
}
</style>