Shades of Ruby #EF1371
Tints of Ruby #EF1371
RGB
CMYK
RGB Variations
Color information
#EF1371 (or 0xEF1371) is known color: Ruby. HEX triplet: EF, 13 and 71. RGB value is (239,19,113). Sum of RGB (Red+Green+Blue) = 239+19+113=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1371 is #10EC8E. Grayscale: #5F5F5F. Windows color (decimal): -1109135 or 7410671. OLE color: 7410671.
HSL color Cylindrical-coordinate representation of color #EF1371: hue angle of 334.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1371 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.06 |
| HSL | 334.36º | 0.87% | 0.51% | - |
| HSV(B) | 334.36º | 0.92% | 0.94% | - |
| XYZ | 38.81 | 20.01 | 17.44 | - |
| YUV | 95.5 | 137.89 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 113 | 0 | 0.92 | 0.53 | 0.06 | 334.36 | 0.87 | 0.51 |
| Hex | EF | 13 | 71 | 0 | 5C | 35 | 6 | 14E | 57 | 33 |
| Octal | 357 | 23 | 161 | 0 | 134 | 65 | 6 | 516 | 127 | 63 |
| Binary | 11101111 | 10011 | 1110001 | 0 | 1011100 | 110101 | 110 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EF1371
Complementary color
Monochromatic Colors of #EF1371
Black with #EF1371
Text Example
Text Example
White with #EF1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1371; }
p { color: rgb(239,19,113); }
H1.HeaderClassName
{
color: #EF1371;
}
.AnyTagClassName
{
color: #EF1371;
}
</style>
background-color css
<style>
a { background-color: #EF1371; }
a { background-color: rgb(239,19,113); }
div.DivClassName
{
background-color: #EF1371;
}
.BgClassName
{
background-color: #EF1371;
}
</style>
border-color css
<style>
span { border-color: #EF1371; }
span { border-color: rgb(239,19,113); }
td.TdClassName
{
border-color: #EF1371;
}
.TagClassName
{
border-color: #EF1371;
}
</style>