Shades of Ruby #EF1966
Tints of Ruby #EF1966
RGB
CMYK
RGB Variations
Color information
#EF1966 (or 0xEF1966) is known color: Ruby. HEX triplet: EF, 19 and 66. RGB value is (239,25,102). Sum of RGB (Red+Green+Blue) = 239+25+102=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1966 is #10E699. Grayscale: #616161. Windows color (decimal): -1107610 or 6691311. OLE color: 6691311.
HSL color Cylindrical-coordinate representation of color #EF1966: hue angle of 338.41º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1966 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 102 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.06 |
| HSL | 338.41º | 0.87% | 0.52% | - |
| HSV(B) | 338.41º | 0.9% | 0.94% | - |
| XYZ | 38.34 | 20.01 | 14.41 | - |
| YUV | 97.76 | 130.4 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 102 | 0 | 0.90 | 0.57 | 0.06 | 338.41 | 0.87 | 0.52 |
| Hex | EF | 19 | 66 | 0 | 5A | 39 | 6 | 152 | 57 | 34 |
| Octal | 357 | 31 | 146 | 0 | 132 | 71 | 6 | 522 | 127 | 64 |
| Binary | 11101111 | 11001 | 1100110 | 0 | 1011010 | 111001 | 110 | 101010010 | 1010111 | 110100 |
Color Harmonies of #EF1966
Complementary color
Monochromatic Colors of #EF1966
Black with #EF1966
Text Example
Text Example
White with #EF1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1966; }
p { color: rgb(239,25,102); }
H1.HeaderClassName
{
color: #EF1966;
}
.AnyTagClassName
{
color: #EF1966;
}
</style>
background-color css
<style>
a { background-color: #EF1966; }
a { background-color: rgb(239,25,102); }
div.DivClassName
{
background-color: #EF1966;
}
.BgClassName
{
background-color: #EF1966;
}
</style>
border-color css
<style>
span { border-color: #EF1966; }
span { border-color: rgb(239,25,102); }
td.TdClassName
{
border-color: #EF1966;
}
.TagClassName
{
border-color: #EF1966;
}
</style>