Shades of Ruby #EB1777
Tints of Ruby #EB1777
RGB
CMYK
RGB Variations
Color information
#EB1777 (or 0xEB1777) is known color: Ruby. HEX triplet: EB, 17 and 77. RGB value is (235,23,119). Sum of RGB (Red+Green+Blue) = 235+23+119=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1777 is #14E888. Grayscale: #616161. Windows color (decimal): -1370249 or 7804907. OLE color: 7804907.
HSL color Cylindrical-coordinate representation of color #EB1777: hue angle of 332.83º 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 #EB1777 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 119 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.08 |
| HSL | 332.83º | 0.84% | 0.51% | - |
| HSV(B) | 332.83º | 0.9% | 0.92% | - |
| XYZ | 37.9 | 19.61 | 19.24 | - |
| YUV | 97.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 119 | 0 | 0.90 | 0.49 | 0.08 | 332.83 | 0.84 | 0.51 |
| Hex | EB | 17 | 77 | 0 | 5A | 31 | 8 | 14D | 54 | 33 |
| Octal | 353 | 27 | 167 | 0 | 132 | 61 | 10 | 515 | 124 | 63 |
| Binary | 11101011 | 10111 | 1110111 | 0 | 1011010 | 110001 | 1000 | 101001101 | 1010100 | 110011 |
Color Harmonies of #EB1777
Complementary color
Monochromatic Colors of #EB1777
Black with #EB1777
Text Example
Text Example
White with #EB1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1777; }
p { color: rgb(235,23,119); }
H1.HeaderClassName
{
color: #EB1777;
}
.AnyTagClassName
{
color: #EB1777;
}
</style>
background-color css
<style>
a { background-color: #EB1777; }
a { background-color: rgb(235,23,119); }
div.DivClassName
{
background-color: #EB1777;
}
.BgClassName
{
background-color: #EB1777;
}
</style>
border-color css
<style>
span { border-color: #EB1777; }
span { border-color: rgb(235,23,119); }
td.TdClassName
{
border-color: #EB1777;
}
.TagClassName
{
border-color: #EB1777;
}
</style>