Shades of Ruby #EF0F75
Tints of Ruby #EF0F75
RGB
CMYK
RGB Variations
Color information
#EF0F75 (or 0xEF0F75) is known color: Ruby. HEX triplet: EF, 0F and 75. RGB value is (239,15,117). Sum of RGB (Red+Green+Blue) = 239+15+117=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F75 is #10F08A. Grayscale: #5D5D5D. Windows color (decimal): -1110155 or 7671791. OLE color: 7671791.
HSL color Cylindrical-coordinate representation of color #EF0F75: hue angle of 332.68º degrees, saturation: 0.88, 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 #EF0F75 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 117 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.06 |
| HSL | 332.68º | 0.88% | 0.5% | - |
| HSV(B) | 332.68º | 0.94% | 0.94% | - |
| XYZ | 38.98 | 19.98 | 18.63 | - |
| YUV | 93.6 | 141.21 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 117 | 0 | 0.94 | 0.51 | 0.06 | 332.68 | 0.88 | 0.5 |
| Hex | EF | F | 75 | 0 | 5E | 33 | 6 | 14D | 58 | 32 |
| Octal | 357 | 17 | 165 | 0 | 136 | 63 | 6 | 515 | 130 | 62 |
| Binary | 11101111 | 1111 | 1110101 | 0 | 1011110 | 110011 | 110 | 101001101 | 1011000 | 110010 |
Color Harmonies of #EF0F75
Complementary color
Monochromatic Colors of #EF0F75
Black with #EF0F75
Text Example
Text Example
White with #EF0F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F75; }
p { color: rgb(239,15,117); }
H1.HeaderClassName
{
color: #EF0F75;
}
.AnyTagClassName
{
color: #EF0F75;
}
</style>
background-color css
<style>
a { background-color: #EF0F75; }
a { background-color: rgb(239,15,117); }
div.DivClassName
{
background-color: #EF0F75;
}
.BgClassName
{
background-color: #EF0F75;
}
</style>
border-color css
<style>
span { border-color: #EF0F75; }
span { border-color: rgb(239,15,117); }
td.TdClassName
{
border-color: #EF0F75;
}
.TagClassName
{
border-color: #EF0F75;
}
</style>