Shades of Ruby #EF1264
Tints of Ruby #EF1264
RGB
CMYK
RGB Variations
Color information
#EF1264 (or 0xEF1264) is known color: Ruby. HEX triplet: EF, 12 and 64. RGB value is (239,18,100). Sum of RGB (Red+Green+Blue) = 239+18+100=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1264 is #10ED9B. Grayscale: #5D5D5D. Windows color (decimal): -1109404 or 6558447. OLE color: 6558447.
HSL color Cylindrical-coordinate representation of color #EF1264: hue angle of 337.74º 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 #EF1264 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 100 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.06 |
| HSL | 337.74º | 0.87% | 0.5% | - |
| HSV(B) | 337.74º | 0.92% | 0.94% | - |
| XYZ | 38.11 | 19.7 | 13.85 | - |
| YUV | 93.43 | 131.72 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 100 | 0 | 0.92 | 0.58 | 0.06 | 337.74 | 0.87 | 0.5 |
| Hex | EF | 12 | 64 | 0 | 5C | 3A | 6 | 152 | 57 | 32 |
| Octal | 357 | 22 | 144 | 0 | 134 | 72 | 6 | 522 | 127 | 62 |
| Binary | 11101111 | 10010 | 1100100 | 0 | 1011100 | 111010 | 110 | 101010010 | 1010111 | 110010 |
Color Harmonies of #EF1264
Complementary color
Monochromatic Colors of #EF1264
Black with #EF1264
Text Example
Text Example
White with #EF1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1264; }
p { color: rgb(239,18,100); }
H1.HeaderClassName
{
color: #EF1264;
}
.AnyTagClassName
{
color: #EF1264;
}
</style>
background-color css
<style>
a { background-color: #EF1264; }
a { background-color: rgb(239,18,100); }
div.DivClassName
{
background-color: #EF1264;
}
.BgClassName
{
background-color: #EF1264;
}
</style>
border-color css
<style>
span { border-color: #EF1264; }
span { border-color: rgb(239,18,100); }
td.TdClassName
{
border-color: #EF1264;
}
.TagClassName
{
border-color: #EF1264;
}
</style>