Shades of Ruby #EB0F77
Tints of Ruby #EB0F77
RGB
CMYK
RGB Variations
Color information
#EB0F77 (or 0xEB0F77) is known color: Ruby. HEX triplet: EB, 0F and 77. RGB value is (235,15,119). Sum of RGB (Red+Green+Blue) = 235+15+119=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F77 is #14F088. Grayscale: #5C5C5C. Windows color (decimal): -1372297 or 7802859. OLE color: 7802859.
HSL color Cylindrical-coordinate representation of color #EB0F77: hue angle of 331.64º 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 #EB0F77 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 15 | 119 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.08 |
| HSL | 331.64º | 0.88% | 0.49% | - |
| HSV(B) | 331.64º | 0.94% | 0.92% | - |
| XYZ | 37.76 | 19.34 | 19.19 | - |
| YUV | 92.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 15 | 119 | 0 | 0.94 | 0.49 | 0.08 | 331.64 | 0.88 | 0.49 |
| Hex | EB | F | 77 | 0 | 5E | 31 | 8 | 14C | 58 | 31 |
| Octal | 353 | 17 | 167 | 0 | 136 | 61 | 10 | 514 | 130 | 61 |
| Binary | 11101011 | 1111 | 1110111 | 0 | 1011110 | 110001 | 1000 | 101001100 | 1011000 | 110001 |
Color Harmonies of #EB0F77
Complementary color
Monochromatic Colors of #EB0F77
Black with #EB0F77
Text Example
Text Example
White with #EB0F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0F77; }
p { color: rgb(235,15,119); }
H1.HeaderClassName
{
color: #EB0F77;
}
.AnyTagClassName
{
color: #EB0F77;
}
</style>
background-color css
<style>
a { background-color: #EB0F77; }
a { background-color: rgb(235,15,119); }
div.DivClassName
{
background-color: #EB0F77;
}
.BgClassName
{
background-color: #EB0F77;
}
</style>
border-color css
<style>
span { border-color: #EB0F77; }
span { border-color: rgb(235,15,119); }
td.TdClassName
{
border-color: #EB0F77;
}
.TagClassName
{
border-color: #EB0F77;
}
</style>