Shades of Ruby #EB166C
Tints of Ruby #EB166C
RGB
CMYK
RGB Variations
Color information
#EB166C (or 0xEB166C) is known color: Ruby. HEX triplet: EB, 16 and 6C. RGB value is (235,22,108). Sum of RGB (Red+Green+Blue) = 235+22+108=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB166C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB166C is #14E993. Grayscale: #5F5F5F. Windows color (decimal): -1370516 or 7083755. OLE color: 7083755.
HSL color Cylindrical-coordinate representation of color #EB166C: hue angle of 335.77º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB166C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 108 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.08 |
| HSL | 335.77º | 0.84% | 0.5% | - |
| HSV(B) | 335.77º | 0.91% | 0.92% | - |
| XYZ | 37.25 | 19.32 | 15.95 | - |
| YUV | 95.49 | 135.07 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 108 | 0 | 0.91 | 0.54 | 0.08 | 335.77 | 0.84 | 0.5 |
| Hex | EB | 16 | 6C | 0 | 5B | 36 | 8 | 150 | 54 | 32 |
| Octal | 353 | 26 | 154 | 0 | 133 | 66 | 10 | 520 | 124 | 62 |
| Binary | 11101011 | 10110 | 1101100 | 0 | 1011011 | 110110 | 1000 | 101010000 | 1010100 | 110010 |
Color Harmonies of #EB166C
Complementary color
Monochromatic Colors of #EB166C
Black with #EB166C
Text Example
Text Example
White with #EB166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB166C; }
p { color: rgb(235,22,108); }
H1.HeaderClassName
{
color: #EB166C;
}
.AnyTagClassName
{
color: #EB166C;
}
</style>
background-color css
<style>
a { background-color: #EB166C; }
a { background-color: rgb(235,22,108); }
div.DivClassName
{
background-color: #EB166C;
}
.BgClassName
{
background-color: #EB166C;
}
</style>
border-color css
<style>
span { border-color: #EB166C; }
span { border-color: rgb(235,22,108); }
td.TdClassName
{
border-color: #EB166C;
}
.TagClassName
{
border-color: #EB166C;
}
</style>