Shades of Ruby #EF0C79
Tints of Ruby #EF0C79
RGB
CMYK
RGB Variations
Color information
#EF0C79 (or 0xEF0C79) is known color: Ruby. HEX triplet: EF, 0C and 79. RGB value is (239,12,121). Sum of RGB (Red+Green+Blue) = 239+12+121=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0C79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0C79 is #10F386. Grayscale: #5C5C5C. Windows color (decimal): -1110919 or 7933167. OLE color: 7933167.
HSL color Cylindrical-coordinate representation of color #EF0C79: hue angle of 331.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0C79 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 121 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.06 |
| HSL | 331.19º | 0.9% | 0.49% | - |
| HSV(B) | 331.19º | 0.95% | 0.94% | - |
| XYZ | 39.18 | 19.99 | 19.88 | - |
| YUV | 92.3 | 144.21 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 121 | 0 | 0.95 | 0.49 | 0.06 | 331.19 | 0.9 | 0.49 |
| Hex | EF | C | 79 | 0 | 5F | 31 | 6 | 14B | 5A | 31 |
| Octal | 357 | 14 | 171 | 0 | 137 | 61 | 6 | 513 | 132 | 61 |
| Binary | 11101111 | 1100 | 1111001 | 0 | 1011111 | 110001 | 110 | 101001011 | 1011010 | 110001 |
Color Harmonies of #EF0C79
Complementary color
Monochromatic Colors of #EF0C79
Black with #EF0C79
Text Example
Text Example
White with #EF0C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0C79; }
p { color: rgb(239,12,121); }
H1.HeaderClassName
{
color: #EF0C79;
}
.AnyTagClassName
{
color: #EF0C79;
}
</style>
background-color css
<style>
a { background-color: #EF0C79; }
a { background-color: rgb(239,12,121); }
div.DivClassName
{
background-color: #EF0C79;
}
.BgClassName
{
background-color: #EF0C79;
}
</style>
border-color css
<style>
span { border-color: #EF0C79; }
span { border-color: rgb(239,12,121); }
td.TdClassName
{
border-color: #EF0C79;
}
.TagClassName
{
border-color: #EF0C79;
}
</style>