Shades of Ruby #EF1774
Tints of Ruby #EF1774
RGB
CMYK
RGB Variations
Color information
#EF1774 (or 0xEF1774) is known color: Ruby. HEX triplet: EF, 17 and 74. RGB value is (239,23,116). Sum of RGB (Red+Green+Blue) = 239+23+116=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1774 is #10E88B. Grayscale: #626262. Windows color (decimal): -1108108 or 7608303. OLE color: 7608303.
HSL color Cylindrical-coordinate representation of color #EF1774: hue angle of 334.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1774 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 116 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.06 |
| HSL | 334.17º | 0.87% | 0.51% | - |
| HSV(B) | 334.17º | 0.9% | 0.94% | - |
| XYZ | 39.06 | 20.22 | 18.37 | - |
| YUV | 98.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 116 | 0 | 0.90 | 0.51 | 0.06 | 334.17 | 0.87 | 0.51 |
| Hex | EF | 17 | 74 | 0 | 5A | 33 | 6 | 14E | 57 | 33 |
| Octal | 357 | 27 | 164 | 0 | 132 | 63 | 6 | 516 | 127 | 63 |
| Binary | 11101111 | 10111 | 1110100 | 0 | 1011010 | 110011 | 110 | 101001110 | 1010111 | 110011 |
Color Harmonies of #EF1774
Complementary color
Monochromatic Colors of #EF1774
Black with #EF1774
Text Example
Text Example
White with #EF1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1774; }
p { color: rgb(239,23,116); }
H1.HeaderClassName
{
color: #EF1774;
}
.AnyTagClassName
{
color: #EF1774;
}
</style>
background-color css
<style>
a { background-color: #EF1774; }
a { background-color: rgb(239,23,116); }
div.DivClassName
{
background-color: #EF1774;
}
.BgClassName
{
background-color: #EF1774;
}
</style>
border-color css
<style>
span { border-color: #EF1774; }
span { border-color: rgb(239,23,116); }
td.TdClassName
{
border-color: #EF1774;
}
.TagClassName
{
border-color: #EF1774;
}
</style>