Shades of Ruby #EF1278
Tints of Ruby #EF1278
RGB
CMYK
RGB Variations
Color information
#EF1278 (or 0xEF1278) is known color: Ruby. HEX triplet: EF, 12 and 78. RGB value is (239,18,120). Sum of RGB (Red+Green+Blue) = 239+18+120=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1278 is #10ED87. Grayscale: #5F5F5F. Windows color (decimal): -1109384 or 7869167. OLE color: 7869167.
HSL color Cylindrical-coordinate representation of color #EF1278: hue angle of 332.31º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1278 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 120 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.06 |
| HSL | 332.31º | 0.87% | 0.5% | - |
| HSV(B) | 332.31º | 0.92% | 0.94% | - |
| XYZ | 39.2 | 20.14 | 19.59 | - |
| YUV | 95.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 120 | 0 | 0.92 | 0.50 | 0.06 | 332.31 | 0.87 | 0.5 |
| Hex | EF | 12 | 78 | 0 | 5C | 32 | 6 | 14C | 57 | 32 |
| Octal | 357 | 22 | 170 | 0 | 134 | 62 | 6 | 514 | 127 | 62 |
| Binary | 11101111 | 10010 | 1111000 | 0 | 1011100 | 110010 | 110 | 101001100 | 1010111 | 110010 |
Color Harmonies of #EF1278
Complementary color
Monochromatic Colors of #EF1278
Black with #EF1278
Text Example
Text Example
White with #EF1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1278; }
p { color: rgb(239,18,120); }
H1.HeaderClassName
{
color: #EF1278;
}
.AnyTagClassName
{
color: #EF1278;
}
</style>
background-color css
<style>
a { background-color: #EF1278; }
a { background-color: rgb(239,18,120); }
div.DivClassName
{
background-color: #EF1278;
}
.BgClassName
{
background-color: #EF1278;
}
</style>
border-color css
<style>
span { border-color: #EF1278; }
span { border-color: rgb(239,18,120); }
td.TdClassName
{
border-color: #EF1278;
}
.TagClassName
{
border-color: #EF1278;
}
</style>