Shades of Ruby #EF0E73
Tints of Ruby #EF0E73
RGB
CMYK
RGB Variations
Color information
#EF0E73 (or 0xEF0E73) is known color: Ruby. HEX triplet: EF, 0E and 73. RGB value is (239,14,115). Sum of RGB (Red+Green+Blue) = 239+14+115=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0E73 is #10F18C. Grayscale: #5C5C5C. Windows color (decimal): -1110413 or 7540463. OLE color: 7540463.
HSL color Cylindrical-coordinate representation of color #EF0E73: hue angle of 333.07º 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 #EF0E73 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 115 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.06 |
| HSL | 333.07º | 0.89% | 0.5% | - |
| HSV(B) | 333.07º | 0.94% | 0.94% | - |
| XYZ | 38.85 | 19.9 | 18.01 | - |
| YUV | 92.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 115 | 0 | 0.94 | 0.52 | 0.06 | 333.07 | 0.89 | 0.5 |
| Hex | EF | E | 73 | 0 | 5E | 34 | 6 | 14D | 59 | 32 |
| Octal | 357 | 16 | 163 | 0 | 136 | 64 | 6 | 515 | 131 | 62 |
| Binary | 11101111 | 1110 | 1110011 | 0 | 1011110 | 110100 | 110 | 101001101 | 1011001 | 110010 |
Color Harmonies of #EF0E73
Complementary color
Monochromatic Colors of #EF0E73
Black with #EF0E73
Text Example
Text Example
White with #EF0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E73; }
p { color: rgb(239,14,115); }
H1.HeaderClassName
{
color: #EF0E73;
}
.AnyTagClassName
{
color: #EF0E73;
}
</style>
background-color css
<style>
a { background-color: #EF0E73; }
a { background-color: rgb(239,14,115); }
div.DivClassName
{
background-color: #EF0E73;
}
.BgClassName
{
background-color: #EF0E73;
}
</style>
border-color css
<style>
span { border-color: #EF0E73; }
span { border-color: rgb(239,14,115); }
td.TdClassName
{
border-color: #EF0E73;
}
.TagClassName
{
border-color: #EF0E73;
}
</style>