Shades of Ruby #EF1467
Tints of Ruby #EF1467
RGB
CMYK
RGB Variations
Color information
#EF1467 (or 0xEF1467) is known color: Ruby. HEX triplet: EF, 14 and 67. RGB value is (239,20,103). Sum of RGB (Red+Green+Blue) = 239+20+103=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1467 is #10EB98. Grayscale: #5E5E5E. Windows color (decimal): -1108889 or 6755567. OLE color: 6755567.
HSL color Cylindrical-coordinate representation of color #EF1467: hue angle of 337.26º 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 #EF1467 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 20 | 103 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.06 |
| HSL | 337.26º | 0.87% | 0.51% | - |
| HSV(B) | 337.26º | 0.92% | 0.94% | - |
| XYZ | 38.29 | 19.83 | 14.64 | - |
| YUV | 94.94 | 132.55 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 20 | 103 | 0 | 0.92 | 0.57 | 0.06 | 337.26 | 0.87 | 0.51 |
| Hex | EF | 14 | 67 | 0 | 5C | 39 | 6 | 151 | 57 | 33 |
| Octal | 357 | 24 | 147 | 0 | 134 | 71 | 6 | 521 | 127 | 63 |
| Binary | 11101111 | 10100 | 1100111 | 0 | 1011100 | 111001 | 110 | 101010001 | 1010111 | 110011 |
Color Harmonies of #EF1467
Complementary color
Monochromatic Colors of #EF1467
Black with #EF1467
Text Example
Text Example
White with #EF1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1467; }
p { color: rgb(239,20,103); }
H1.HeaderClassName
{
color: #EF1467;
}
.AnyTagClassName
{
color: #EF1467;
}
</style>
background-color css
<style>
a { background-color: #EF1467; }
a { background-color: rgb(239,20,103); }
div.DivClassName
{
background-color: #EF1467;
}
.BgClassName
{
background-color: #EF1467;
}
</style>
border-color css
<style>
span { border-color: #EF1467; }
span { border-color: rgb(239,20,103); }
td.TdClassName
{
border-color: #EF1467;
}
.TagClassName
{
border-color: #EF1467;
}
</style>