Shades of Ruby #EE116D
Tints of Ruby #EE116D
RGB
CMYK
RGB Variations
Color information
#EE116D (or 0xEE116D) is known color: Ruby. HEX triplet: EE, 11 and 6D. RGB value is (238,17,109). Sum of RGB (Red+Green+Blue) = 238+17+109=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE116D is #11EE92. Grayscale: #5D5D5D. Windows color (decimal): -1175187 or 7148014. OLE color: 7148014.
HSL color Cylindrical-coordinate representation of color #EE116D: hue angle of 335.02º 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 #EE116D is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.07 |
| HSL | 335.02º | 0.87% | 0.5% | - |
| HSV(B) | 335.02º | 0.93% | 0.93% | - |
| XYZ | 38.22 | 19.68 | 16.25 | - |
| YUV | 93.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 109 | 0 | 0.93 | 0.54 | 0.07 | 335.02 | 0.87 | 0.5 |
| Hex | EE | 11 | 6D | 0 | 5D | 36 | 7 | 14F | 57 | 32 |
| Octal | 356 | 21 | 155 | 0 | 135 | 66 | 7 | 517 | 127 | 62 |
| Binary | 11101110 | 10001 | 1101101 | 0 | 1011101 | 110110 | 111 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EE116D
Complementary color
Monochromatic Colors of #EE116D
Black with #EE116D
Text Example
Text Example
White with #EE116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE116D; }
p { color: rgb(238,17,109); }
H1.HeaderClassName
{
color: #EE116D;
}
.AnyTagClassName
{
color: #EE116D;
}
</style>
background-color css
<style>
a { background-color: #EE116D; }
a { background-color: rgb(238,17,109); }
div.DivClassName
{
background-color: #EE116D;
}
.BgClassName
{
background-color: #EE116D;
}
</style>
border-color css
<style>
span { border-color: #EE116D; }
span { border-color: rgb(238,17,109); }
td.TdClassName
{
border-color: #EE116D;
}
.TagClassName
{
border-color: #EE116D;
}
</style>