Shades of Ruby #EB0E70
Tints of Ruby #EB0E70
RGB
CMYK
RGB Variations
Color information
#EB0E70 (or 0xEB0E70) is known color: Ruby. HEX triplet: EB, 0E and 70. RGB value is (235,14,112). Sum of RGB (Red+Green+Blue) = 235+14+112=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0E70 is #14F18F. Grayscale: #5B5B5B. Windows color (decimal): -1372560 or 7343851. OLE color: 7343851.
HSL color Cylindrical-coordinate representation of color #EB0E70: hue angle of 333.39º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0E70 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 112 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.08 |
| HSL | 333.39º | 0.89% | 0.49% | - |
| HSV(B) | 333.39º | 0.94% | 0.92% | - |
| XYZ | 37.34 | 19.15 | 17.06 | - |
| YUV | 91.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 112 | 0 | 0.94 | 0.52 | 0.08 | 333.39 | 0.89 | 0.49 |
| Hex | EB | E | 70 | 0 | 5E | 34 | 8 | 14D | 59 | 31 |
| Octal | 353 | 16 | 160 | 0 | 136 | 64 | 10 | 515 | 131 | 61 |
| Binary | 11101011 | 1110 | 1110000 | 0 | 1011110 | 110100 | 1000 | 101001101 | 1011001 | 110001 |
Color Harmonies of #EB0E70
Complementary color
Monochromatic Colors of #EB0E70
Black with #EB0E70
Text Example
Text Example
White with #EB0E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0E70; }
p { color: rgb(235,14,112); }
H1.HeaderClassName
{
color: #EB0E70;
}
.AnyTagClassName
{
color: #EB0E70;
}
</style>
background-color css
<style>
a { background-color: #EB0E70; }
a { background-color: rgb(235,14,112); }
div.DivClassName
{
background-color: #EB0E70;
}
.BgClassName
{
background-color: #EB0E70;
}
</style>
border-color css
<style>
span { border-color: #EB0E70; }
span { border-color: rgb(235,14,112); }
td.TdClassName
{
border-color: #EB0E70;
}
.TagClassName
{
border-color: #EB0E70;
}
</style>