Shades of Ruby #EB155E
Tints of Ruby #EB155E
RGB
CMYK
RGB Variations
Color information
#EB155E (or 0xEB155E) is known color: Ruby. HEX triplet: EB, 15 and 5E. RGB value is (235,21,94). Sum of RGB (Red+Green+Blue) = 235+21+94=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB155E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB155E is #14EAA1. Grayscale: #5D5D5D. Windows color (decimal): -1370786 or 6165995. OLE color: 6165995.
HSL color Cylindrical-coordinate representation of color #EB155E: hue angle of 339.53º 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 #EB155E is Cyan = 0, Magento = 0.91, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 94 | - |
| CMYK | 0 | 0.91 | 0.6 | 0.08 |
| HSL | 339.53º | 0.84% | 0.5% | - |
| HSV(B) | 339.53º | 0.91% | 0.92% | - |
| XYZ | 36.55 | 19.01 | 12.33 | - |
| YUV | 93.31 | 128.4 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 94 | 0 | 0.91 | 0.6 | 0.08 | 339.53 | 0.84 | 0.5 |
| Hex | EB | 15 | 5E | 0 | 5B | 3C | 8 | 154 | 54 | 32 |
| Octal | 353 | 25 | 136 | 0 | 133 | 74 | 10 | 524 | 124 | 62 |
| Binary | 11101011 | 10101 | 1011110 | 0 | 1011011 | 111100 | 1000 | 101010100 | 1010100 | 110010 |
Color Harmonies of #EB155E
Complementary color
Monochromatic Colors of #EB155E
Black with #EB155E
Text Example
Text Example
White with #EB155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB155E; }
p { color: rgb(235,21,94); }
H1.HeaderClassName
{
color: #EB155E;
}
.AnyTagClassName
{
color: #EB155E;
}
</style>
background-color css
<style>
a { background-color: #EB155E; }
a { background-color: rgb(235,21,94); }
div.DivClassName
{
background-color: #EB155E;
}
.BgClassName
{
background-color: #EB155E;
}
</style>
border-color css
<style>
span { border-color: #EB155E; }
span { border-color: rgb(235,21,94); }
td.TdClassName
{
border-color: #EB155E;
}
.TagClassName
{
border-color: #EB155E;
}
</style>