Shades of Ruby #EB1E6D
Tints of Ruby #EB1E6D
RGB
CMYK
RGB Variations
Color information
#EB1E6D (or 0xEB1E6D) is known color: Ruby. HEX triplet: EB, 1E and 6D. RGB value is (235,30,109). Sum of RGB (Red+Green+Blue) = 235+30+109=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1E6D is #14E192. Grayscale: #646464. Windows color (decimal): -1368467 or 7151339. OLE color: 7151339.
HSL color Cylindrical-coordinate representation of color #EB1E6D: hue angle of 336.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB1E6D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 30 | 109 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.08 |
| HSL | 336.88º | 0.84% | 0.52% | - |
| HSV(B) | 336.88º | 0.87% | 0.92% | - |
| XYZ | 37.49 | 19.69 | 16.29 | - |
| YUV | 100.3 | 132.92 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 30 | 109 | 0 | 0.87 | 0.54 | 0.08 | 336.88 | 0.84 | 0.52 |
| Hex | EB | 1E | 6D | 0 | 57 | 36 | 8 | 151 | 54 | 34 |
| Octal | 353 | 36 | 155 | 0 | 127 | 66 | 10 | 521 | 124 | 64 |
| Binary | 11101011 | 11110 | 1101101 | 0 | 1010111 | 110110 | 1000 | 101010001 | 1010100 | 110100 |
Color Harmonies of #EB1E6D
Complementary color
Monochromatic Colors of #EB1E6D
Black with #EB1E6D
Text Example
Text Example
White with #EB1E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1E6D; }
p { color: rgb(235,30,109); }
H1.HeaderClassName
{
color: #EB1E6D;
}
.AnyTagClassName
{
color: #EB1E6D;
}
</style>
background-color css
<style>
a { background-color: #EB1E6D; }
a { background-color: rgb(235,30,109); }
div.DivClassName
{
background-color: #EB1E6D;
}
.BgClassName
{
background-color: #EB1E6D;
}
</style>
border-color css
<style>
span { border-color: #EB1E6D; }
span { border-color: rgb(235,30,109); }
td.TdClassName
{
border-color: #EB1E6D;
}
.TagClassName
{
border-color: #EB1E6D;
}
</style>