Shades of Ruby #EE106E
Tints of Ruby #EE106E
RGB
CMYK
RGB Variations
Color information
#EE106E (or 0xEE106E) is known color: Ruby. HEX triplet: EE, 10 and 6E. RGB value is (238,16,110). Sum of RGB (Red+Green+Blue) = 238+16+110=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE106E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE106E is #11EF91. Grayscale: #5C5C5C. Windows color (decimal): -1175442 or 7213294. OLE color: 7213294.
HSL color Cylindrical-coordinate representation of color #EE106E: hue angle of 334.59º 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 #EE106E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.07 |
| HSL | 334.59º | 0.87% | 0.5% | - |
| HSV(B) | 334.59º | 0.93% | 0.93% | - |
| XYZ | 38.26 | 19.67 | 16.53 | - |
| YUV | 93.09 | 137.55 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 110 | 0 | 0.93 | 0.54 | 0.07 | 334.59 | 0.87 | 0.5 |
| Hex | EE | 10 | 6E | 0 | 5D | 36 | 7 | 14F | 57 | 32 |
| Octal | 356 | 20 | 156 | 0 | 135 | 66 | 7 | 517 | 127 | 62 |
| Binary | 11101110 | 10000 | 1101110 | 0 | 1011101 | 110110 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EE106E
Complementary color
Monochromatic Colors of #EE106E
Black with #EE106E
Text Example
Text Example
White with #EE106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE106E; }
p { color: rgb(238,16,110); }
H1.HeaderClassName
{
color: #EE106E;
}
.AnyTagClassName
{
color: #EE106E;
}
</style>
background-color css
<style>
a { background-color: #EE106E; }
a { background-color: rgb(238,16,110); }
div.DivClassName
{
background-color: #EE106E;
}
.BgClassName
{
background-color: #EE106E;
}
</style>
border-color css
<style>
span { border-color: #EE106E; }
span { border-color: rgb(238,16,110); }
td.TdClassName
{
border-color: #EE106E;
}
.TagClassName
{
border-color: #EE106E;
}
</style>