Shades of Ruby #EB0A70
Tints of Ruby #EB0A70
RGB
CMYK
RGB Variations
Color information
#EB0A70 (or 0xEB0A70) is known color: Ruby. HEX triplet: EB, 0A and 70. RGB value is (235,10,112). Sum of RGB (Red+Green+Blue) = 235+10+112=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0A70 is #14F58F. Grayscale: #585858. Windows color (decimal): -1373584 or 7342827. OLE color: 7342827.
HSL color Cylindrical-coordinate representation of color #EB0A70: hue angle of 332.8º degrees, saturation: 0.92, 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 #EB0A70 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.08 |
| HSL | 332.8º | 0.92% | 0.48% | - |
| HSV(B) | 332.8º | 0.96% | 0.92% | - |
| XYZ | 37.29 | 19.05 | 17.04 | - |
| YUV | 88.9 | 141.04 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 10 | 112 | 0 | 0.96 | 0.52 | 0.08 | 332.8 | 0.92 | 0.48 |
| Hex | EB | A | 70 | 0 | 60 | 34 | 8 | 14D | 5C | 30 |
| Octal | 353 | 12 | 160 | 0 | 140 | 64 | 10 | 515 | 134 | 60 |
| Binary | 11101011 | 1010 | 1110000 | 0 | 1100000 | 110100 | 1000 | 101001101 | 1011100 | 110000 |
Color Harmonies of #EB0A70
Complementary color
Monochromatic Colors of #EB0A70
Black with #EB0A70
Text Example
Text Example
White with #EB0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0A70; }
p { color: rgb(235,10,112); }
H1.HeaderClassName
{
color: #EB0A70;
}
.AnyTagClassName
{
color: #EB0A70;
}
</style>
background-color css
<style>
a { background-color: #EB0A70; }
a { background-color: rgb(235,10,112); }
div.DivClassName
{
background-color: #EB0A70;
}
.BgClassName
{
background-color: #EB0A70;
}
</style>
border-color css
<style>
span { border-color: #EB0A70; }
span { border-color: rgb(235,10,112); }
td.TdClassName
{
border-color: #EB0A70;
}
.TagClassName
{
border-color: #EB0A70;
}
</style>