Shades of Ruby #EF1767
Tints of Ruby #EF1767
RGB
CMYK
RGB Variations
Color information
#EF1767 (or 0xEF1767) is known color: Ruby. HEX triplet: EF, 17 and 67. RGB value is (239,23,103). Sum of RGB (Red+Green+Blue) = 239+23+103=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1767 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1767 is #10E898. Grayscale: #606060. Windows color (decimal): -1108121 or 6756335. OLE color: 6756335.
HSL color Cylindrical-coordinate representation of color #EF1767: hue angle of 337.78º 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 #EF1767 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 103 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.06 |
| HSL | 337.78º | 0.87% | 0.51% | - |
| HSV(B) | 337.78º | 0.9% | 0.94% | - |
| XYZ | 38.35 | 19.94 | 14.66 | - |
| YUV | 96.7 | 131.56 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 103 | 0 | 0.90 | 0.57 | 0.06 | 337.78 | 0.87 | 0.51 |
| Hex | EF | 17 | 67 | 0 | 5A | 39 | 6 | 152 | 57 | 33 |
| Octal | 357 | 27 | 147 | 0 | 132 | 71 | 6 | 522 | 127 | 63 |
| Binary | 11101111 | 10111 | 1100111 | 0 | 1011010 | 111001 | 110 | 101010010 | 1010111 | 110011 |
Color Harmonies of #EF1767
Complementary color
Monochromatic Colors of #EF1767
Black with #EF1767
Text Example
Text Example
White with #EF1767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1767; }
p { color: rgb(239,23,103); }
H1.HeaderClassName
{
color: #EF1767;
}
.AnyTagClassName
{
color: #EF1767;
}
</style>
background-color css
<style>
a { background-color: #EF1767; }
a { background-color: rgb(239,23,103); }
div.DivClassName
{
background-color: #EF1767;
}
.BgClassName
{
background-color: #EF1767;
}
</style>
border-color css
<style>
span { border-color: #EF1767; }
span { border-color: rgb(239,23,103); }
td.TdClassName
{
border-color: #EF1767;
}
.TagClassName
{
border-color: #EF1767;
}
</style>