Shades of Ruby #EF1276
Tints of Ruby #EF1276
RGB
CMYK
RGB Variations
Color information
#EF1276 (or 0xEF1276) is known color: Ruby. HEX triplet: EF, 12 and 76. RGB value is (239,18,118). Sum of RGB (Red+Green+Blue) = 239+18+118=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1276 is #10ED89. Grayscale: #5F5F5F. Windows color (decimal): -1109386 or 7738095. OLE color: 7738095.
HSL color Cylindrical-coordinate representation of color #EF1276: hue angle of 332.85º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1276 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 118 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.06 |
| HSL | 332.85º | 0.87% | 0.5% | - |
| HSV(B) | 332.85º | 0.92% | 0.94% | - |
| XYZ | 39.08 | 20.09 | 18.96 | - |
| YUV | 95.48 | 140.72 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 118 | 0 | 0.92 | 0.51 | 0.06 | 332.85 | 0.87 | 0.5 |
| Hex | EF | 12 | 76 | 0 | 5C | 33 | 6 | 14D | 57 | 32 |
| Octal | 357 | 22 | 166 | 0 | 134 | 63 | 6 | 515 | 127 | 62 |
| Binary | 11101111 | 10010 | 1110110 | 0 | 1011100 | 110011 | 110 | 101001101 | 1010111 | 110010 |
Color Harmonies of #EF1276
Complementary color
Monochromatic Colors of #EF1276
Black with #EF1276
Text Example
Text Example
White with #EF1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1276; }
p { color: rgb(239,18,118); }
H1.HeaderClassName
{
color: #EF1276;
}
.AnyTagClassName
{
color: #EF1276;
}
</style>
background-color css
<style>
a { background-color: #EF1276; }
a { background-color: rgb(239,18,118); }
div.DivClassName
{
background-color: #EF1276;
}
.BgClassName
{
background-color: #EF1276;
}
</style>
border-color css
<style>
span { border-color: #EF1276; }
span { border-color: rgb(239,18,118); }
td.TdClassName
{
border-color: #EF1276;
}
.TagClassName
{
border-color: #EF1276;
}
</style>