Shades of Ruby #EF1D6B
Tints of Ruby #EF1D6B
RGB
CMYK
RGB Variations
Color information
#EF1D6B (or 0xEF1D6B) is known color: Ruby. HEX triplet: EF, 1D and 6B. RGB value is (239,29,107). Sum of RGB (Red+Green+Blue) = 239+29+107=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1D6B is #10E294. Grayscale: #646464. Windows color (decimal): -1106581 or 7020015. OLE color: 7020015.
HSL color Cylindrical-coordinate representation of color #EF1D6B: hue angle of 337.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D6B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 29 | 107 | - |
CMYK | 0 | 0.88 | 0.55 | 0.06 |
HSL | 337.71º | 0.87% | 0.53% | - |
HSV(B) | 337.71º | 0.88% | 0.94% | - |
XYZ | 38.69 | 20.29 | 15.79 | - |
YUV | 100.68 | 131.57 | 226.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 29 | 107 | 0 | 0.88 | 0.55 | 0.06 | 337.71 | 0.87 | 0.53 |
Hex | EF | 1D | 6B | 0 | 58 | 37 | 6 | 152 | 57 | 35 |
Octal | 357 | 35 | 153 | 0 | 130 | 67 | 6 | 522 | 127 | 65 |
Binary | 11101111 | 11101 | 1101011 | 0 | 1011000 | 110111 | 110 | 101010010 | 1010111 | 110101 |
Color Harmonies of #EF1D6B
Complementary color
Monochromatic Colors of #EF1D6B
Black with #EF1D6B
Text Example
Text Example
White with #EF1D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D6B; }
p { color: rgb(239,29,107); }
H1.HeaderClassName
{
color: #EF1D6B;
}
.AnyTagClassName
{
color: #EF1D6B;
}
</style>
background-color css
<style>
a { background-color: #EF1D6B; }
a { background-color: rgb(239,29,107); }
div.DivClassName
{
background-color: #EF1D6B;
}
.BgClassName
{
background-color: #EF1D6B;
}
</style>
border-color css
<style>
span { border-color: #EF1D6B; }
span { border-color: rgb(239,29,107); }
td.TdClassName
{
border-color: #EF1D6B;
}
.TagClassName
{
border-color: #EF1D6B;
}
</style>