Shades of Ruby #EB185C
Tints of Ruby #EB185C
RGB
CMYK
RGB Variations
Color information
#EB185C (or 0xEB185C) is known color: Ruby. HEX triplet: EB, 18 and 5C. RGB value is (235,24,92). Sum of RGB (Red+Green+Blue) = 235+24+92=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB185C is #14E7A3. Grayscale: #5E5E5E. Windows color (decimal): -1370020 or 6035691. OLE color: 6035691.
HSL color Cylindrical-coordinate representation of color #EB185C: hue angle of 340.66º 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 #EB185C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.08 |
| HSL | 340.66º | 0.84% | 0.51% | - |
| HSV(B) | 340.66º | 0.9% | 0.92% | - |
| XYZ | 36.52 | 19.09 | 11.88 | - |
| YUV | 94.84 | 126.4 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 92 | 0 | 0.90 | 0.61 | 0.08 | 340.66 | 0.84 | 0.51 |
| Hex | EB | 18 | 5C | 0 | 5A | 3D | 8 | 155 | 54 | 33 |
| Octal | 353 | 30 | 134 | 0 | 132 | 75 | 10 | 525 | 124 | 63 |
| Binary | 11101011 | 11000 | 1011100 | 0 | 1011010 | 111101 | 1000 | 101010101 | 1010100 | 110011 |
Color Harmonies of #EB185C
Complementary color
Monochromatic Colors of #EB185C
Black with #EB185C
Text Example
Text Example
White with #EB185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB185C; }
p { color: rgb(235,24,92); }
H1.HeaderClassName
{
color: #EB185C;
}
.AnyTagClassName
{
color: #EB185C;
}
</style>
background-color css
<style>
a { background-color: #EB185C; }
a { background-color: rgb(235,24,92); }
div.DivClassName
{
background-color: #EB185C;
}
.BgClassName
{
background-color: #EB185C;
}
</style>
border-color css
<style>
span { border-color: #EB185C; }
span { border-color: rgb(235,24,92); }
td.TdClassName
{
border-color: #EB185C;
}
.TagClassName
{
border-color: #EB185C;
}
</style>