Shades of Ruby #EB087A
Tints of Ruby #EB087A
RGB
CMYK
RGB Variations
Color information
#EB087A (or 0xEB087A) is known color: Ruby. HEX triplet: EB, 08 and 7A. RGB value is (235,8,122). Sum of RGB (Red+Green+Blue) = 235+8+122=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB087A is #14F785. Grayscale: #585858. Windows color (decimal): -1374086 or 7997675. OLE color: 7997675.
HSL color Cylindrical-coordinate representation of color #EB087A: hue angle of 329.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB087A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 8 | 122 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.08 |
| HSL | 329.87º | 0.93% | 0.48% | - |
| HSV(B) | 329.87º | 0.97% | 0.92% | - |
| XYZ | 37.86 | 19.24 | 20.13 | - |
| YUV | 88.87 | 146.71 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 8 | 122 | 0 | 0.97 | 0.48 | 0.08 | 329.87 | 0.93 | 0.48 |
| Hex | EB | 8 | 7A | 0 | 61 | 30 | 8 | 14A | 5D | 30 |
| Octal | 353 | 10 | 172 | 0 | 141 | 60 | 10 | 512 | 135 | 60 |
| Binary | 11101011 | 1000 | 1111010 | 0 | 1100001 | 110000 | 1000 | 101001010 | 1011101 | 110000 |
Color Harmonies of #EB087A
Complementary color
Monochromatic Colors of #EB087A
Black with #EB087A
Text Example
Text Example
White with #EB087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB087A; }
p { color: rgb(235,8,122); }
H1.HeaderClassName
{
color: #EB087A;
}
.AnyTagClassName
{
color: #EB087A;
}
</style>
background-color css
<style>
a { background-color: #EB087A; }
a { background-color: rgb(235,8,122); }
div.DivClassName
{
background-color: #EB087A;
}
.BgClassName
{
background-color: #EB087A;
}
</style>
border-color css
<style>
span { border-color: #EB087A; }
span { border-color: rgb(235,8,122); }
td.TdClassName
{
border-color: #EB087A;
}
.TagClassName
{
border-color: #EB087A;
}
</style>