Shades of Ruby #ED106D
Tints of Ruby #ED106D
RGB
CMYK
RGB Variations
Color information
#ED106D (or 0xED106D) is known color: Ruby. HEX triplet: ED, 10 and 6D. RGB value is (237,16,109). Sum of RGB (Red+Green+Blue) = 237+16+109=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED106D is #12EF92. Grayscale: #5C5C5C. Windows color (decimal): -1240979 or 7147757. OLE color: 7147757.
HSL color Cylindrical-coordinate representation of color #ED106D: hue angle of 334.75º 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 #ED106D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.07 |
| HSL | 334.75º | 0.87% | 0.5% | - |
| HSV(B) | 334.75º | 0.93% | 0.93% | - |
| XYZ | 37.87 | 19.48 | 16.23 | - |
| YUV | 92.68 | 137.22 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 16 | 109 | 0 | 0.93 | 0.54 | 0.07 | 334.75 | 0.87 | 0.5 |
| Hex | ED | 10 | 6D | 0 | 5D | 36 | 7 | 14F | 57 | 32 |
| Octal | 355 | 20 | 155 | 0 | 135 | 66 | 7 | 517 | 127 | 62 |
| Binary | 11101101 | 10000 | 1101101 | 0 | 1011101 | 110110 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #ED106D
Complementary color
Monochromatic Colors of #ED106D
Black with #ED106D
Text Example
Text Example
White with #ED106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED106D; }
p { color: rgb(237,16,109); }
H1.HeaderClassName
{
color: #ED106D;
}
.AnyTagClassName
{
color: #ED106D;
}
</style>
background-color css
<style>
a { background-color: #ED106D; }
a { background-color: rgb(237,16,109); }
div.DivClassName
{
background-color: #ED106D;
}
.BgClassName
{
background-color: #ED106D;
}
</style>
border-color css
<style>
span { border-color: #ED106D; }
span { border-color: rgb(237,16,109); }
td.TdClassName
{
border-color: #ED106D;
}
.TagClassName
{
border-color: #ED106D;
}
</style>