Shades of Ruby #EE106C
Tints of Ruby #EE106C
RGB
CMYK
RGB Variations
Color information
#EE106C (or 0xEE106C) is known color: Ruby. HEX triplet: EE, 10 and 6C. RGB value is (238,16,108). Sum of RGB (Red+Green+Blue) = 238+16+108=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE106C is #11EF93. Grayscale: #5C5C5C. Windows color (decimal): -1175444 or 7082222. OLE color: 7082222.
HSL color Cylindrical-coordinate representation of color #EE106C: hue angle of 335.14º 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 #EE106C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.07 |
| HSL | 335.14º | 0.87% | 0.5% | - |
| HSV(B) | 335.14º | 0.93% | 0.93% | - |
| XYZ | 38.15 | 19.63 | 15.97 | - |
| YUV | 92.87 | 136.55 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 108 | 0 | 0.93 | 0.55 | 0.07 | 335.14 | 0.87 | 0.5 |
| Hex | EE | 10 | 6C | 0 | 5D | 37 | 7 | 14F | 57 | 32 |
| Octal | 356 | 20 | 154 | 0 | 135 | 67 | 7 | 517 | 127 | 62 |
| Binary | 11101110 | 10000 | 1101100 | 0 | 1011101 | 110111 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EE106C
Complementary color
Monochromatic Colors of #EE106C
Black with #EE106C
Text Example
Text Example
White with #EE106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE106C; }
p { color: rgb(238,16,108); }
H1.HeaderClassName
{
color: #EE106C;
}
.AnyTagClassName
{
color: #EE106C;
}
</style>
background-color css
<style>
a { background-color: #EE106C; }
a { background-color: rgb(238,16,108); }
div.DivClassName
{
background-color: #EE106C;
}
.BgClassName
{
background-color: #EE106C;
}
</style>
border-color css
<style>
span { border-color: #EE106C; }
span { border-color: rgb(238,16,108); }
td.TdClassName
{
border-color: #EE106C;
}
.TagClassName
{
border-color: #EE106C;
}
</style>