Shades of Ruby #EB1773
Tints of Ruby #EB1773
RGB
CMYK
RGB Variations
Color information
#EB1773 (or 0xEB1773) is known color: Ruby. HEX triplet: EB, 17 and 73. RGB value is (235,23,115). Sum of RGB (Red+Green+Blue) = 235+23+115=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1773 is #14E88C. Grayscale: #606060. Windows color (decimal): -1370253 or 7542763. OLE color: 7542763.
HSL color Cylindrical-coordinate representation of color #EB1773: hue angle of 333.96º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1773 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 115 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.08 |
| HSL | 333.96º | 0.84% | 0.51% | - |
| HSV(B) | 333.96º | 0.9% | 0.92% | - |
| XYZ | 37.66 | 19.51 | 18 | - |
| YUV | 96.88 | 138.24 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 115 | 0 | 0.90 | 0.51 | 0.08 | 333.96 | 0.84 | 0.51 |
| Hex | EB | 17 | 73 | 0 | 5A | 33 | 8 | 14E | 54 | 33 |
| Octal | 353 | 27 | 163 | 0 | 132 | 63 | 10 | 516 | 124 | 63 |
| Binary | 11101011 | 10111 | 1110011 | 0 | 1011010 | 110011 | 1000 | 101001110 | 1010100 | 110011 |
Color Harmonies of #EB1773
Complementary color
Monochromatic Colors of #EB1773
Black with #EB1773
Text Example
Text Example
White with #EB1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1773; }
p { color: rgb(235,23,115); }
H1.HeaderClassName
{
color: #EB1773;
}
.AnyTagClassName
{
color: #EB1773;
}
</style>
background-color css
<style>
a { background-color: #EB1773; }
a { background-color: rgb(235,23,115); }
div.DivClassName
{
background-color: #EB1773;
}
.BgClassName
{
background-color: #EB1773;
}
</style>
border-color css
<style>
span { border-color: #EB1773; }
span { border-color: rgb(235,23,115); }
td.TdClassName
{
border-color: #EB1773;
}
.TagClassName
{
border-color: #EB1773;
}
</style>