Shades of Ruby #EE1171
Tints of Ruby #EE1171
RGB
CMYK
RGB Variations
Color information
#EE1171 (or 0xEE1171) is known color: Ruby. HEX triplet: EE, 11 and 71. RGB value is (238,17,113). Sum of RGB (Red+Green+Blue) = 238+17+113=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1171 is #11EE8E. Grayscale: #5D5D5D. Windows color (decimal): -1175183 or 7410158. OLE color: 7410158.
HSL color Cylindrical-coordinate representation of color #EE1171: hue angle of 333.94º 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 #EE1171 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 113 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.07 |
| HSL | 333.94º | 0.87% | 0.5% | - |
| HSV(B) | 333.94º | 0.93% | 0.93% | - |
| XYZ | 38.44 | 19.77 | 17.41 | - |
| YUV | 94.02 | 138.72 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 113 | 0 | 0.93 | 0.53 | 0.07 | 333.94 | 0.87 | 0.5 |
| Hex | EE | 11 | 71 | 0 | 5D | 35 | 7 | 14E | 57 | 32 |
| Octal | 356 | 21 | 161 | 0 | 135 | 65 | 7 | 516 | 127 | 62 |
| Binary | 11101110 | 10001 | 1110001 | 0 | 1011101 | 110101 | 111 | 101001110 | 1010111 | 110010 |
Color Harmonies of #EE1171
Complementary color
Monochromatic Colors of #EE1171
Black with #EE1171
Text Example
Text Example
White with #EE1171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1171; }
p { color: rgb(238,17,113); }
H1.HeaderClassName
{
color: #EE1171;
}
.AnyTagClassName
{
color: #EE1171;
}
</style>
background-color css
<style>
a { background-color: #EE1171; }
a { background-color: rgb(238,17,113); }
div.DivClassName
{
background-color: #EE1171;
}
.BgClassName
{
background-color: #EE1171;
}
</style>
border-color css
<style>
span { border-color: #EE1171; }
span { border-color: rgb(238,17,113); }
td.TdClassName
{
border-color: #EE1171;
}
.TagClassName
{
border-color: #EE1171;
}
</style>