Shades of Ruby #ED106C
Tints of Ruby #ED106C
RGB
CMYK
RGB Variations
Color information
#ED106C (or 0xED106C) is known color: Ruby. HEX triplet: ED, 10 and 6C. RGB value is (237,16,108). Sum of RGB (Red+Green+Blue) = 237+16+108=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED106C is #12EF93. Grayscale: #5C5C5C. Windows color (decimal): -1240980 or 7082221. OLE color: 7082221.
HSL color Cylindrical-coordinate representation of color #ED106C: hue angle of 335.02º 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 #ED106C is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.07 |
| HSL | 335.02º | 0.87% | 0.5% | - |
| HSV(B) | 335.02º | 0.93% | 0.93% | - |
| XYZ | 37.82 | 19.46 | 15.95 | - |
| YUV | 92.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 108 | 0 | 0.93 | 0.54 | 0.07 | 335.02 | 0.87 | 0.5 |
| Hex | ED | 10 | 6C | 0 | 5D | 36 | 7 | 14F | 57 | 32 |
| Octal | 355 | 20 | 154 | 0 | 135 | 66 | 7 | 517 | 127 | 62 |
| Binary | 11101101 | 10000 | 1101100 | 0 | 1011101 | 110110 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #ED106C
Complementary color
Monochromatic Colors of #ED106C
Black with #ED106C
Text Example
Text Example
White with #ED106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED106C; }
p { color: rgb(237,16,108); }
H1.HeaderClassName
{
color: #ED106C;
}
.AnyTagClassName
{
color: #ED106C;
}
</style>
background-color css
<style>
a { background-color: #ED106C; }
a { background-color: rgb(237,16,108); }
div.DivClassName
{
background-color: #ED106C;
}
.BgClassName
{
background-color: #ED106C;
}
</style>
border-color css
<style>
span { border-color: #ED106C; }
span { border-color: rgb(237,16,108); }
td.TdClassName
{
border-color: #ED106C;
}
.TagClassName
{
border-color: #ED106C;
}
</style>