Shades of Ruby #EF1B71
Tints of Ruby #EF1B71
RGB
CMYK
RGB Variations
Color information
#EF1B71 (or 0xEF1B71) is known color: Ruby. HEX triplet: EF, 1B and 71. RGB value is (239,27,113). Sum of RGB (Red+Green+Blue) = 239+27+113=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1B71 is #10E48E. Grayscale: #646464. Windows color (decimal): -1107087 or 7412719. OLE color: 7412719.
HSL color Cylindrical-coordinate representation of color #EF1B71: hue angle of 335.66º 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 #EF1B71 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 113 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.06 |
| HSL | 335.66º | 0.87% | 0.52% | - |
| HSV(B) | 335.66º | 0.89% | 0.94% | - |
| XYZ | 38.97 | 20.33 | 17.49 | - |
| YUV | 100.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 113 | 0 | 0.89 | 0.53 | 0.06 | 335.66 | 0.87 | 0.52 |
| Hex | EF | 1B | 71 | 0 | 59 | 35 | 6 | 150 | 57 | 34 |
| Octal | 357 | 33 | 161 | 0 | 131 | 65 | 6 | 520 | 127 | 64 |
| Binary | 11101111 | 11011 | 1110001 | 0 | 1011001 | 110101 | 110 | 101010000 | 1010111 | 110100 |
Color Harmonies of #EF1B71
Complementary color
Monochromatic Colors of #EF1B71
Black with #EF1B71
Text Example
Text Example
White with #EF1B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B71; }
p { color: rgb(239,27,113); }
H1.HeaderClassName
{
color: #EF1B71;
}
.AnyTagClassName
{
color: #EF1B71;
}
</style>
background-color css
<style>
a { background-color: #EF1B71; }
a { background-color: rgb(239,27,113); }
div.DivClassName
{
background-color: #EF1B71;
}
.BgClassName
{
background-color: #EF1B71;
}
</style>
border-color css
<style>
span { border-color: #EF1B71; }
span { border-color: rgb(239,27,113); }
td.TdClassName
{
border-color: #EF1B71;
}
.TagClassName
{
border-color: #EF1B71;
}
</style>