Shades of Ruby #EE106F
Tints of Ruby #EE106F
RGB
CMYK
RGB Variations
Color information
#EE106F (or 0xEE106F) is known color: Ruby. HEX triplet: EE, 10 and 6F. RGB value is (238,16,111). Sum of RGB (Red+Green+Blue) = 238+16+111=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE106F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE106F is #11EF90. Grayscale: #5D5D5D. Windows color (decimal): -1175441 or 7278830. OLE color: 7278830.
HSL color Cylindrical-coordinate representation of color #EE106F: hue angle of 334.32º 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 #EE106F is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.07 |
| HSL | 334.32º | 0.87% | 0.5% | - |
| HSV(B) | 334.32º | 0.93% | 0.93% | - |
| XYZ | 38.31 | 19.7 | 16.82 | - |
| YUV | 93.21 | 138.05 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 111 | 0 | 0.93 | 0.53 | 0.07 | 334.32 | 0.87 | 0.5 |
| Hex | EE | 10 | 6F | 0 | 5D | 35 | 7 | 14E | 57 | 32 |
| Octal | 356 | 20 | 157 | 0 | 135 | 65 | 7 | 516 | 127 | 62 |
| Binary | 11101110 | 10000 | 1101111 | 0 | 1011101 | 110101 | 111 | 101001110 | 1010111 | 110010 |
Color Harmonies of #EE106F
Complementary color
Monochromatic Colors of #EE106F
Black with #EE106F
Text Example
Text Example
White with #EE106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE106F; }
p { color: rgb(238,16,111); }
H1.HeaderClassName
{
color: #EE106F;
}
.AnyTagClassName
{
color: #EE106F;
}
</style>
background-color css
<style>
a { background-color: #EE106F; }
a { background-color: rgb(238,16,111); }
div.DivClassName
{
background-color: #EE106F;
}
.BgClassName
{
background-color: #EE106F;
}
</style>
border-color css
<style>
span { border-color: #EE106F; }
span { border-color: rgb(238,16,111); }
td.TdClassName
{
border-color: #EE106F;
}
.TagClassName
{
border-color: #EE106F;
}
</style>