Shades of Ruby #EB155B
Tints of Ruby #EB155B
RGB
CMYK
RGB Variations
Color information
#EB155B (or 0xEB155B) is known color: Ruby. HEX triplet: EB, 15 and 5B. RGB value is (235,21,91). Sum of RGB (Red+Green+Blue) = 235+21+91=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB155B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB155B is #14EAA4. Grayscale: #5C5C5C. Windows color (decimal): -1370789 or 5969387. OLE color: 5969387.
HSL color Cylindrical-coordinate representation of color #EB155B: hue angle of 340.37º 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 #EB155B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 91 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.08 |
| HSL | 340.37º | 0.84% | 0.5% | - |
| HSV(B) | 340.37º | 0.91% | 0.92% | - |
| XYZ | 36.42 | 18.95 | 11.64 | - |
| YUV | 92.97 | 126.9 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 91 | 0 | 0.91 | 0.61 | 0.08 | 340.37 | 0.84 | 0.5 |
| Hex | EB | 15 | 5B | 0 | 5B | 3D | 8 | 154 | 54 | 32 |
| Octal | 353 | 25 | 133 | 0 | 133 | 75 | 10 | 524 | 124 | 62 |
| Binary | 11101011 | 10101 | 1011011 | 0 | 1011011 | 111101 | 1000 | 101010100 | 1010100 | 110010 |
Color Harmonies of #EB155B
Complementary color
Monochromatic Colors of #EB155B
Black with #EB155B
Text Example
Text Example
White with #EB155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB155B; }
p { color: rgb(235,21,91); }
H1.HeaderClassName
{
color: #EB155B;
}
.AnyTagClassName
{
color: #EB155B;
}
</style>
background-color css
<style>
a { background-color: #EB155B; }
a { background-color: rgb(235,21,91); }
div.DivClassName
{
background-color: #EB155B;
}
.BgClassName
{
background-color: #EB155B;
}
</style>
border-color css
<style>
span { border-color: #EB155B; }
span { border-color: rgb(235,21,91); }
td.TdClassName
{
border-color: #EB155B;
}
.TagClassName
{
border-color: #EB155B;
}
</style>