Shades of Ruby #EB177B
Tints of Ruby #EB177B
RGB
CMYK
RGB Variations
Color information
#EB177B (or 0xEB177B) is known color: Ruby. HEX triplet: EB, 17 and 7B. RGB value is (235,23,123). Sum of RGB (Red+Green+Blue) = 235+23+123=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB177B is #14E884. Grayscale: #616161. Windows color (decimal): -1370245 or 8067051. OLE color: 8067051.
HSL color Cylindrical-coordinate representation of color #EB177B: hue angle of 331.7º 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 #EB177B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 123 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.08 |
| HSL | 331.7º | 0.84% | 0.51% | - |
| HSV(B) | 331.7º | 0.9% | 0.92% | - |
| XYZ | 38.14 | 19.71 | 20.53 | - |
| YUV | 97.79 | 142.24 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 123 | 0 | 0.90 | 0.48 | 0.08 | 331.7 | 0.84 | 0.51 |
| Hex | EB | 17 | 7B | 0 | 5A | 30 | 8 | 14C | 54 | 33 |
| Octal | 353 | 27 | 173 | 0 | 132 | 60 | 10 | 514 | 124 | 63 |
| Binary | 11101011 | 10111 | 1111011 | 0 | 1011010 | 110000 | 1000 | 101001100 | 1010100 | 110011 |
Color Harmonies of #EB177B
Complementary color
Monochromatic Colors of #EB177B
Black with #EB177B
Text Example
Text Example
White with #EB177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB177B; }
p { color: rgb(235,23,123); }
H1.HeaderClassName
{
color: #EB177B;
}
.AnyTagClassName
{
color: #EB177B;
}
</style>
background-color css
<style>
a { background-color: #EB177B; }
a { background-color: rgb(235,23,123); }
div.DivClassName
{
background-color: #EB177B;
}
.BgClassName
{
background-color: #EB177B;
}
</style>
border-color css
<style>
span { border-color: #EB177B; }
span { border-color: rgb(235,23,123); }
td.TdClassName
{
border-color: #EB177B;
}
.TagClassName
{
border-color: #EB177B;
}
</style>