Shades of Ruby #EF1375
Tints of Ruby #EF1375
RGB
CMYK
RGB Variations
Color information
#EF1375 (or 0xEF1375) is known color: Ruby. HEX triplet: EF, 13 and 75. RGB value is (239,19,117). Sum of RGB (Red+Green+Blue) = 239+19+117=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1375 is #10EC8A. Grayscale: #5F5F5F. Windows color (decimal): -1109131 or 7672815. OLE color: 7672815.
HSL color Cylindrical-coordinate representation of color #EF1375: hue angle of 333.27º 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 #EF1375 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 117 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.06 |
| HSL | 333.27º | 0.87% | 0.51% | - |
| HSV(B) | 333.27º | 0.92% | 0.94% | - |
| XYZ | 39.04 | 20.1 | 18.65 | - |
| YUV | 95.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 117 | 0 | 0.92 | 0.51 | 0.06 | 333.27 | 0.87 | 0.51 |
| Hex | EF | 13 | 75 | 0 | 5C | 33 | 6 | 14D | 57 | 33 |
| Octal | 357 | 23 | 165 | 0 | 134 | 63 | 6 | 515 | 127 | 63 |
| Binary | 11101111 | 10011 | 1110101 | 0 | 1011100 | 110011 | 110 | 101001101 | 1010111 | 110011 |
Color Harmonies of #EF1375
Complementary color
Monochromatic Colors of #EF1375
Black with #EF1375
Text Example
Text Example
White with #EF1375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1375; }
p { color: rgb(239,19,117); }
H1.HeaderClassName
{
color: #EF1375;
}
.AnyTagClassName
{
color: #EF1375;
}
</style>
background-color css
<style>
a { background-color: #EF1375; }
a { background-color: rgb(239,19,117); }
div.DivClassName
{
background-color: #EF1375;
}
.BgClassName
{
background-color: #EF1375;
}
</style>
border-color css
<style>
span { border-color: #EF1375; }
span { border-color: rgb(239,19,117); }
td.TdClassName
{
border-color: #EF1375;
}
.TagClassName
{
border-color: #EF1375;
}
</style>