Shades of Ruby #EF186E
Tints of Ruby #EF186E
RGB
CMYK
RGB Variations
Color information
#EF186E (or 0xEF186E) is known color: Ruby. HEX triplet: EF, 18 and 6E. RGB value is (239,24,110). Sum of RGB (Red+Green+Blue) = 239+24+110=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF186E is #10E791. Grayscale: #616161. Windows color (decimal): -1107858 or 7215343. OLE color: 7215343.
HSL color Cylindrical-coordinate representation of color #EF186E: hue angle of 336º 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 #EF186E is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 110 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.06 |
| HSL | 336º | 0.87% | 0.52% | - |
| HSV(B) | 336º | 0.9% | 0.94% | - |
| XYZ | 38.74 | 20.13 | 16.6 | - |
| YUV | 98.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 110 | 0 | 0.90 | 0.54 | 0.06 | 336 | 0.87 | 0.52 |
| Hex | EF | 18 | 6E | 0 | 5A | 36 | 6 | 150 | 57 | 34 |
| Octal | 357 | 30 | 156 | 0 | 132 | 66 | 6 | 520 | 127 | 64 |
| Binary | 11101111 | 11000 | 1101110 | 0 | 1011010 | 110110 | 110 | 101010000 | 1010111 | 110100 |
Color Harmonies of #EF186E
Complementary color
Monochromatic Colors of #EF186E
Black with #EF186E
Text Example
Text Example
White with #EF186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF186E; }
p { color: rgb(239,24,110); }
H1.HeaderClassName
{
color: #EF186E;
}
.AnyTagClassName
{
color: #EF186E;
}
</style>
background-color css
<style>
a { background-color: #EF186E; }
a { background-color: rgb(239,24,110); }
div.DivClassName
{
background-color: #EF186E;
}
.BgClassName
{
background-color: #EF186E;
}
</style>
border-color css
<style>
span { border-color: #EF186E; }
span { border-color: rgb(239,24,110); }
td.TdClassName
{
border-color: #EF186E;
}
.TagClassName
{
border-color: #EF186E;
}
</style>