Shades of Ruby #EF156D
Tints of Ruby #EF156D
RGB
CMYK
RGB Variations
Color information
#EF156D (or 0xEF156D) is known color: Ruby. HEX triplet: EF, 15 and 6D. RGB value is (239,21,109). Sum of RGB (Red+Green+Blue) = 239+21+109=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF156D is #10EA92. Grayscale: #606060. Windows color (decimal): -1108627 or 7149039. OLE color: 7149039.
HSL color Cylindrical-coordinate representation of color #EF156D: hue angle of 335.78º 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 #EF156D is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 109 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.06 |
| HSL | 335.78º | 0.87% | 0.51% | - |
| HSV(B) | 335.78º | 0.91% | 0.94% | - |
| XYZ | 38.63 | 19.99 | 16.29 | - |
| YUV | 96.21 | 135.22 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 109 | 0 | 0.91 | 0.54 | 0.06 | 335.78 | 0.87 | 0.51 |
| Hex | EF | 15 | 6D | 0 | 5B | 36 | 6 | 150 | 57 | 33 |
| Octal | 357 | 25 | 155 | 0 | 133 | 66 | 6 | 520 | 127 | 63 |
| Binary | 11101111 | 10101 | 1101101 | 0 | 1011011 | 110110 | 110 | 101010000 | 1010111 | 110011 |
Color Harmonies of #EF156D
Complementary color
Monochromatic Colors of #EF156D
Black with #EF156D
Text Example
Text Example
White with #EF156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF156D; }
p { color: rgb(239,21,109); }
H1.HeaderClassName
{
color: #EF156D;
}
.AnyTagClassName
{
color: #EF156D;
}
</style>
background-color css
<style>
a { background-color: #EF156D; }
a { background-color: rgb(239,21,109); }
div.DivClassName
{
background-color: #EF156D;
}
.BgClassName
{
background-color: #EF156D;
}
</style>
border-color css
<style>
span { border-color: #EF156D; }
span { border-color: rgb(239,21,109); }
td.TdClassName
{
border-color: #EF156D;
}
.TagClassName
{
border-color: #EF156D;
}
</style>