Shades of Ruby #EF1373
Tints of Ruby #EF1373
RGB
CMYK
RGB Variations
Color information
#EF1373 (or 0xEF1373) is known color: Ruby. HEX triplet: EF, 13 and 73. RGB value is (239,19,115). Sum of RGB (Red+Green+Blue) = 239+19+115=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1373 is #10EC8C. Grayscale: #5F5F5F. Windows color (decimal): -1109133 or 7541743. OLE color: 7541743.
HSL color Cylindrical-coordinate representation of color #EF1373: hue angle of 333.82º 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 #EF1373 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 115 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.06 |
| HSL | 333.82º | 0.87% | 0.51% | - |
| HSV(B) | 333.82º | 0.92% | 0.94% | - |
| XYZ | 38.92 | 20.05 | 18.04 | - |
| YUV | 95.72 | 138.89 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 115 | 0 | 0.92 | 0.52 | 0.06 | 333.82 | 0.87 | 0.51 |
| Hex | EF | 13 | 73 | 0 | 5C | 34 | 6 | 14E | 57 | 33 |
| Octal | 357 | 23 | 163 | 0 | 134 | 64 | 6 | 516 | 127 | 63 |
| Binary | 11101111 | 10011 | 1110011 | 0 | 1011100 | 110100 | 110 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EF1373
Complementary color
Monochromatic Colors of #EF1373
Black with #EF1373
Text Example
Text Example
White with #EF1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1373; }
p { color: rgb(239,19,115); }
H1.HeaderClassName
{
color: #EF1373;
}
.AnyTagClassName
{
color: #EF1373;
}
</style>
background-color css
<style>
a { background-color: #EF1373; }
a { background-color: rgb(239,19,115); }
div.DivClassName
{
background-color: #EF1373;
}
.BgClassName
{
background-color: #EF1373;
}
</style>
border-color css
<style>
span { border-color: #EF1373; }
span { border-color: rgb(239,19,115); }
td.TdClassName
{
border-color: #EF1373;
}
.TagClassName
{
border-color: #EF1373;
}
</style>