Shades of Ruby #EB1D5E
Tints of Ruby #EB1D5E
RGB
CMYK
RGB Variations
Color information
#EB1D5E (or 0xEB1D5E) is known color: Ruby. HEX triplet: EB, 1D and 5E. RGB value is (235,29,94). Sum of RGB (Red+Green+Blue) = 235+29+94=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D5E is #14E2A1. Grayscale: #616161. Windows color (decimal): -1368738 or 6168043. OLE color: 6168043.
HSL color Cylindrical-coordinate representation of color #EB1D5E: hue angle of 341.07º 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 #EB1D5E is Cyan = 0, Magento = 0.88, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.6 | 0.08 |
| HSL | 341.07º | 0.84% | 0.52% | - |
| HSV(B) | 341.07º | 0.88% | 0.92% | - |
| XYZ | 36.72 | 19.35 | 12.39 | - |
| YUV | 98 | 125.75 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 94 | 0 | 0.88 | 0.6 | 0.08 | 341.07 | 0.84 | 0.52 |
| Hex | EB | 1D | 5E | 0 | 58 | 3C | 8 | 155 | 54 | 34 |
| Octal | 353 | 35 | 136 | 0 | 130 | 74 | 10 | 525 | 124 | 64 |
| Binary | 11101011 | 11101 | 1011110 | 0 | 1011000 | 111100 | 1000 | 101010101 | 1010100 | 110100 |
Color Harmonies of #EB1D5E
Complementary color
Monochromatic Colors of #EB1D5E
Black with #EB1D5E
Text Example
Text Example
White with #EB1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D5E; }
p { color: rgb(235,29,94); }
H1.HeaderClassName
{
color: #EB1D5E;
}
.AnyTagClassName
{
color: #EB1D5E;
}
</style>
background-color css
<style>
a { background-color: #EB1D5E; }
a { background-color: rgb(235,29,94); }
div.DivClassName
{
background-color: #EB1D5E;
}
.BgClassName
{
background-color: #EB1D5E;
}
</style>
border-color css
<style>
span { border-color: #EB1D5E; }
span { border-color: rgb(235,29,94); }
td.TdClassName
{
border-color: #EB1D5E;
}
.TagClassName
{
border-color: #EB1D5E;
}
</style>