Shades of Ruby #EF146F
Tints of Ruby #EF146F
RGB
CMYK
RGB Variations
Color information
#EF146F (or 0xEF146F) is known color: Ruby. HEX triplet: EF, 14 and 6F. RGB value is (239,20,111). Sum of RGB (Red+Green+Blue) = 239+20+111=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF146F is #10EB90. Grayscale: #5F5F5F. Windows color (decimal): -1108881 or 7279855. OLE color: 7279855.
HSL color Cylindrical-coordinate representation of color #EF146F: hue angle of 335.07º 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 #EF146F is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 111 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.06 |
| HSL | 335.07º | 0.87% | 0.51% | - |
| HSV(B) | 335.07º | 0.92% | 0.94% | - |
| XYZ | 38.72 | 20 | 16.86 | - |
| YUV | 95.86 | 136.55 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 111 | 0 | 0.92 | 0.54 | 0.06 | 335.07 | 0.87 | 0.51 |
| Hex | EF | 14 | 6F | 0 | 5C | 36 | 6 | 14F | 57 | 33 |
| Octal | 357 | 24 | 157 | 0 | 134 | 66 | 6 | 517 | 127 | 63 |
| Binary | 11101111 | 10100 | 1101111 | 0 | 1011100 | 110110 | 110 | 101001111 | 1010111 | 110011 |
Color Harmonies of #EF146F
Complementary color
Monochromatic Colors of #EF146F
Black with #EF146F
Text Example
Text Example
White with #EF146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF146F; }
p { color: rgb(239,20,111); }
H1.HeaderClassName
{
color: #EF146F;
}
.AnyTagClassName
{
color: #EF146F;
}
</style>
background-color css
<style>
a { background-color: #EF146F; }
a { background-color: rgb(239,20,111); }
div.DivClassName
{
background-color: #EF146F;
}
.BgClassName
{
background-color: #EF146F;
}
</style>
border-color css
<style>
span { border-color: #EF146F; }
span { border-color: rgb(239,20,111); }
td.TdClassName
{
border-color: #EF146F;
}
.TagClassName
{
border-color: #EF146F;
}
</style>