Shades of Ruby #EF1879
Tints of Ruby #EF1879
RGB
CMYK
RGB Variations
Color information
#EF1879 (or 0xEF1879) is known color: Ruby. HEX triplet: EF, 18 and 79. RGB value is (239,24,121). Sum of RGB (Red+Green+Blue) = 239+24+121=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1879 is #10E786. Grayscale: #636363. Windows color (decimal): -1107847 or 7936239. OLE color: 7936239.
HSL color Cylindrical-coordinate representation of color #EF1879: hue angle of 332.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1879 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 121 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.06 |
| HSL | 332.93º | 0.87% | 0.52% | - |
| HSV(B) | 332.93º | 0.9% | 0.94% | - |
| XYZ | 39.37 | 20.38 | 19.95 | - |
| YUV | 99.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 121 | 0 | 0.90 | 0.49 | 0.06 | 332.93 | 0.87 | 0.52 |
| Hex | EF | 18 | 79 | 0 | 5A | 31 | 6 | 14D | 57 | 34 |
| Octal | 357 | 30 | 171 | 0 | 132 | 61 | 6 | 515 | 127 | 64 |
| Binary | 11101111 | 11000 | 1111001 | 0 | 1011010 | 110001 | 110 | 101001101 | 1010111 | 110100 |
Color Harmonies of #EF1879
Complementary color
Monochromatic Colors of #EF1879
Black with #EF1879
Text Example
Text Example
White with #EF1879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1879; }
p { color: rgb(239,24,121); }
H1.HeaderClassName
{
color: #EF1879;
}
.AnyTagClassName
{
color: #EF1879;
}
</style>
background-color css
<style>
a { background-color: #EF1879; }
a { background-color: rgb(239,24,121); }
div.DivClassName
{
background-color: #EF1879;
}
.BgClassName
{
background-color: #EF1879;
}
</style>
border-color css
<style>
span { border-color: #EF1879; }
span { border-color: rgb(239,24,121); }
td.TdClassName
{
border-color: #EF1879;
}
.TagClassName
{
border-color: #EF1879;
}
</style>