Shades of Ruby #EB175C
Tints of Ruby #EB175C
RGB
CMYK
RGB Variations
Color information
#EB175C (or 0xEB175C) is known color: Ruby. HEX triplet: EB, 17 and 5C. RGB value is (235,23,92). Sum of RGB (Red+Green+Blue) = 235+23+92=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB175C is #14E8A3. Grayscale: #5E5E5E. Windows color (decimal): -1370276 or 6035435. OLE color: 6035435.
HSL color Cylindrical-coordinate representation of color #EB175C: hue angle of 340.47º 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 #EB175C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.08 |
| HSL | 340.47º | 0.84% | 0.51% | - |
| HSV(B) | 340.47º | 0.9% | 0.92% | - |
| XYZ | 36.5 | 19.05 | 11.88 | - |
| YUV | 94.25 | 126.74 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 92 | 0 | 0.90 | 0.61 | 0.08 | 340.47 | 0.84 | 0.51 |
| Hex | EB | 17 | 5C | 0 | 5A | 3D | 8 | 154 | 54 | 33 |
| Octal | 353 | 27 | 134 | 0 | 132 | 75 | 10 | 524 | 124 | 63 |
| Binary | 11101011 | 10111 | 1011100 | 0 | 1011010 | 111101 | 1000 | 101010100 | 1010100 | 110011 |
Color Harmonies of #EB175C
Complementary color
Monochromatic Colors of #EB175C
Black with #EB175C
Text Example
Text Example
White with #EB175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB175C; }
p { color: rgb(235,23,92); }
H1.HeaderClassName
{
color: #EB175C;
}
.AnyTagClassName
{
color: #EB175C;
}
</style>
background-color css
<style>
a { background-color: #EB175C; }
a { background-color: rgb(235,23,92); }
div.DivClassName
{
background-color: #EB175C;
}
.BgClassName
{
background-color: #EB175C;
}
</style>
border-color css
<style>
span { border-color: #EB175C; }
span { border-color: rgb(235,23,92); }
td.TdClassName
{
border-color: #EB175C;
}
.TagClassName
{
border-color: #EB175C;
}
</style>