Shades of Ruby #EB116D
Tints of Ruby #EB116D
RGB
CMYK
RGB Variations
Color information
#EB116D (or 0xEB116D) is known color: Ruby. HEX triplet: EB, 11 and 6D. RGB value is (235,17,109). Sum of RGB (Red+Green+Blue) = 235+17+109=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB116D is #14EE92. Grayscale: #5C5C5C. Windows color (decimal): -1371795 or 7148011. OLE color: 7148011.
HSL color Cylindrical-coordinate representation of color #EB116D: hue angle of 334.68º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB116D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.08 |
| HSL | 334.68º | 0.87% | 0.49% | - |
| HSV(B) | 334.68º | 0.93% | 0.92% | - |
| XYZ | 37.22 | 19.17 | 16.21 | - |
| YUV | 92.67 | 137.22 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 109 | 0 | 0.93 | 0.54 | 0.08 | 334.68 | 0.87 | 0.49 |
| Hex | EB | 11 | 6D | 0 | 5D | 36 | 8 | 14F | 57 | 31 |
| Octal | 353 | 21 | 155 | 0 | 135 | 66 | 10 | 517 | 127 | 61 |
| Binary | 11101011 | 10001 | 1101101 | 0 | 1011101 | 110110 | 1000 | 101001111 | 1010111 | 110001 |
Color Harmonies of #EB116D
Complementary color
Monochromatic Colors of #EB116D
Black with #EB116D
Text Example
Text Example
White with #EB116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB116D; }
p { color: rgb(235,17,109); }
H1.HeaderClassName
{
color: #EB116D;
}
.AnyTagClassName
{
color: #EB116D;
}
</style>
background-color css
<style>
a { background-color: #EB116D; }
a { background-color: rgb(235,17,109); }
div.DivClassName
{
background-color: #EB116D;
}
.BgClassName
{
background-color: #EB116D;
}
</style>
border-color css
<style>
span { border-color: #EB116D; }
span { border-color: rgb(235,17,109); }
td.TdClassName
{
border-color: #EB116D;
}
.TagClassName
{
border-color: #EB116D;
}
</style>