Shades of Ruby #ED106B
Tints of Ruby #ED106B
RGB
CMYK
RGB Variations
Color information
#ED106B (or 0xED106B) is known color: Ruby. HEX triplet: ED, 10 and 6B. RGB value is (237,16,107). Sum of RGB (Red+Green+Blue) = 237+16+107=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED106B is #12EF94. Grayscale: #5C5C5C. Windows color (decimal): -1240981 or 7016685. OLE color: 7016685.
HSL color Cylindrical-coordinate representation of color #ED106B: hue angle of 335.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED106B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.07 |
| HSL | 335.29º | 0.87% | 0.5% | - |
| HSV(B) | 335.29º | 0.93% | 0.93% | - |
| XYZ | 37.76 | 19.44 | 15.67 | - |
| YUV | 92.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 107 | 0 | 0.93 | 0.55 | 0.07 | 335.29 | 0.87 | 0.5 |
| Hex | ED | 10 | 6B | 0 | 5D | 37 | 7 | 14F | 57 | 32 |
| Octal | 355 | 20 | 153 | 0 | 135 | 67 | 7 | 517 | 127 | 62 |
| Binary | 11101101 | 10000 | 1101011 | 0 | 1011101 | 110111 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #ED106B
Complementary color
Monochromatic Colors of #ED106B
Black with #ED106B
Text Example
Text Example
White with #ED106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED106B; }
p { color: rgb(237,16,107); }
H1.HeaderClassName
{
color: #ED106B;
}
.AnyTagClassName
{
color: #ED106B;
}
</style>
background-color css
<style>
a { background-color: #ED106B; }
a { background-color: rgb(237,16,107); }
div.DivClassName
{
background-color: #ED106B;
}
.BgClassName
{
background-color: #ED106B;
}
</style>
border-color css
<style>
span { border-color: #ED106B; }
span { border-color: rgb(237,16,107); }
td.TdClassName
{
border-color: #ED106B;
}
.TagClassName
{
border-color: #ED106B;
}
</style>