Shades of Ruby #EF1074
Tints of Ruby #EF1074
RGB
CMYK
RGB Variations
Color information
#EF1074 (or 0xEF1074) is known color: Ruby. HEX triplet: EF, 10 and 74. RGB value is (239,16,116). Sum of RGB (Red+Green+Blue) = 239+16+116=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1074 is #10EF8B. Grayscale: #5D5D5D. Windows color (decimal): -1109900 or 7606511. OLE color: 7606511.
HSL color Cylindrical-coordinate representation of color #EF1074: hue angle of 333.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1074 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.06 |
| HSL | 333.09º | 0.87% | 0.5% | - |
| HSV(B) | 333.09º | 0.93% | 0.94% | - |
| XYZ | 38.93 | 19.98 | 18.33 | - |
| YUV | 94.08 | 140.38 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 116 | 0 | 0.93 | 0.51 | 0.06 | 333.09 | 0.87 | 0.5 |
| Hex | EF | 10 | 74 | 0 | 5D | 33 | 6 | 14D | 57 | 32 |
| Octal | 357 | 20 | 164 | 0 | 135 | 63 | 6 | 515 | 127 | 62 |
| Binary | 11101111 | 10000 | 1110100 | 0 | 1011101 | 110011 | 110 | 101001101 | 1010111 | 110010 |
Color Harmonies of #EF1074
Complementary color
Monochromatic Colors of #EF1074
Black with #EF1074
Text Example
Text Example
White with #EF1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1074; }
p { color: rgb(239,16,116); }
H1.HeaderClassName
{
color: #EF1074;
}
.AnyTagClassName
{
color: #EF1074;
}
</style>
background-color css
<style>
a { background-color: #EF1074; }
a { background-color: rgb(239,16,116); }
div.DivClassName
{
background-color: #EF1074;
}
.BgClassName
{
background-color: #EF1074;
}
</style>
border-color css
<style>
span { border-color: #EF1074; }
span { border-color: rgb(239,16,116); }
td.TdClassName
{
border-color: #EF1074;
}
.TagClassName
{
border-color: #EF1074;
}
</style>