Shades of Ruby #EB0F73
Tints of Ruby #EB0F73
RGB
CMYK
RGB Variations
Color information
#EB0F73 (or 0xEB0F73) is known color: Ruby. HEX triplet: EB, 0F and 73. RGB value is (235,15,115). Sum of RGB (Red+Green+Blue) = 235+15+115=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F73 is #14F08C. Grayscale: #5C5C5C. Windows color (decimal): -1372301 or 7540715. OLE color: 7540715.
HSL color Cylindrical-coordinate representation of color #EB0F73: hue angle of 332.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0F73 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 15 | 115 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.08 |
| HSL | 332.73º | 0.88% | 0.49% | - |
| HSV(B) | 332.73º | 0.94% | 0.92% | - |
| XYZ | 37.53 | 19.24 | 17.96 | - |
| YUV | 92.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 15 | 115 | 0 | 0.94 | 0.51 | 0.08 | 332.73 | 0.88 | 0.49 |
| Hex | EB | F | 73 | 0 | 5E | 33 | 8 | 14D | 58 | 31 |
| Octal | 353 | 17 | 163 | 0 | 136 | 63 | 10 | 515 | 130 | 61 |
| Binary | 11101011 | 1111 | 1110011 | 0 | 1011110 | 110011 | 1000 | 101001101 | 1011000 | 110001 |
Color Harmonies of #EB0F73
Complementary color
Monochromatic Colors of #EB0F73
Black with #EB0F73
Text Example
Text Example
White with #EB0F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0F73; }
p { color: rgb(235,15,115); }
H1.HeaderClassName
{
color: #EB0F73;
}
.AnyTagClassName
{
color: #EB0F73;
}
</style>
background-color css
<style>
a { background-color: #EB0F73; }
a { background-color: rgb(235,15,115); }
div.DivClassName
{
background-color: #EB0F73;
}
.BgClassName
{
background-color: #EB0F73;
}
</style>
border-color css
<style>
span { border-color: #EB0F73; }
span { border-color: rgb(235,15,115); }
td.TdClassName
{
border-color: #EB0F73;
}
.TagClassName
{
border-color: #EB0F73;
}
</style>