Shades of Ruby #EF1067
Tints of Ruby #EF1067
RGB
CMYK
RGB Variations
Color information
#EF1067 (or 0xEF1067) is known color: Ruby. HEX triplet: EF, 10 and 67. RGB value is (239,16,103). Sum of RGB (Red+Green+Blue) = 239+16+103=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1067 is #10EF98. Grayscale: #5C5C5C. Windows color (decimal): -1109913 or 6754543. OLE color: 6754543.
HSL color Cylindrical-coordinate representation of color #EF1067: hue angle of 336.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1067 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.06 |
| HSL | 336.59º | 0.87% | 0.5% | - |
| HSV(B) | 336.59º | 0.93% | 0.94% | - |
| XYZ | 38.23 | 19.7 | 14.62 | - |
| YUV | 92.6 | 133.88 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 103 | 0 | 0.93 | 0.57 | 0.06 | 336.59 | 0.87 | 0.5 |
| Hex | EF | 10 | 67 | 0 | 5D | 39 | 6 | 151 | 57 | 32 |
| Octal | 357 | 20 | 147 | 0 | 135 | 71 | 6 | 521 | 127 | 62 |
| Binary | 11101111 | 10000 | 1100111 | 0 | 1011101 | 111001 | 110 | 101010001 | 1010111 | 110010 |
Color Harmonies of #EF1067
Complementary color
Monochromatic Colors of #EF1067
Black with #EF1067
Text Example
Text Example
White with #EF1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1067; }
p { color: rgb(239,16,103); }
H1.HeaderClassName
{
color: #EF1067;
}
.AnyTagClassName
{
color: #EF1067;
}
</style>
background-color css
<style>
a { background-color: #EF1067; }
a { background-color: rgb(239,16,103); }
div.DivClassName
{
background-color: #EF1067;
}
.BgClassName
{
background-color: #EF1067;
}
</style>
border-color css
<style>
span { border-color: #EF1067; }
span { border-color: rgb(239,16,103); }
td.TdClassName
{
border-color: #EF1067;
}
.TagClassName
{
border-color: #EF1067;
}
</style>