Shades of Ruby #EB176C
Tints of Ruby #EB176C
RGB
CMYK
RGB Variations
Color information
#EB176C (or 0xEB176C) is known color: Ruby. HEX triplet: EB, 17 and 6C. RGB value is (235,23,108). Sum of RGB (Red+Green+Blue) = 235+23+108=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB176C is #14E893. Grayscale: #5F5F5F. Windows color (decimal): -1370260 or 7084011. OLE color: 7084011.
HSL color Cylindrical-coordinate representation of color #EB176C: hue angle of 335.94º 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 #EB176C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 108 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.08 |
| HSL | 335.94º | 0.84% | 0.51% | - |
| HSV(B) | 335.94º | 0.9% | 0.92% | - |
| XYZ | 37.27 | 19.36 | 15.96 | - |
| YUV | 96.08 | 134.74 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 108 | 0 | 0.90 | 0.54 | 0.08 | 335.94 | 0.84 | 0.51 |
| Hex | EB | 17 | 6C | 0 | 5A | 36 | 8 | 150 | 54 | 33 |
| Octal | 353 | 27 | 154 | 0 | 132 | 66 | 10 | 520 | 124 | 63 |
| Binary | 11101011 | 10111 | 1101100 | 0 | 1011010 | 110110 | 1000 | 101010000 | 1010100 | 110011 |
Color Harmonies of #EB176C
Complementary color
Monochromatic Colors of #EB176C
Black with #EB176C
Text Example
Text Example
White with #EB176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB176C; }
p { color: rgb(235,23,108); }
H1.HeaderClassName
{
color: #EB176C;
}
.AnyTagClassName
{
color: #EB176C;
}
</style>
background-color css
<style>
a { background-color: #EB176C; }
a { background-color: rgb(235,23,108); }
div.DivClassName
{
background-color: #EB176C;
}
.BgClassName
{
background-color: #EB176C;
}
</style>
border-color css
<style>
span { border-color: #EB176C; }
span { border-color: rgb(235,23,108); }
td.TdClassName
{
border-color: #EB176C;
}
.TagClassName
{
border-color: #EB176C;
}
</style>