Shades of Ruby #EE116B
Tints of Ruby #EE116B
RGB
CMYK
RGB Variations
Color information
#EE116B (or 0xEE116B) is known color: Ruby. HEX triplet: EE, 11 and 6B. RGB value is (238,17,107). Sum of RGB (Red+Green+Blue) = 238+17+107=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE116B is #11EE94. Grayscale: #5D5D5D. Windows color (decimal): -1175189 or 7016942. OLE color: 7016942.
HSL color Cylindrical-coordinate representation of color #EE116B: hue angle of 335.57º 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 #EE116B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 107 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.07 |
| HSL | 335.57º | 0.87% | 0.5% | - |
| HSV(B) | 335.57º | 0.93% | 0.93% | - |
| XYZ | 38.11 | 19.64 | 15.69 | - |
| YUV | 93.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 107 | 0 | 0.93 | 0.55 | 0.07 | 335.57 | 0.87 | 0.5 |
| Hex | EE | 11 | 6B | 0 | 5D | 37 | 7 | 150 | 57 | 32 |
| Octal | 356 | 21 | 153 | 0 | 135 | 67 | 7 | 520 | 127 | 62 |
| Binary | 11101110 | 10001 | 1101011 | 0 | 1011101 | 110111 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EE116B
Complementary color
Monochromatic Colors of #EE116B
Black with #EE116B
Text Example
Text Example
White with #EE116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE116B; }
p { color: rgb(238,17,107); }
H1.HeaderClassName
{
color: #EE116B;
}
.AnyTagClassName
{
color: #EE116B;
}
</style>
background-color css
<style>
a { background-color: #EE116B; }
a { background-color: rgb(238,17,107); }
div.DivClassName
{
background-color: #EE116B;
}
.BgClassName
{
background-color: #EE116B;
}
</style>
border-color css
<style>
span { border-color: #EE116B; }
span { border-color: rgb(238,17,107); }
td.TdClassName
{
border-color: #EE116B;
}
.TagClassName
{
border-color: #EE116B;
}
</style>