Shades of Ruby #EB175D
Tints of Ruby #EB175D
RGB
CMYK
RGB Variations
Color information
#EB175D (or 0xEB175D) is known color: Ruby. HEX triplet: EB, 17 and 5D. RGB value is (235,23,93). Sum of RGB (Red+Green+Blue) = 235+23+93=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB175D is #14E8A2. Grayscale: #5E5E5E. Windows color (decimal): -1370275 or 6100971. OLE color: 6100971.
HSL color Cylindrical-coordinate representation of color #EB175D: hue angle of 340.19º 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 #EB175D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 93 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.08 |
| HSL | 340.19º | 0.84% | 0.51% | - |
| HSV(B) | 340.19º | 0.9% | 0.92% | - |
| XYZ | 36.54 | 19.07 | 12.11 | - |
| YUV | 94.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 93 | 0 | 0.90 | 0.60 | 0.08 | 340.19 | 0.84 | 0.51 |
| Hex | EB | 17 | 5D | 0 | 5A | 3C | 8 | 154 | 54 | 33 |
| Octal | 353 | 27 | 135 | 0 | 132 | 74 | 10 | 524 | 124 | 63 |
| Binary | 11101011 | 10111 | 1011101 | 0 | 1011010 | 111100 | 1000 | 101010100 | 1010100 | 110011 |
Color Harmonies of #EB175D
Complementary color
Monochromatic Colors of #EB175D
Black with #EB175D
Text Example
Text Example
White with #EB175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB175D; }
p { color: rgb(235,23,93); }
H1.HeaderClassName
{
color: #EB175D;
}
.AnyTagClassName
{
color: #EB175D;
}
</style>
background-color css
<style>
a { background-color: #EB175D; }
a { background-color: rgb(235,23,93); }
div.DivClassName
{
background-color: #EB175D;
}
.BgClassName
{
background-color: #EB175D;
}
</style>
border-color css
<style>
span { border-color: #EB175D; }
span { border-color: rgb(235,23,93); }
td.TdClassName
{
border-color: #EB175D;
}
.TagClassName
{
border-color: #EB175D;
}
</style>