Shades of Ruby #EF1864
Tints of Ruby #EF1864
RGB
CMYK
RGB Variations
Color information
#EF1864 (or 0xEF1864) is known color: Ruby. HEX triplet: EF, 18 and 64. RGB value is (239,24,100). Sum of RGB (Red+Green+Blue) = 239+24+100=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1864 is #10E79B. Grayscale: #606060. Windows color (decimal): -1107868 or 6559983. OLE color: 6559983.
HSL color Cylindrical-coordinate representation of color #EF1864: hue angle of 338.79º 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 #EF1864 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 100 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.06 |
| HSL | 338.79º | 0.87% | 0.52% | - |
| HSV(B) | 338.79º | 0.9% | 0.94% | - |
| XYZ | 38.22 | 19.92 | 13.89 | - |
| YUV | 96.95 | 129.73 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 100 | 0 | 0.90 | 0.58 | 0.06 | 338.79 | 0.87 | 0.52 |
| Hex | EF | 18 | 64 | 0 | 5A | 3A | 6 | 153 | 57 | 34 |
| Octal | 357 | 30 | 144 | 0 | 132 | 72 | 6 | 523 | 127 | 64 |
| Binary | 11101111 | 11000 | 1100100 | 0 | 1011010 | 111010 | 110 | 101010011 | 1010111 | 110100 |
Color Harmonies of #EF1864
Complementary color
Monochromatic Colors of #EF1864
Black with #EF1864
Text Example
Text Example
White with #EF1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1864; }
p { color: rgb(239,24,100); }
H1.HeaderClassName
{
color: #EF1864;
}
.AnyTagClassName
{
color: #EF1864;
}
</style>
background-color css
<style>
a { background-color: #EF1864; }
a { background-color: rgb(239,24,100); }
div.DivClassName
{
background-color: #EF1864;
}
.BgClassName
{
background-color: #EF1864;
}
</style>
border-color css
<style>
span { border-color: #EF1864; }
span { border-color: rgb(239,24,100); }
td.TdClassName
{
border-color: #EF1864;
}
.TagClassName
{
border-color: #EF1864;
}
</style>