Shades of Ruby #EB166A
Tints of Ruby #EB166A
RGB
CMYK
RGB Variations
Color information
#EB166A (or 0xEB166A) is known color: Ruby. HEX triplet: EB, 16 and 6A. RGB value is (235,22,106). Sum of RGB (Red+Green+Blue) = 235+22+106=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB166A is #14E995. Grayscale: #5F5F5F. Windows color (decimal): -1370518 or 6952683. OLE color: 6952683.
HSL color Cylindrical-coordinate representation of color #EB166A: hue angle of 336.34º 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 #EB166A is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 106 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.08 |
| HSL | 336.34º | 0.84% | 0.5% | - |
| HSV(B) | 336.34º | 0.91% | 0.92% | - |
| XYZ | 37.15 | 19.28 | 15.4 | - |
| YUV | 95.26 | 134.07 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 106 | 0 | 0.91 | 0.55 | 0.08 | 336.34 | 0.84 | 0.5 |
| Hex | EB | 16 | 6A | 0 | 5B | 37 | 8 | 150 | 54 | 32 |
| Octal | 353 | 26 | 152 | 0 | 133 | 67 | 10 | 520 | 124 | 62 |
| Binary | 11101011 | 10110 | 1101010 | 0 | 1011011 | 110111 | 1000 | 101010000 | 1010100 | 110010 |
Color Harmonies of #EB166A
Complementary color
Monochromatic Colors of #EB166A
Black with #EB166A
Text Example
Text Example
White with #EB166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB166A; }
p { color: rgb(235,22,106); }
H1.HeaderClassName
{
color: #EB166A;
}
.AnyTagClassName
{
color: #EB166A;
}
</style>
background-color css
<style>
a { background-color: #EB166A; }
a { background-color: rgb(235,22,106); }
div.DivClassName
{
background-color: #EB166A;
}
.BgClassName
{
background-color: #EB166A;
}
</style>
border-color css
<style>
span { border-color: #EB166A; }
span { border-color: rgb(235,22,106); }
td.TdClassName
{
border-color: #EB166A;
}
.TagClassName
{
border-color: #EB166A;
}
</style>