Shades of Ruby #EF1378
Tints of Ruby #EF1378
RGB
CMYK
RGB Variations
Color information
#EF1378 (or 0xEF1378) is known color: Ruby. HEX triplet: EF, 13 and 78. RGB value is (239,19,120). Sum of RGB (Red+Green+Blue) = 239+19+120=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1378 is #10EC87. Grayscale: #606060. Windows color (decimal): -1109128 or 7869423. OLE color: 7869423.
HSL color Cylindrical-coordinate representation of color #EF1378: hue angle of 332.45º 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 #EF1378 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 120 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.06 |
| HSL | 332.45º | 0.87% | 0.51% | - |
| HSV(B) | 332.45º | 0.92% | 0.94% | - |
| XYZ | 39.22 | 20.17 | 19.6 | - |
| YUV | 96.29 | 141.39 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 120 | 0 | 0.92 | 0.50 | 0.06 | 332.45 | 0.87 | 0.51 |
| Hex | EF | 13 | 78 | 0 | 5C | 32 | 6 | 14C | 57 | 33 |
| Octal | 357 | 23 | 170 | 0 | 134 | 62 | 6 | 514 | 127 | 63 |
| Binary | 11101111 | 10011 | 1111000 | 0 | 1011100 | 110010 | 110 | 101001100 | 1010111 | 110011 |
Color Harmonies of #EF1378
Complementary color
Monochromatic Colors of #EF1378
Black with #EF1378
Text Example
Text Example
White with #EF1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1378; }
p { color: rgb(239,19,120); }
H1.HeaderClassName
{
color: #EF1378;
}
.AnyTagClassName
{
color: #EF1378;
}
</style>
background-color css
<style>
a { background-color: #EF1378; }
a { background-color: rgb(239,19,120); }
div.DivClassName
{
background-color: #EF1378;
}
.BgClassName
{
background-color: #EF1378;
}
</style>
border-color css
<style>
span { border-color: #EF1378; }
span { border-color: rgb(239,19,120); }
td.TdClassName
{
border-color: #EF1378;
}
.TagClassName
{
border-color: #EF1378;
}
</style>