Shades of Ruby #EB0E6D
Tints of Ruby #EB0E6D
RGB
CMYK
RGB Variations
Color information
#EB0E6D (or 0xEB0E6D) is known color: Ruby. HEX triplet: EB, 0E and 6D. RGB value is (235,14,109). Sum of RGB (Red+Green+Blue) = 235+14+109=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0E6D is #14F192. Grayscale: #5A5A5A. Windows color (decimal): -1372563 or 7147243. OLE color: 7147243.
HSL color Cylindrical-coordinate representation of color #EB0E6D: hue angle of 334.21º 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 #EB0E6D is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.08 |
| HSL | 334.21º | 0.89% | 0.49% | - |
| HSV(B) | 334.21º | 0.94% | 0.92% | - |
| XYZ | 37.18 | 19.08 | 16.19 | - |
| YUV | 90.91 | 138.22 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 109 | 0 | 0.94 | 0.54 | 0.08 | 334.21 | 0.89 | 0.49 |
| Hex | EB | E | 6D | 0 | 5E | 36 | 8 | 14E | 59 | 31 |
| Octal | 353 | 16 | 155 | 0 | 136 | 66 | 10 | 516 | 131 | 61 |
| Binary | 11101011 | 1110 | 1101101 | 0 | 1011110 | 110110 | 1000 | 101001110 | 1011001 | 110001 |
Color Harmonies of #EB0E6D
Complementary color
Monochromatic Colors of #EB0E6D
Black with #EB0E6D
Text Example
Text Example
White with #EB0E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0E6D; }
p { color: rgb(235,14,109); }
H1.HeaderClassName
{
color: #EB0E6D;
}
.AnyTagClassName
{
color: #EB0E6D;
}
</style>
background-color css
<style>
a { background-color: #EB0E6D; }
a { background-color: rgb(235,14,109); }
div.DivClassName
{
background-color: #EB0E6D;
}
.BgClassName
{
background-color: #EB0E6D;
}
</style>
border-color css
<style>
span { border-color: #EB0E6D; }
span { border-color: rgb(235,14,109); }
td.TdClassName
{
border-color: #EB0E6D;
}
.TagClassName
{
border-color: #EB0E6D;
}
</style>