Shades of Ruby #EE106D
Tints of Ruby #EE106D
RGB
CMYK
RGB Variations
Color information
#EE106D (or 0xEE106D) is known color: Ruby. HEX triplet: EE, 10 and 6D. RGB value is (238,16,109). Sum of RGB (Red+Green+Blue) = 238+16+109=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE106D is #11EF92. Grayscale: #5C5C5C. Windows color (decimal): -1175443 or 7147758. OLE color: 7147758.
HSL color Cylindrical-coordinate representation of color #EE106D: hue angle of 334.86º 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 #EE106D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.07 |
| HSL | 334.86º | 0.87% | 0.5% | - |
| HSV(B) | 334.86º | 0.93% | 0.93% | - |
| XYZ | 38.21 | 19.65 | 16.25 | - |
| YUV | 92.98 | 137.05 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 109 | 0 | 0.93 | 0.54 | 0.07 | 334.86 | 0.87 | 0.5 |
| Hex | EE | 10 | 6D | 0 | 5D | 36 | 7 | 14F | 57 | 32 |
| Octal | 356 | 20 | 155 | 0 | 135 | 66 | 7 | 517 | 127 | 62 |
| Binary | 11101110 | 10000 | 1101101 | 0 | 1011101 | 110110 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EE106D
Complementary color
Monochromatic Colors of #EE106D
Black with #EE106D
Text Example
Text Example
White with #EE106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE106D; }
p { color: rgb(238,16,109); }
H1.HeaderClassName
{
color: #EE106D;
}
.AnyTagClassName
{
color: #EE106D;
}
</style>
background-color css
<style>
a { background-color: #EE106D; }
a { background-color: rgb(238,16,109); }
div.DivClassName
{
background-color: #EE106D;
}
.BgClassName
{
background-color: #EE106D;
}
</style>
border-color css
<style>
span { border-color: #EE106D; }
span { border-color: rgb(238,16,109); }
td.TdClassName
{
border-color: #EE106D;
}
.TagClassName
{
border-color: #EE106D;
}
</style>