Shades of Ruby #EF0E77
Tints of Ruby #EF0E77
RGB
CMYK
RGB Variations
Color information
#EF0E77 (or 0xEF0E77) is known color: Ruby. HEX triplet: EF, 0E and 77. RGB value is (239,14,119). Sum of RGB (Red+Green+Blue) = 239+14+119=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E77 is #10F188. Grayscale: #5D5D5D. Windows color (decimal): -1110409 or 7802607. OLE color: 7802607.
HSL color Cylindrical-coordinate representation of color #EF0E77: hue angle of 332º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E77 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 119 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.06 |
| HSL | 332º | 0.89% | 0.5% | - |
| HSV(B) | 332º | 0.94% | 0.94% | - |
| XYZ | 39.08 | 20 | 19.25 | - |
| YUV | 93.25 | 142.54 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 119 | 0 | 0.94 | 0.50 | 0.06 | 332 | 0.89 | 0.5 |
| Hex | EF | E | 77 | 0 | 5E | 32 | 6 | 14C | 59 | 32 |
| Octal | 357 | 16 | 167 | 0 | 136 | 62 | 6 | 514 | 131 | 62 |
| Binary | 11101111 | 1110 | 1110111 | 0 | 1011110 | 110010 | 110 | 101001100 | 1011001 | 110010 |
Color Harmonies of #EF0E77
Complementary color
Monochromatic Colors of #EF0E77
Black with #EF0E77
Text Example
Text Example
White with #EF0E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E77; }
p { color: rgb(239,14,119); }
H1.HeaderClassName
{
color: #EF0E77;
}
.AnyTagClassName
{
color: #EF0E77;
}
</style>
background-color css
<style>
a { background-color: #EF0E77; }
a { background-color: rgb(239,14,119); }
div.DivClassName
{
background-color: #EF0E77;
}
.BgClassName
{
background-color: #EF0E77;
}
</style>
border-color css
<style>
span { border-color: #EF0E77; }
span { border-color: rgb(239,14,119); }
td.TdClassName
{
border-color: #EF0E77;
}
.TagClassName
{
border-color: #EF0E77;
}
</style>