Shades of Ruby #EF0B71
Tints of Ruby #EF0B71
RGB
CMYK
RGB Variations
Color information
#EF0B71 (or 0xEF0B71) is known color: Ruby. HEX triplet: EF, 0B and 71. RGB value is (239,11,113). Sum of RGB (Red+Green+Blue) = 239+11+113=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0B71 is #10F48E. Grayscale: #5A5A5A. Windows color (decimal): -1111183 or 7408623. OLE color: 7408623.
HSL color Cylindrical-coordinate representation of color #EF0B71: hue angle of 333.16º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0B71 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 113 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.06 |
| HSL | 333.16º | 0.91% | 0.49% | - |
| HSV(B) | 333.16º | 0.95% | 0.94% | - |
| XYZ | 38.7 | 19.78 | 17.4 | - |
| YUV | 90.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 113 | 0 | 0.95 | 0.53 | 0.06 | 333.16 | 0.91 | 0.49 |
| Hex | EF | B | 71 | 0 | 5F | 35 | 6 | 14D | 5B | 31 |
| Octal | 357 | 13 | 161 | 0 | 137 | 65 | 6 | 515 | 133 | 61 |
| Binary | 11101111 | 1011 | 1110001 | 0 | 1011111 | 110101 | 110 | 101001101 | 1011011 | 110001 |
Color Harmonies of #EF0B71
Complementary color
Monochromatic Colors of #EF0B71
Black with #EF0B71
Text Example
Text Example
White with #EF0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B71; }
p { color: rgb(239,11,113); }
H1.HeaderClassName
{
color: #EF0B71;
}
.AnyTagClassName
{
color: #EF0B71;
}
</style>
background-color css
<style>
a { background-color: #EF0B71; }
a { background-color: rgb(239,11,113); }
div.DivClassName
{
background-color: #EF0B71;
}
.BgClassName
{
background-color: #EF0B71;
}
</style>
border-color css
<style>
span { border-color: #EF0B71; }
span { border-color: rgb(239,11,113); }
td.TdClassName
{
border-color: #EF0B71;
}
.TagClassName
{
border-color: #EF0B71;
}
</style>