Shades of Ruby #EF1172
Tints of Ruby #EF1172
RGB
CMYK
RGB Variations
Color information
#EF1172 (or 0xEF1172) is known color: Ruby. HEX triplet: EF, 11 and 72. RGB value is (239,17,114). Sum of RGB (Red+Green+Blue) = 239+17+114=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1172 is #10EE8D. Grayscale: #5E5E5E. Windows color (decimal): -1109646 or 7475695. OLE color: 7475695.
HSL color Cylindrical-coordinate representation of color #EF1172: hue angle of 333.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1172 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.06 |
| HSL | 333.78º | 0.87% | 0.5% | - |
| HSV(B) | 333.78º | 0.93% | 0.94% | - |
| XYZ | 38.83 | 19.97 | 17.73 | - |
| YUV | 94.44 | 139.05 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 114 | 0 | 0.93 | 0.52 | 0.06 | 333.78 | 0.87 | 0.5 |
| Hex | EF | 11 | 72 | 0 | 5D | 34 | 6 | 14E | 57 | 32 |
| Octal | 357 | 21 | 162 | 0 | 135 | 64 | 6 | 516 | 127 | 62 |
| Binary | 11101111 | 10001 | 1110010 | 0 | 1011101 | 110100 | 110 | 101001110 | 1010111 | 110010 |
Color Harmonies of #EF1172
Complementary color
Monochromatic Colors of #EF1172
Black with #EF1172
Text Example
Text Example
White with #EF1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1172; }
p { color: rgb(239,17,114); }
H1.HeaderClassName
{
color: #EF1172;
}
.AnyTagClassName
{
color: #EF1172;
}
</style>
background-color css
<style>
a { background-color: #EF1172; }
a { background-color: rgb(239,17,114); }
div.DivClassName
{
background-color: #EF1172;
}
.BgClassName
{
background-color: #EF1172;
}
</style>
border-color css
<style>
span { border-color: #EF1172; }
span { border-color: rgb(239,17,114); }
td.TdClassName
{
border-color: #EF1172;
}
.TagClassName
{
border-color: #EF1172;
}
</style>