Shades of Ruby #EF156C
Tints of Ruby #EF156C
RGB
CMYK
RGB Variations
Color information
#EF156C (or 0xEF156C) is known color: Ruby. HEX triplet: EF, 15 and 6C. RGB value is (239,21,108). Sum of RGB (Red+Green+Blue) = 239+21+108=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF156C is #10EA93. Grayscale: #5F5F5F. Windows color (decimal): -1108628 or 7083503. OLE color: 7083503.
HSL color Cylindrical-coordinate representation of color #EF156C: hue angle of 336.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF156C is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 108 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.06 |
| HSL | 336.06º | 0.87% | 0.51% | - |
| HSV(B) | 336.06º | 0.91% | 0.94% | - |
| XYZ | 38.57 | 19.97 | 16.01 | - |
| YUV | 96.1 | 134.72 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 108 | 0 | 0.91 | 0.55 | 0.06 | 336.06 | 0.87 | 0.51 |
| Hex | EF | 15 | 6C | 0 | 5B | 37 | 6 | 150 | 57 | 33 |
| Octal | 357 | 25 | 154 | 0 | 133 | 67 | 6 | 520 | 127 | 63 |
| Binary | 11101111 | 10101 | 1101100 | 0 | 1011011 | 110111 | 110 | 101010000 | 1010111 | 110011 |
Color Harmonies of #EF156C
Complementary color
Monochromatic Colors of #EF156C
Black with #EF156C
Text Example
Text Example
White with #EF156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF156C; }
p { color: rgb(239,21,108); }
H1.HeaderClassName
{
color: #EF156C;
}
.AnyTagClassName
{
color: #EF156C;
}
</style>
background-color css
<style>
a { background-color: #EF156C; }
a { background-color: rgb(239,21,108); }
div.DivClassName
{
background-color: #EF156C;
}
.BgClassName
{
background-color: #EF156C;
}
</style>
border-color css
<style>
span { border-color: #EF156C; }
span { border-color: rgb(239,21,108); }
td.TdClassName
{
border-color: #EF156C;
}
.TagClassName
{
border-color: #EF156C;
}
</style>