Shades of Ruby #EF126C
Tints of Ruby #EF126C
RGB
CMYK
RGB Variations
Color information
#EF126C (or 0xEF126C) is known color: Ruby. HEX triplet: EF, 12 and 6C. RGB value is (239,18,108). Sum of RGB (Red+Green+Blue) = 239+18+108=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF126C is #10ED93. Grayscale: #5E5E5E. Windows color (decimal): -1109396 or 7082735. OLE color: 7082735.
HSL color Cylindrical-coordinate representation of color #EF126C: hue angle of 335.57º 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 #EF126C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 108 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.06 |
| HSL | 335.57º | 0.87% | 0.5% | - |
| HSV(B) | 335.57º | 0.92% | 0.94% | - |
| XYZ | 38.52 | 19.87 | 15.99 | - |
| YUV | 94.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 108 | 0 | 0.92 | 0.55 | 0.06 | 335.57 | 0.87 | 0.5 |
| Hex | EF | 12 | 6C | 0 | 5C | 37 | 6 | 150 | 57 | 32 |
| Octal | 357 | 22 | 154 | 0 | 134 | 67 | 6 | 520 | 127 | 62 |
| Binary | 11101111 | 10010 | 1101100 | 0 | 1011100 | 110111 | 110 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EF126C
Complementary color
Monochromatic Colors of #EF126C
Black with #EF126C
Text Example
Text Example
White with #EF126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF126C; }
p { color: rgb(239,18,108); }
H1.HeaderClassName
{
color: #EF126C;
}
.AnyTagClassName
{
color: #EF126C;
}
</style>
background-color css
<style>
a { background-color: #EF126C; }
a { background-color: rgb(239,18,108); }
div.DivClassName
{
background-color: #EF126C;
}
.BgClassName
{
background-color: #EF126C;
}
</style>
border-color css
<style>
span { border-color: #EF126C; }
span { border-color: rgb(239,18,108); }
td.TdClassName
{
border-color: #EF126C;
}
.TagClassName
{
border-color: #EF126C;
}
</style>