Shades of Ruby #EB166B
Tints of Ruby #EB166B
RGB
CMYK
RGB Variations
Color information
#EB166B (or 0xEB166B) is known color: Ruby. HEX triplet: EB, 16 and 6B. RGB value is (235,22,107). Sum of RGB (Red+Green+Blue) = 235+22+107=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB166B is #14E994. Grayscale: #5F5F5F. Windows color (decimal): -1370517 or 7018219. OLE color: 7018219.
HSL color Cylindrical-coordinate representation of color #EB166B: hue angle of 336.06º 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 #EB166B is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 107 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.08 |
| HSL | 336.06º | 0.84% | 0.5% | - |
| HSV(B) | 336.06º | 0.91% | 0.92% | - |
| XYZ | 37.2 | 19.3 | 15.67 | - |
| YUV | 95.38 | 134.57 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 107 | 0 | 0.91 | 0.54 | 0.08 | 336.06 | 0.84 | 0.5 |
| Hex | EB | 16 | 6B | 0 | 5B | 36 | 8 | 150 | 54 | 32 |
| Octal | 353 | 26 | 153 | 0 | 133 | 66 | 10 | 520 | 124 | 62 |
| Binary | 11101011 | 10110 | 1101011 | 0 | 1011011 | 110110 | 1000 | 101010000 | 1010100 | 110010 |
Color Harmonies of #EB166B
Complementary color
Monochromatic Colors of #EB166B
Black with #EB166B
Text Example
Text Example
White with #EB166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB166B; }
p { color: rgb(235,22,107); }
H1.HeaderClassName
{
color: #EB166B;
}
.AnyTagClassName
{
color: #EB166B;
}
</style>
background-color css
<style>
a { background-color: #EB166B; }
a { background-color: rgb(235,22,107); }
div.DivClassName
{
background-color: #EB166B;
}
.BgClassName
{
background-color: #EB166B;
}
</style>
border-color css
<style>
span { border-color: #EB166B; }
span { border-color: rgb(235,22,107); }
td.TdClassName
{
border-color: #EB166B;
}
.TagClassName
{
border-color: #EB166B;
}
</style>