Shades of Ruby #EF1366
Tints of Ruby #EF1366
RGB
CMYK
RGB Variations
Color information
#EF1366 (or 0xEF1366) is known color: Ruby. HEX triplet: EF, 13 and 66. RGB value is (239,19,102). Sum of RGB (Red+Green+Blue) = 239+19+102=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1366 is #10EC99. Grayscale: #5E5E5E. Windows color (decimal): -1109146 or 6689775. OLE color: 6689775.
HSL color Cylindrical-coordinate representation of color #EF1366: hue angle of 337.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1366 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 102 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.06 |
| HSL | 337.36º | 0.87% | 0.51% | - |
| HSV(B) | 337.36º | 0.92% | 0.94% | - |
| XYZ | 38.23 | 19.78 | 14.37 | - |
| YUV | 94.24 | 132.39 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 102 | 0 | 0.92 | 0.57 | 0.06 | 337.36 | 0.87 | 0.51 |
| Hex | EF | 13 | 66 | 0 | 5C | 39 | 6 | 151 | 57 | 33 |
| Octal | 357 | 23 | 146 | 0 | 134 | 71 | 6 | 521 | 127 | 63 |
| Binary | 11101111 | 10011 | 1100110 | 0 | 1011100 | 111001 | 110 | 101010001 | 1010111 | 110011 |
Color Harmonies of #EF1366
Complementary color
Monochromatic Colors of #EF1366
Black with #EF1366
Text Example
Text Example
White with #EF1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1366; }
p { color: rgb(239,19,102); }
H1.HeaderClassName
{
color: #EF1366;
}
.AnyTagClassName
{
color: #EF1366;
}
</style>
background-color css
<style>
a { background-color: #EF1366; }
a { background-color: rgb(239,19,102); }
div.DivClassName
{
background-color: #EF1366;
}
.BgClassName
{
background-color: #EF1366;
}
</style>
border-color css
<style>
span { border-color: #EF1366; }
span { border-color: rgb(239,19,102); }
td.TdClassName
{
border-color: #EF1366;
}
.TagClassName
{
border-color: #EF1366;
}
</style>