Shades of Ruby #EF1165
Tints of Ruby #EF1165
RGB
CMYK
RGB Variations
Color information
#EF1165 (or 0xEF1165) is known color: Ruby. HEX triplet: EF, 11 and 65. RGB value is (239,17,101). Sum of RGB (Red+Green+Blue) = 239+17+101=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1165 is #10EE9A. Grayscale: #5C5C5C. Windows color (decimal): -1109659 or 6623727. OLE color: 6623727.
HSL color Cylindrical-coordinate representation of color #EF1165: hue angle of 337.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1165 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 101 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.06 |
| HSL | 337.3º | 0.87% | 0.5% | - |
| HSV(B) | 337.3º | 0.93% | 0.94% | - |
| XYZ | 38.15 | 19.69 | 14.1 | - |
| YUV | 92.95 | 132.55 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 101 | 0 | 0.93 | 0.58 | 0.06 | 337.3 | 0.87 | 0.5 |
| Hex | EF | 11 | 65 | 0 | 5D | 3A | 6 | 151 | 57 | 32 |
| Octal | 357 | 21 | 145 | 0 | 135 | 72 | 6 | 521 | 127 | 62 |
| Binary | 11101111 | 10001 | 1100101 | 0 | 1011101 | 111010 | 110 | 101010001 | 1010111 | 110010 |
Color Harmonies of #EF1165
Complementary color
Monochromatic Colors of #EF1165
Black with #EF1165
Text Example
Text Example
White with #EF1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1165; }
p { color: rgb(239,17,101); }
H1.HeaderClassName
{
color: #EF1165;
}
.AnyTagClassName
{
color: #EF1165;
}
</style>
background-color css
<style>
a { background-color: #EF1165; }
a { background-color: rgb(239,17,101); }
div.DivClassName
{
background-color: #EF1165;
}
.BgClassName
{
background-color: #EF1165;
}
</style>
border-color css
<style>
span { border-color: #EF1165; }
span { border-color: rgb(239,17,101); }
td.TdClassName
{
border-color: #EF1165;
}
.TagClassName
{
border-color: #EF1165;
}
</style>