Shades of Ruby #EF1D79
Tints of Ruby #EF1D79
RGB
CMYK
RGB Variations
Color information
#EF1D79 (or 0xEF1D79) is known color: Ruby. HEX triplet: EF, 1D and 79. RGB value is (239,29,121). Sum of RGB (Red+Green+Blue) = 239+29+121=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1D79 is #10E286. Grayscale: #666666. Windows color (decimal): -1106567 or 7937519. OLE color: 7937519.
HSL color Cylindrical-coordinate representation of color #EF1D79: hue angle of 333.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D79 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 121 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.06 |
| HSL | 333.71º | 0.87% | 0.53% | - |
| HSV(B) | 333.71º | 0.88% | 0.94% | - |
| XYZ | 39.49 | 20.61 | 19.99 | - |
| YUV | 102.28 | 138.57 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 121 | 0 | 0.88 | 0.49 | 0.06 | 333.71 | 0.87 | 0.53 |
| Hex | EF | 1D | 79 | 0 | 58 | 31 | 6 | 14E | 57 | 35 |
| Octal | 357 | 35 | 171 | 0 | 130 | 61 | 6 | 516 | 127 | 65 |
| Binary | 11101111 | 11101 | 1111001 | 0 | 1011000 | 110001 | 110 | 101001110 | 1010111 | 110101 |
Color Harmonies of #EF1D79
Complementary color
Monochromatic Colors of #EF1D79
Black with #EF1D79
Text Example
Text Example
White with #EF1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D79; }
p { color: rgb(239,29,121); }
H1.HeaderClassName
{
color: #EF1D79;
}
.AnyTagClassName
{
color: #EF1D79;
}
</style>
background-color css
<style>
a { background-color: #EF1D79; }
a { background-color: rgb(239,29,121); }
div.DivClassName
{
background-color: #EF1D79;
}
.BgClassName
{
background-color: #EF1D79;
}
</style>
border-color css
<style>
span { border-color: #EF1D79; }
span { border-color: rgb(239,29,121); }
td.TdClassName
{
border-color: #EF1D79;
}
.TagClassName
{
border-color: #EF1D79;
}
</style>