Shades of Ruby #EF0975
Tints of Ruby #EF0975
RGB
CMYK
RGB Variations
Color information
#EF0975 (or 0xEF0975) is known color: Ruby. HEX triplet: EF, 09 and 75. RGB value is (239,9,117). Sum of RGB (Red+Green+Blue) = 239+9+117=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0975 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0975 is #10F68A. Grayscale: #595959. Windows color (decimal): -1111691 or 7670255. OLE color: 7670255.
HSL color Cylindrical-coordinate representation of color #EF0975: hue angle of 331.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0975 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.06 |
| HSL | 331.83º | 0.93% | 0.49% | - |
| HSV(B) | 331.83º | 0.96% | 0.94% | - |
| XYZ | 38.91 | 19.83 | 18.61 | - |
| YUV | 90.08 | 143.2 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 117 | 0 | 0.96 | 0.51 | 0.06 | 331.83 | 0.93 | 0.49 |
| Hex | EF | 9 | 75 | 0 | 60 | 33 | 6 | 14C | 5D | 31 |
| Octal | 357 | 11 | 165 | 0 | 140 | 63 | 6 | 514 | 135 | 61 |
| Binary | 11101111 | 1001 | 1110101 | 0 | 1100000 | 110011 | 110 | 101001100 | 1011101 | 110001 |
Color Harmonies of #EF0975
Complementary color
Monochromatic Colors of #EF0975
Black with #EF0975
Text Example
Text Example
White with #EF0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0975; }
p { color: rgb(239,9,117); }
H1.HeaderClassName
{
color: #EF0975;
}
.AnyTagClassName
{
color: #EF0975;
}
</style>
background-color css
<style>
a { background-color: #EF0975; }
a { background-color: rgb(239,9,117); }
div.DivClassName
{
background-color: #EF0975;
}
.BgClassName
{
background-color: #EF0975;
}
</style>
border-color css
<style>
span { border-color: #EF0975; }
span { border-color: rgb(239,9,117); }
td.TdClassName
{
border-color: #EF0975;
}
.TagClassName
{
border-color: #EF0975;
}
</style>