Shades of Ruby #EF1365
Tints of Ruby #EF1365
RGB
CMYK
RGB Variations
Color information
#EF1365 (or 0xEF1365) is known color: Ruby. HEX triplet: EF, 13 and 65. RGB value is (239,19,101). Sum of RGB (Red+Green+Blue) = 239+19+101=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1365 is #10EC9A. Grayscale: #5E5E5E. Windows color (decimal): -1109147 or 6624239. OLE color: 6624239.
HSL color Cylindrical-coordinate representation of color #EF1365: hue angle of 337.64º 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 #EF1365 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 101 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.06 |
| HSL | 337.64º | 0.87% | 0.51% | - |
| HSV(B) | 337.64º | 0.92% | 0.94% | - |
| XYZ | 38.18 | 19.76 | 14.11 | - |
| YUV | 94.13 | 131.89 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 101 | 0 | 0.92 | 0.58 | 0.06 | 337.64 | 0.87 | 0.51 |
| Hex | EF | 13 | 65 | 0 | 5C | 3A | 6 | 152 | 57 | 33 |
| Octal | 357 | 23 | 145 | 0 | 134 | 72 | 6 | 522 | 127 | 63 |
| Binary | 11101111 | 10011 | 1100101 | 0 | 1011100 | 111010 | 110 | 101010010 | 1010111 | 110011 |
Color Harmonies of #EF1365
Complementary color
Monochromatic Colors of #EF1365
Black with #EF1365
Text Example
Text Example
White with #EF1365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1365; }
p { color: rgb(239,19,101); }
H1.HeaderClassName
{
color: #EF1365;
}
.AnyTagClassName
{
color: #EF1365;
}
</style>
background-color css
<style>
a { background-color: #EF1365; }
a { background-color: rgb(239,19,101); }
div.DivClassName
{
background-color: #EF1365;
}
.BgClassName
{
background-color: #EF1365;
}
</style>
border-color css
<style>
span { border-color: #EF1365; }
span { border-color: rgb(239,19,101); }
td.TdClassName
{
border-color: #EF1365;
}
.TagClassName
{
border-color: #EF1365;
}
</style>