Shades of Ruby #EF126D
Tints of Ruby #EF126D
RGB
CMYK
RGB Variations
Color information
#EF126D (or 0xEF126D) is known color: Ruby. HEX triplet: EF, 12 and 6D. RGB value is (239,18,109). Sum of RGB (Red+Green+Blue) = 239+18+109=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF126D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF126D is #10ED92. Grayscale: #5E5E5E. Windows color (decimal): -1109395 or 7148271. OLE color: 7148271.
HSL color Cylindrical-coordinate representation of color #EF126D: hue angle of 335.29º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF126D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 109 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.06 |
| HSL | 335.29º | 0.87% | 0.5% | - |
| HSV(B) | 335.29º | 0.92% | 0.94% | - |
| XYZ | 38.57 | 19.89 | 16.27 | - |
| YUV | 94.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 109 | 0 | 0.92 | 0.54 | 0.06 | 335.29 | 0.87 | 0.5 |
| Hex | EF | 12 | 6D | 0 | 5C | 36 | 6 | 14F | 57 | 32 |
| Octal | 357 | 22 | 155 | 0 | 134 | 66 | 6 | 517 | 127 | 62 |
| Binary | 11101111 | 10010 | 1101101 | 0 | 1011100 | 110110 | 110 | 101001111 | 1010111 | 110010 |
Color Harmonies of #EF126D
Complementary color
Monochromatic Colors of #EF126D
Black with #EF126D
Text Example
Text Example
White with #EF126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF126D; }
p { color: rgb(239,18,109); }
H1.HeaderClassName
{
color: #EF126D;
}
.AnyTagClassName
{
color: #EF126D;
}
</style>
background-color css
<style>
a { background-color: #EF126D; }
a { background-color: rgb(239,18,109); }
div.DivClassName
{
background-color: #EF126D;
}
.BgClassName
{
background-color: #EF126D;
}
</style>
border-color css
<style>
span { border-color: #EF126D; }
span { border-color: rgb(239,18,109); }
td.TdClassName
{
border-color: #EF126D;
}
.TagClassName
{
border-color: #EF126D;
}
</style>