Shades of Ruby #EF176C
Tints of Ruby #EF176C
RGB
CMYK
RGB Variations
Color information
#EF176C (or 0xEF176C) is known color: Ruby. HEX triplet: EF, 17 and 6C. RGB value is (239,23,108). Sum of RGB (Red+Green+Blue) = 239+23+108=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF176C is #10E893. Grayscale: #616161. Windows color (decimal): -1108116 or 7084015. OLE color: 7084015.
HSL color Cylindrical-coordinate representation of color #EF176C: hue angle of 336.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF176C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 108 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.06 |
| HSL | 336.39º | 0.87% | 0.51% | - |
| HSV(B) | 336.39º | 0.9% | 0.94% | - |
| XYZ | 38.61 | 20.05 | 16.02 | - |
| YUV | 97.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 108 | 0 | 0.90 | 0.55 | 0.06 | 336.39 | 0.87 | 0.51 |
| Hex | EF | 17 | 6C | 0 | 5A | 37 | 6 | 150 | 57 | 33 |
| Octal | 357 | 27 | 154 | 0 | 132 | 67 | 6 | 520 | 127 | 63 |
| Binary | 11101111 | 10111 | 1101100 | 0 | 1011010 | 110111 | 110 | 101010000 | 1010111 | 110011 |
Color Harmonies of #EF176C
Complementary color
Monochromatic Colors of #EF176C
Black with #EF176C
Text Example
Text Example
White with #EF176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF176C; }
p { color: rgb(239,23,108); }
H1.HeaderClassName
{
color: #EF176C;
}
.AnyTagClassName
{
color: #EF176C;
}
</style>
background-color css
<style>
a { background-color: #EF176C; }
a { background-color: rgb(239,23,108); }
div.DivClassName
{
background-color: #EF176C;
}
.BgClassName
{
background-color: #EF176C;
}
</style>
border-color css
<style>
span { border-color: #EF176C; }
span { border-color: rgb(239,23,108); }
td.TdClassName
{
border-color: #EF176C;
}
.TagClassName
{
border-color: #EF176C;
}
</style>