Shades of Ruby #EB166D
Tints of Ruby #EB166D
RGB
CMYK
RGB Variations
Color information
#EB166D (or 0xEB166D) is known color: Ruby. HEX triplet: EB, 16 and 6D. RGB value is (235,22,109). Sum of RGB (Red+Green+Blue) = 235+22+109=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB166D is #14E992. Grayscale: #5F5F5F. Windows color (decimal): -1370515 or 7149291. OLE color: 7149291.
HSL color Cylindrical-coordinate representation of color #EB166D: hue angle of 335.49º 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 #EB166D is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 109 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.08 |
| HSL | 335.49º | 0.84% | 0.5% | - |
| HSV(B) | 335.49º | 0.91% | 0.92% | - |
| XYZ | 37.31 | 19.34 | 16.23 | - |
| YUV | 95.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 109 | 0 | 0.91 | 0.54 | 0.08 | 335.49 | 0.84 | 0.5 |
| Hex | EB | 16 | 6D | 0 | 5B | 36 | 8 | 14F | 54 | 32 |
| Octal | 353 | 26 | 155 | 0 | 133 | 66 | 10 | 517 | 124 | 62 |
| Binary | 11101011 | 10110 | 1101101 | 0 | 1011011 | 110110 | 1000 | 101001111 | 1010100 | 110010 |
Color Harmonies of #EB166D
Complementary color
Monochromatic Colors of #EB166D
Black with #EB166D
Text Example
Text Example
White with #EB166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB166D; }
p { color: rgb(235,22,109); }
H1.HeaderClassName
{
color: #EB166D;
}
.AnyTagClassName
{
color: #EB166D;
}
</style>
background-color css
<style>
a { background-color: #EB166D; }
a { background-color: rgb(235,22,109); }
div.DivClassName
{
background-color: #EB166D;
}
.BgClassName
{
background-color: #EB166D;
}
</style>
border-color css
<style>
span { border-color: #EB166D; }
span { border-color: rgb(235,22,109); }
td.TdClassName
{
border-color: #EB166D;
}
.TagClassName
{
border-color: #EB166D;
}
</style>