Shades of Ruby #EB1E73
Tints of Ruby #EB1E73
RGB
CMYK
RGB Variations
Color information
#EB1E73 (or 0xEB1E73) is known color: Ruby. HEX triplet: EB, 1E and 73. RGB value is (235,30,115). Sum of RGB (Red+Green+Blue) = 235+30+115=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1E73 is #14E18C. Grayscale: #646464. Windows color (decimal): -1368461 or 7544555. OLE color: 7544555.
HSL color Cylindrical-coordinate representation of color #EB1E73: hue angle of 335.12º 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 #EB1E73 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 30 | 115 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.08 |
| HSL | 335.12º | 0.84% | 0.52% | - |
| HSV(B) | 335.12º | 0.87% | 0.92% | - |
| XYZ | 37.82 | 19.83 | 18.05 | - |
| YUV | 100.99 | 135.92 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 30 | 115 | 0 | 0.87 | 0.51 | 0.08 | 335.12 | 0.84 | 0.52 |
| Hex | EB | 1E | 73 | 0 | 57 | 33 | 8 | 14F | 54 | 34 |
| Octal | 353 | 36 | 163 | 0 | 127 | 63 | 10 | 517 | 124 | 64 |
| Binary | 11101011 | 11110 | 1110011 | 0 | 1010111 | 110011 | 1000 | 101001111 | 1010100 | 110100 |
Color Harmonies of #EB1E73
Complementary color
Monochromatic Colors of #EB1E73
Black with #EB1E73
Text Example
Text Example
White with #EB1E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1E73; }
p { color: rgb(235,30,115); }
H1.HeaderClassName
{
color: #EB1E73;
}
.AnyTagClassName
{
color: #EB1E73;
}
</style>
background-color css
<style>
a { background-color: #EB1E73; }
a { background-color: rgb(235,30,115); }
div.DivClassName
{
background-color: #EB1E73;
}
.BgClassName
{
background-color: #EB1E73;
}
</style>
border-color css
<style>
span { border-color: #EB1E73; }
span { border-color: rgb(235,30,115); }
td.TdClassName
{
border-color: #EB1E73;
}
.TagClassName
{
border-color: #EB1E73;
}
</style>