Shades of Ruby #EB097B
Tints of Ruby #EB097B
RGB
CMYK
RGB Variations
Color information
#EB097B (or 0xEB097B) is known color: Ruby. HEX triplet: EB, 09 and 7B. RGB value is (235,9,123). Sum of RGB (Red+Green+Blue) = 235+9+123=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB097B is #14F684. Grayscale: #595959. Windows color (decimal): -1373829 or 8063467. OLE color: 8063467.
HSL color Cylindrical-coordinate representation of color #EB097B: hue angle of 329.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB097B is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.08 |
| HSL | 329.73º | 0.93% | 0.48% | - |
| HSV(B) | 329.73º | 0.96% | 0.92% | - |
| XYZ | 37.93 | 19.29 | 20.46 | - |
| YUV | 89.57 | 146.87 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 9 | 123 | 0 | 0.96 | 0.48 | 0.08 | 329.73 | 0.93 | 0.48 |
| Hex | EB | 9 | 7B | 0 | 60 | 30 | 8 | 14A | 5D | 30 |
| Octal | 353 | 11 | 173 | 0 | 140 | 60 | 10 | 512 | 135 | 60 |
| Binary | 11101011 | 1001 | 1111011 | 0 | 1100000 | 110000 | 1000 | 101001010 | 1011101 | 110000 |
Color Harmonies of #EB097B
Complementary color
Monochromatic Colors of #EB097B
Black with #EB097B
Text Example
Text Example
White with #EB097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB097B; }
p { color: rgb(235,9,123); }
H1.HeaderClassName
{
color: #EB097B;
}
.AnyTagClassName
{
color: #EB097B;
}
</style>
background-color css
<style>
a { background-color: #EB097B; }
a { background-color: rgb(235,9,123); }
div.DivClassName
{
background-color: #EB097B;
}
.BgClassName
{
background-color: #EB097B;
}
</style>
border-color css
<style>
span { border-color: #EB097B; }
span { border-color: rgb(235,9,123); }
td.TdClassName
{
border-color: #EB097B;
}
.TagClassName
{
border-color: #EB097B;
}
</style>