Shades of Ruby #EF1F6B
Tints of Ruby #EF1F6B
RGB
CMYK
RGB Variations
Color information
#EF1F6B (or 0xEF1F6B) is known color: Ruby. HEX triplet: EF, 1F and 6B. RGB value is (239,31,107). Sum of RGB (Red+Green+Blue) = 239+31+107=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F6B is #10E094. Grayscale: #656565. Windows color (decimal): -1106069 or 7020527. OLE color: 7020527.
HSL color Cylindrical-coordinate representation of color #EF1F6B: hue angle of 338.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F6B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 107 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.06 |
| HSL | 338.08º | 0.87% | 0.53% | - |
| HSV(B) | 338.08º | 0.87% | 0.94% | - |
| XYZ | 38.74 | 20.39 | 15.8 | - |
| YUV | 101.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 107 | 0 | 0.87 | 0.55 | 0.06 | 338.08 | 0.87 | 0.53 |
| Hex | EF | 1F | 6B | 0 | 57 | 37 | 6 | 152 | 57 | 35 |
| Octal | 357 | 37 | 153 | 0 | 127 | 67 | 6 | 522 | 127 | 65 |
| Binary | 11101111 | 11111 | 1101011 | 0 | 1010111 | 110111 | 110 | 101010010 | 1010111 | 110101 |
Color Harmonies of #EF1F6B
Complementary color
Monochromatic Colors of #EF1F6B
Black with #EF1F6B
Text Example
Text Example
White with #EF1F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F6B; }
p { color: rgb(239,31,107); }
H1.HeaderClassName
{
color: #EF1F6B;
}
.AnyTagClassName
{
color: #EF1F6B;
}
</style>
background-color css
<style>
a { background-color: #EF1F6B; }
a { background-color: rgb(239,31,107); }
div.DivClassName
{
background-color: #EF1F6B;
}
.BgClassName
{
background-color: #EF1F6B;
}
</style>
border-color css
<style>
span { border-color: #EF1F6B; }
span { border-color: rgb(239,31,107); }
td.TdClassName
{
border-color: #EF1F6B;
}
.TagClassName
{
border-color: #EF1F6B;
}
</style>