Shades of Ruby #EF186C
Tints of Ruby #EF186C
RGB
CMYK
RGB Variations
Color information
#EF186C (or 0xEF186C) is known color: Ruby. HEX triplet: EF, 18 and 6C. RGB value is (239,24,108). Sum of RGB (Red+Green+Blue) = 239+24+108=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF186C is #10E793. Grayscale: #616161. Windows color (decimal): -1107860 or 7084271. OLE color: 7084271.
HSL color Cylindrical-coordinate representation of color #EF186C: hue angle of 336.56º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF186C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 108 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.06 |
| HSL | 336.56º | 0.87% | 0.52% | - |
| HSV(B) | 336.56º | 0.9% | 0.94% | - |
| XYZ | 38.63 | 20.09 | 16.03 | - |
| YUV | 97.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 108 | 0 | 0.90 | 0.55 | 0.06 | 336.56 | 0.87 | 0.52 |
| Hex | EF | 18 | 6C | 0 | 5A | 37 | 6 | 151 | 57 | 34 |
| Octal | 357 | 30 | 154 | 0 | 132 | 67 | 6 | 521 | 127 | 64 |
| Binary | 11101111 | 11000 | 1101100 | 0 | 1011010 | 110111 | 110 | 101010001 | 1010111 | 110100 |
Color Harmonies of #EF186C
Complementary color
Monochromatic Colors of #EF186C
Black with #EF186C
Text Example
Text Example
White with #EF186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF186C; }
p { color: rgb(239,24,108); }
H1.HeaderClassName
{
color: #EF186C;
}
.AnyTagClassName
{
color: #EF186C;
}
</style>
background-color css
<style>
a { background-color: #EF186C; }
a { background-color: rgb(239,24,108); }
div.DivClassName
{
background-color: #EF186C;
}
.BgClassName
{
background-color: #EF186C;
}
</style>
border-color css
<style>
span { border-color: #EF186C; }
span { border-color: rgb(239,24,108); }
td.TdClassName
{
border-color: #EF186C;
}
.TagClassName
{
border-color: #EF186C;
}
</style>