Shades of Ruby #EF0F69
Tints of Ruby #EF0F69
RGB
CMYK
RGB Variations
Color information
#EF0F69 (or 0xEF0F69) is known color: Ruby. HEX triplet: EF, 0F and 69. RGB value is (239,15,105). Sum of RGB (Red+Green+Blue) = 239+15+105=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F69 is #10F096. Grayscale: #5C5C5C. Windows color (decimal): -1110167 or 6885359. OLE color: 6885359.
HSL color Cylindrical-coordinate representation of color #EF0F69: hue angle of 335.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F69 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 105 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.06 |
| HSL | 335.89º | 0.88% | 0.5% | - |
| HSV(B) | 335.89º | 0.94% | 0.94% | - |
| XYZ | 38.32 | 19.71 | 15.15 | - |
| YUV | 92.24 | 135.21 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 105 | 0 | 0.94 | 0.56 | 0.06 | 335.89 | 0.88 | 0.5 |
| Hex | EF | F | 69 | 0 | 5E | 38 | 6 | 150 | 58 | 32 |
| Octal | 357 | 17 | 151 | 0 | 136 | 70 | 6 | 520 | 130 | 62 |
| Binary | 11101111 | 1111 | 1101001 | 0 | 1011110 | 111000 | 110 | 101010000 | 1011000 | 110010 |
Color Harmonies of #EF0F69
Complementary color
Monochromatic Colors of #EF0F69
Black with #EF0F69
Text Example
Text Example
White with #EF0F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0F69; }
p { color: rgb(239,15,105); }
H1.HeaderClassName
{
color: #EF0F69;
}
.AnyTagClassName
{
color: #EF0F69;
}
</style>
background-color css
<style>
a { background-color: #EF0F69; }
a { background-color: rgb(239,15,105); }
div.DivClassName
{
background-color: #EF0F69;
}
.BgClassName
{
background-color: #EF0F69;
}
</style>
border-color css
<style>
span { border-color: #EF0F69; }
span { border-color: rgb(239,15,105); }
td.TdClassName
{
border-color: #EF0F69;
}
.TagClassName
{
border-color: #EF0F69;
}
</style>