Shades of Ruby #EF1069
Tints of Ruby #EF1069
RGB
CMYK
RGB Variations
Color information
#EF1069 (or 0xEF1069) is known color: Ruby. HEX triplet: EF, 10 and 69. RGB value is (239,16,105). Sum of RGB (Red+Green+Blue) = 239+16+105=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1069 is #10EF96. Grayscale: #5C5C5C. Windows color (decimal): -1109911 or 6885615. OLE color: 6885615.
HSL color Cylindrical-coordinate representation of color #EF1069: hue angle of 336.05º 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 #EF1069 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.06 |
| HSL | 336.05º | 0.87% | 0.5% | - |
| HSV(B) | 336.05º | 0.93% | 0.94% | - |
| XYZ | 38.33 | 19.74 | 15.15 | - |
| YUV | 92.82 | 134.88 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 105 | 0 | 0.93 | 0.56 | 0.06 | 336.05 | 0.87 | 0.5 |
| Hex | EF | 10 | 69 | 0 | 5D | 38 | 6 | 150 | 57 | 32 |
| Octal | 357 | 20 | 151 | 0 | 135 | 70 | 6 | 520 | 127 | 62 |
| Binary | 11101111 | 10000 | 1101001 | 0 | 1011101 | 111000 | 110 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EF1069
Complementary color
Monochromatic Colors of #EF1069
Black with #EF1069
Text Example
Text Example
White with #EF1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1069; }
p { color: rgb(239,16,105); }
H1.HeaderClassName
{
color: #EF1069;
}
.AnyTagClassName
{
color: #EF1069;
}
</style>
background-color css
<style>
a { background-color: #EF1069; }
a { background-color: rgb(239,16,105); }
div.DivClassName
{
background-color: #EF1069;
}
.BgClassName
{
background-color: #EF1069;
}
</style>
border-color css
<style>
span { border-color: #EF1069; }
span { border-color: rgb(239,16,105); }
td.TdClassName
{
border-color: #EF1069;
}
.TagClassName
{
border-color: #EF1069;
}
</style>