Shades of Ruby #EE116A
Tints of Ruby #EE116A
RGB
CMYK
RGB Variations
Color information
#EE116A (or 0xEE116A) is known color: Ruby. HEX triplet: EE, 11 and 6A. RGB value is (238,17,106). Sum of RGB (Red+Green+Blue) = 238+17+106=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE116A is #11EE95. Grayscale: #5D5D5D. Windows color (decimal): -1175190 or 6951406. OLE color: 6951406.
HSL color Cylindrical-coordinate representation of color #EE116A: hue angle of 335.84º 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 #EE116A is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 106 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.07 |
| HSL | 335.84º | 0.87% | 0.5% | - |
| HSV(B) | 335.84º | 0.93% | 0.93% | - |
| XYZ | 38.06 | 19.62 | 15.42 | - |
| YUV | 93.23 | 135.22 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 106 | 0 | 0.93 | 0.55 | 0.07 | 335.84 | 0.87 | 0.5 |
| Hex | EE | 11 | 6A | 0 | 5D | 37 | 7 | 150 | 57 | 32 |
| Octal | 356 | 21 | 152 | 0 | 135 | 67 | 7 | 520 | 127 | 62 |
| Binary | 11101110 | 10001 | 1101010 | 0 | 1011101 | 110111 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EE116A
Complementary color
Monochromatic Colors of #EE116A
Black with #EE116A
Text Example
Text Example
White with #EE116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE116A; }
p { color: rgb(238,17,106); }
H1.HeaderClassName
{
color: #EE116A;
}
.AnyTagClassName
{
color: #EE116A;
}
</style>
background-color css
<style>
a { background-color: #EE116A; }
a { background-color: rgb(238,17,106); }
div.DivClassName
{
background-color: #EE116A;
}
.BgClassName
{
background-color: #EE116A;
}
</style>
border-color css
<style>
span { border-color: #EE116A; }
span { border-color: rgb(238,17,106); }
td.TdClassName
{
border-color: #EE116A;
}
.TagClassName
{
border-color: #EE116A;
}
</style>