Shades of Ruby #EB155C
Tints of Ruby #EB155C
RGB
CMYK
RGB Variations
Color information
#EB155C (or 0xEB155C) is known color: Ruby. HEX triplet: EB, 15 and 5C. RGB value is (235,21,92). Sum of RGB (Red+Green+Blue) = 235+21+92=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB155C is #14EAA3. Grayscale: #5D5D5D. Windows color (decimal): -1370788 or 6034923. OLE color: 6034923.
HSL color Cylindrical-coordinate representation of color #EB155C: hue angle of 340.09º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB155C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.08 |
| HSL | 340.09º | 0.84% | 0.5% | - |
| HSV(B) | 340.09º | 0.91% | 0.92% | - |
| XYZ | 36.46 | 18.97 | 11.87 | - |
| YUV | 93.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 92 | 0 | 0.91 | 0.61 | 0.08 | 340.09 | 0.84 | 0.5 |
| Hex | EB | 15 | 5C | 0 | 5B | 3D | 8 | 154 | 54 | 32 |
| Octal | 353 | 25 | 134 | 0 | 133 | 75 | 10 | 524 | 124 | 62 |
| Binary | 11101011 | 10101 | 1011100 | 0 | 1011011 | 111101 | 1000 | 101010100 | 1010100 | 110010 |
Color Harmonies of #EB155C
Complementary color
Monochromatic Colors of #EB155C
Black with #EB155C
Text Example
Text Example
White with #EB155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB155C; }
p { color: rgb(235,21,92); }
H1.HeaderClassName
{
color: #EB155C;
}
.AnyTagClassName
{
color: #EB155C;
}
</style>
background-color css
<style>
a { background-color: #EB155C; }
a { background-color: rgb(235,21,92); }
div.DivClassName
{
background-color: #EB155C;
}
.BgClassName
{
background-color: #EB155C;
}
</style>
border-color css
<style>
span { border-color: #EB155C; }
span { border-color: rgb(235,21,92); }
td.TdClassName
{
border-color: #EB155C;
}
.TagClassName
{
border-color: #EB155C;
}
</style>