Shades of Ruby #EF156F
Tints of Ruby #EF156F
RGB
CMYK
RGB Variations
Color information
#EF156F (or 0xEF156F) is known color: Ruby. HEX triplet: EF, 15 and 6F. RGB value is (239,21,111). Sum of RGB (Red+Green+Blue) = 239+21+111=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF156F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF156F is #10EA90. Grayscale: #606060. Windows color (decimal): -1108625 or 7280111. OLE color: 7280111.
HSL color Cylindrical-coordinate representation of color #EF156F: hue angle of 335.23º 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 #EF156F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 111 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.06 |
| HSL | 335.23º | 0.87% | 0.51% | - |
| HSV(B) | 335.23º | 0.91% | 0.94% | - |
| XYZ | 38.73 | 20.03 | 16.86 | - |
| YUV | 96.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 111 | 0 | 0.91 | 0.54 | 0.06 | 335.23 | 0.87 | 0.51 |
| Hex | EF | 15 | 6F | 0 | 5B | 36 | 6 | 14F | 57 | 33 |
| Octal | 357 | 25 | 157 | 0 | 133 | 66 | 6 | 517 | 127 | 63 |
| Binary | 11101111 | 10101 | 1101111 | 0 | 1011011 | 110110 | 110 | 101001111 | 1010111 | 110011 |
Color Harmonies of #EF156F
Complementary color
Monochromatic Colors of #EF156F
Black with #EF156F
Text Example
Text Example
White with #EF156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF156F; }
p { color: rgb(239,21,111); }
H1.HeaderClassName
{
color: #EF156F;
}
.AnyTagClassName
{
color: #EF156F;
}
</style>
background-color css
<style>
a { background-color: #EF156F; }
a { background-color: rgb(239,21,111); }
div.DivClassName
{
background-color: #EF156F;
}
.BgClassName
{
background-color: #EF156F;
}
</style>
border-color css
<style>
span { border-color: #EF156F; }
span { border-color: rgb(239,21,111); }
td.TdClassName
{
border-color: #EF156F;
}
.TagClassName
{
border-color: #EF156F;
}
</style>