Shades of Ruby #EB155D
Tints of Ruby #EB155D
RGB
CMYK
RGB Variations
Color information
#EB155D (or 0xEB155D) is known color: Ruby. HEX triplet: EB, 15 and 5D. RGB value is (235,21,93). Sum of RGB (Red+Green+Blue) = 235+21+93=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB155D is #14EAA2. Grayscale: #5D5D5D. Windows color (decimal): -1370787 or 6100459. OLE color: 6100459.
HSL color Cylindrical-coordinate representation of color #EB155D: hue angle of 339.81º 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 #EB155D is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.08 |
| HSL | 339.81º | 0.84% | 0.5% | - |
| HSV(B) | 339.81º | 0.91% | 0.92% | - |
| XYZ | 36.5 | 18.99 | 12.1 | - |
| YUV | 93.19 | 127.9 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 93 | 0 | 0.91 | 0.60 | 0.08 | 339.81 | 0.84 | 0.5 |
| Hex | EB | 15 | 5D | 0 | 5B | 3C | 8 | 154 | 54 | 32 |
| Octal | 353 | 25 | 135 | 0 | 133 | 74 | 10 | 524 | 124 | 62 |
| Binary | 11101011 | 10101 | 1011101 | 0 | 1011011 | 111100 | 1000 | 101010100 | 1010100 | 110010 |
Color Harmonies of #EB155D
Complementary color
Monochromatic Colors of #EB155D
Black with #EB155D
Text Example
Text Example
White with #EB155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB155D; }
p { color: rgb(235,21,93); }
H1.HeaderClassName
{
color: #EB155D;
}
.AnyTagClassName
{
color: #EB155D;
}
</style>
background-color css
<style>
a { background-color: #EB155D; }
a { background-color: rgb(235,21,93); }
div.DivClassName
{
background-color: #EB155D;
}
.BgClassName
{
background-color: #EB155D;
}
</style>
border-color css
<style>
span { border-color: #EB155D; }
span { border-color: rgb(235,21,93); }
td.TdClassName
{
border-color: #EB155D;
}
.TagClassName
{
border-color: #EB155D;
}
</style>