Shades of Ruby #EF1779
Tints of Ruby #EF1779
RGB
CMYK
RGB Variations
Color information
#EF1779 (or 0xEF1779) is known color: Ruby. HEX triplet: EF, 17 and 79. RGB value is (239,23,121). Sum of RGB (Red+Green+Blue) = 239+23+121=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1779 is #10E886. Grayscale: #626262. Windows color (decimal): -1108103 or 7935983. OLE color: 7935983.
HSL color Cylindrical-coordinate representation of color #EF1779: hue angle of 332.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1779 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 121 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.06 |
| HSL | 332.78º | 0.87% | 0.51% | - |
| HSV(B) | 332.78º | 0.9% | 0.94% | - |
| XYZ | 39.35 | 20.34 | 19.94 | - |
| YUV | 98.76 | 140.56 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 121 | 0 | 0.90 | 0.49 | 0.06 | 332.78 | 0.87 | 0.51 |
| Hex | EF | 17 | 79 | 0 | 5A | 31 | 6 | 14D | 57 | 33 |
| Octal | 357 | 27 | 171 | 0 | 132 | 61 | 6 | 515 | 127 | 63 |
| Binary | 11101111 | 10111 | 1111001 | 0 | 1011010 | 110001 | 110 | 101001101 | 1010111 | 110011 |
Color Harmonies of #EF1779
Complementary color
Monochromatic Colors of #EF1779
Black with #EF1779
Text Example
Text Example
White with #EF1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1779; }
p { color: rgb(239,23,121); }
H1.HeaderClassName
{
color: #EF1779;
}
.AnyTagClassName
{
color: #EF1779;
}
</style>
background-color css
<style>
a { background-color: #EF1779; }
a { background-color: rgb(239,23,121); }
div.DivClassName
{
background-color: #EF1779;
}
.BgClassName
{
background-color: #EF1779;
}
</style>
border-color css
<style>
span { border-color: #EF1779; }
span { border-color: rgb(239,23,121); }
td.TdClassName
{
border-color: #EF1779;
}
.TagClassName
{
border-color: #EF1779;
}
</style>