Shades of Ruby #EF146C
Tints of Ruby #EF146C
RGB
CMYK
RGB Variations
Color information
#EF146C (or 0xEF146C) is known color: Ruby. HEX triplet: EF, 14 and 6C. RGB value is (239,20,108). Sum of RGB (Red+Green+Blue) = 239+20+108=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF146C is #10EB93. Grayscale: #5F5F5F. Windows color (decimal): -1108884 or 7083247. OLE color: 7083247.
HSL color Cylindrical-coordinate representation of color #EF146C: hue angle of 335.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF146C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 108 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.06 |
| HSL | 335.89º | 0.87% | 0.51% | - |
| HSV(B) | 335.89º | 0.92% | 0.94% | - |
| XYZ | 38.55 | 19.93 | 16 | - |
| YUV | 95.51 | 135.05 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 108 | 0 | 0.92 | 0.55 | 0.06 | 335.89 | 0.87 | 0.51 |
| Hex | EF | 14 | 6C | 0 | 5C | 37 | 6 | 150 | 57 | 33 |
| Octal | 357 | 24 | 154 | 0 | 134 | 67 | 6 | 520 | 127 | 63 |
| Binary | 11101111 | 10100 | 1101100 | 0 | 1011100 | 110111 | 110 | 101010000 | 1010111 | 110011 |
Color Harmonies of #EF146C
Complementary color
Monochromatic Colors of #EF146C
Black with #EF146C
Text Example
Text Example
White with #EF146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF146C; }
p { color: rgb(239,20,108); }
H1.HeaderClassName
{
color: #EF146C;
}
.AnyTagClassName
{
color: #EF146C;
}
</style>
background-color css
<style>
a { background-color: #EF146C; }
a { background-color: rgb(239,20,108); }
div.DivClassName
{
background-color: #EF146C;
}
.BgClassName
{
background-color: #EF146C;
}
</style>
border-color css
<style>
span { border-color: #EF146C; }
span { border-color: rgb(239,20,108); }
td.TdClassName
{
border-color: #EF146C;
}
.TagClassName
{
border-color: #EF146C;
}
</style>