Shades of Ruby #EB1D5D
Tints of Ruby #EB1D5D
RGB
CMYK
RGB Variations
Color information
#EB1D5D (or 0xEB1D5D) is known color: Ruby. HEX triplet: EB, 1D and 5D. RGB value is (235,29,93). Sum of RGB (Red+Green+Blue) = 235+29+93=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D5D is #14E2A2. Grayscale: #616161. Windows color (decimal): -1368739 or 6102507. OLE color: 6102507.
HSL color Cylindrical-coordinate representation of color #EB1D5D: hue angle of 341.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1D5D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 93 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.08 |
| HSL | 341.36º | 0.84% | 0.52% | - |
| HSV(B) | 341.36º | 0.88% | 0.92% | - |
| XYZ | 36.68 | 19.33 | 12.15 | - |
| YUV | 97.89 | 125.25 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 93 | 0 | 0.88 | 0.60 | 0.08 | 341.36 | 0.84 | 0.52 |
| Hex | EB | 1D | 5D | 0 | 58 | 3C | 8 | 155 | 54 | 34 |
| Octal | 353 | 35 | 135 | 0 | 130 | 74 | 10 | 525 | 124 | 64 |
| Binary | 11101011 | 11101 | 1011101 | 0 | 1011000 | 111100 | 1000 | 101010101 | 1010100 | 110100 |
Color Harmonies of #EB1D5D
Complementary color
Monochromatic Colors of #EB1D5D
Black with #EB1D5D
Text Example
Text Example
White with #EB1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D5D; }
p { color: rgb(235,29,93); }
H1.HeaderClassName
{
color: #EB1D5D;
}
.AnyTagClassName
{
color: #EB1D5D;
}
</style>
background-color css
<style>
a { background-color: #EB1D5D; }
a { background-color: rgb(235,29,93); }
div.DivClassName
{
background-color: #EB1D5D;
}
.BgClassName
{
background-color: #EB1D5D;
}
</style>
border-color css
<style>
span { border-color: #EB1D5D; }
span { border-color: rgb(235,29,93); }
td.TdClassName
{
border-color: #EB1D5D;
}
.TagClassName
{
border-color: #EB1D5D;
}
</style>