Shades of Ruby #EF2166
Tints of Ruby #EF2166
RGB
CMYK
RGB Variations
Color information
#EF2166 (or 0xEF2166) is known color: Ruby. HEX triplet: EF, 21 and 66. RGB value is (239,33,102). Sum of RGB (Red+Green+Blue) = 239+33+102=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2166 is #10DE99. Grayscale: #666666. Windows color (decimal): -1105562 or 6693359. OLE color: 6693359.
HSL color Cylindrical-coordinate representation of color #EF2166: hue angle of 339.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2166 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 102 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.06 |
| HSL | 339.9º | 0.87% | 0.53% | - |
| HSV(B) | 339.9º | 0.86% | 0.94% | - |
| XYZ | 38.54 | 20.4 | 14.48 | - |
| YUV | 102.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 102 | 0 | 0.86 | 0.57 | 0.06 | 339.9 | 0.87 | 0.53 |
| Hex | EF | 21 | 66 | 0 | 56 | 39 | 6 | 154 | 57 | 35 |
| Octal | 357 | 41 | 146 | 0 | 126 | 71 | 6 | 524 | 127 | 65 |
| Binary | 11101111 | 100001 | 1100110 | 0 | 1010110 | 111001 | 110 | 101010100 | 1010111 | 110101 |
Color Harmonies of #EF2166
Complementary color
Monochromatic Colors of #EF2166
Black with #EF2166
Text Example
Text Example
White with #EF2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2166; }
p { color: rgb(239,33,102); }
H1.HeaderClassName
{
color: #EF2166;
}
.AnyTagClassName
{
color: #EF2166;
}
</style>
background-color css
<style>
a { background-color: #EF2166; }
a { background-color: rgb(239,33,102); }
div.DivClassName
{
background-color: #EF2166;
}
.BgClassName
{
background-color: #EF2166;
}
</style>
border-color css
<style>
span { border-color: #EF2166; }
span { border-color: rgb(239,33,102); }
td.TdClassName
{
border-color: #EF2166;
}
.TagClassName
{
border-color: #EF2166;
}
</style>