Shades of Ruby #EB195C
Tints of Ruby #EB195C
RGB
CMYK
RGB Variations
Color information
#EB195C (or 0xEB195C) is known color: Ruby. HEX triplet: EB, 19 and 5C. RGB value is (235,25,92). Sum of RGB (Red+Green+Blue) = 235+25+92=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB195C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB195C is #14E6A3. Grayscale: #5F5F5F. Windows color (decimal): -1369764 or 6035947. OLE color: 6035947.
HSL color Cylindrical-coordinate representation of color #EB195C: hue angle of 340.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB195C is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.08 |
| HSL | 340.86º | 0.84% | 0.51% | - |
| HSV(B) | 340.86º | 0.89% | 0.92% | - |
| XYZ | 36.54 | 19.13 | 11.89 | - |
| YUV | 95.43 | 126.07 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 92 | 0 | 0.89 | 0.61 | 0.08 | 340.86 | 0.84 | 0.51 |
| Hex | EB | 19 | 5C | 0 | 59 | 3D | 8 | 155 | 54 | 33 |
| Octal | 353 | 31 | 134 | 0 | 131 | 75 | 10 | 525 | 124 | 63 |
| Binary | 11101011 | 11001 | 1011100 | 0 | 1011001 | 111101 | 1000 | 101010101 | 1010100 | 110011 |
Color Harmonies of #EB195C
Complementary color
Monochromatic Colors of #EB195C
Black with #EB195C
Text Example
Text Example
White with #EB195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB195C; }
p { color: rgb(235,25,92); }
H1.HeaderClassName
{
color: #EB195C;
}
.AnyTagClassName
{
color: #EB195C;
}
</style>
background-color css
<style>
a { background-color: #EB195C; }
a { background-color: rgb(235,25,92); }
div.DivClassName
{
background-color: #EB195C;
}
.BgClassName
{
background-color: #EB195C;
}
</style>
border-color css
<style>
span { border-color: #EB195C; }
span { border-color: rgb(235,25,92); }
td.TdClassName
{
border-color: #EB195C;
}
.TagClassName
{
border-color: #EB195C;
}
</style>