Shades of Ruby #EF1778
Tints of Ruby #EF1778
RGB
CMYK
RGB Variations
Color information
#EF1778 (or 0xEF1778) is known color: Ruby. HEX triplet: EF, 17 and 78. RGB value is (239,23,120). Sum of RGB (Red+Green+Blue) = 239+23+120=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1778 is #10E887. Grayscale: #626262. Windows color (decimal): -1108104 or 7870447. OLE color: 7870447.
HSL color Cylindrical-coordinate representation of color #EF1778: hue angle of 333.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1778 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 120 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.06 |
| HSL | 333.06º | 0.87% | 0.51% | - |
| HSV(B) | 333.06º | 0.9% | 0.94% | - |
| XYZ | 39.29 | 20.32 | 19.62 | - |
| YUV | 98.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 120 | 0 | 0.90 | 0.50 | 0.06 | 333.06 | 0.87 | 0.51 |
| Hex | EF | 17 | 78 | 0 | 5A | 32 | 6 | 14D | 57 | 33 |
| Octal | 357 | 27 | 170 | 0 | 132 | 62 | 6 | 515 | 127 | 63 |
| Binary | 11101111 | 10111 | 1111000 | 0 | 1011010 | 110010 | 110 | 101001101 | 1010111 | 110011 |
Color Harmonies of #EF1778
Complementary color
Monochromatic Colors of #EF1778
Black with #EF1778
Text Example
Text Example
White with #EF1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1778; }
p { color: rgb(239,23,120); }
H1.HeaderClassName
{
color: #EF1778;
}
.AnyTagClassName
{
color: #EF1778;
}
</style>
background-color css
<style>
a { background-color: #EF1778; }
a { background-color: rgb(239,23,120); }
div.DivClassName
{
background-color: #EF1778;
}
.BgClassName
{
background-color: #EF1778;
}
</style>
border-color css
<style>
span { border-color: #EF1778; }
span { border-color: rgb(239,23,120); }
td.TdClassName
{
border-color: #EF1778;
}
.TagClassName
{
border-color: #EF1778;
}
</style>