Shades of Ruby #EF1374
Tints of Ruby #EF1374
RGB
CMYK
RGB Variations
Color information
#EF1374 (or 0xEF1374) is known color: Ruby. HEX triplet: EF, 13 and 74. RGB value is (239,19,116). Sum of RGB (Red+Green+Blue) = 239+19+116=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1374 is #10EC8B. Grayscale: #5F5F5F. Windows color (decimal): -1109132 or 7607279. OLE color: 7607279.
HSL color Cylindrical-coordinate representation of color #EF1374: hue angle of 333.55º 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 #EF1374 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 116 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.06 |
| HSL | 333.55º | 0.87% | 0.51% | - |
| HSV(B) | 333.55º | 0.92% | 0.94% | - |
| XYZ | 38.98 | 20.08 | 18.34 | - |
| YUV | 95.84 | 139.39 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 116 | 0 | 0.92 | 0.51 | 0.06 | 333.55 | 0.87 | 0.51 |
| Hex | EF | 13 | 74 | 0 | 5C | 33 | 6 | 14E | 57 | 33 |
| Octal | 357 | 23 | 164 | 0 | 134 | 63 | 6 | 516 | 127 | 63 |
| Binary | 11101111 | 10011 | 1110100 | 0 | 1011100 | 110011 | 110 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EF1374
Complementary color
Monochromatic Colors of #EF1374
Black with #EF1374
Text Example
Text Example
White with #EF1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1374; }
p { color: rgb(239,19,116); }
H1.HeaderClassName
{
color: #EF1374;
}
.AnyTagClassName
{
color: #EF1374;
}
</style>
background-color css
<style>
a { background-color: #EF1374; }
a { background-color: rgb(239,19,116); }
div.DivClassName
{
background-color: #EF1374;
}
.BgClassName
{
background-color: #EF1374;
}
</style>
border-color css
<style>
span { border-color: #EF1374; }
span { border-color: rgb(239,19,116); }
td.TdClassName
{
border-color: #EF1374;
}
.TagClassName
{
border-color: #EF1374;
}
</style>