Shades of Ruby #EF1B6B
Tints of Ruby #EF1B6B
RGB
CMYK
RGB Variations
Color information
#EF1B6B (or 0xEF1B6B) is known color: Ruby. HEX triplet: EF, 1B and 6B. RGB value is (239,27,107). Sum of RGB (Red+Green+Blue) = 239+27+107=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1B6B is #10E494. Grayscale: #636363. Windows color (decimal): -1107093 or 7019503. OLE color: 7019503.
HSL color Cylindrical-coordinate representation of color #EF1B6B: hue angle of 337.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B6B is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 107 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.06 |
| HSL | 337.36º | 0.87% | 0.52% | - |
| HSV(B) | 337.36º | 0.89% | 0.94% | - |
| XYZ | 38.64 | 20.2 | 15.77 | - |
| YUV | 99.51 | 132.24 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 107 | 0 | 0.89 | 0.55 | 0.06 | 337.36 | 0.87 | 0.52 |
| Hex | EF | 1B | 6B | 0 | 59 | 37 | 6 | 151 | 57 | 34 |
| Octal | 357 | 33 | 153 | 0 | 131 | 67 | 6 | 521 | 127 | 64 |
| Binary | 11101111 | 11011 | 1101011 | 0 | 1011001 | 110111 | 110 | 101010001 | 1010111 | 110100 |
Color Harmonies of #EF1B6B
Complementary color
Monochromatic Colors of #EF1B6B
Black with #EF1B6B
Text Example
Text Example
White with #EF1B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B6B; }
p { color: rgb(239,27,107); }
H1.HeaderClassName
{
color: #EF1B6B;
}
.AnyTagClassName
{
color: #EF1B6B;
}
</style>
background-color css
<style>
a { background-color: #EF1B6B; }
a { background-color: rgb(239,27,107); }
div.DivClassName
{
background-color: #EF1B6B;
}
.BgClassName
{
background-color: #EF1B6B;
}
</style>
border-color css
<style>
span { border-color: #EF1B6B; }
span { border-color: rgb(239,27,107); }
td.TdClassName
{
border-color: #EF1B6B;
}
.TagClassName
{
border-color: #EF1B6B;
}
</style>