Shades of Ruby #EB1673
Tints of Ruby #EB1673
RGB
CMYK
RGB Variations
Color information
#EB1673 (or 0xEB1673) is known color: Ruby. HEX triplet: EB, 16 and 73. RGB value is (235,22,115). Sum of RGB (Red+Green+Blue) = 235+22+115=372 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.17% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1673 is #14E98C. Grayscale: #606060. Windows color (decimal): -1370509 or 7542507. OLE color: 7542507.
HSL color Cylindrical-coordinate representation of color #EB1673: hue angle of 333.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB1673 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 115 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.08 |
| HSL | 333.8º | 0.84% | 0.5% | - |
| HSV(B) | 333.8º | 0.91% | 0.92% | - |
| XYZ | 37.64 | 19.47 | 17.99 | - |
| YUV | 96.29 | 138.57 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 115 | 0 | 0.91 | 0.51 | 0.08 | 333.8 | 0.84 | 0.5 |
| Hex | EB | 16 | 73 | 0 | 5B | 33 | 8 | 14E | 54 | 32 |
| Octal | 353 | 26 | 163 | 0 | 133 | 63 | 10 | 516 | 124 | 62 |
| Binary | 11101011 | 10110 | 1110011 | 0 | 1011011 | 110011 | 1000 | 101001110 | 1010100 | 110010 |
Color Harmonies of #EB1673
Complementary color
Monochromatic Colors of #EB1673
Black with #EB1673
Text Example
Text Example
White with #EB1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1673; }
p { color: rgb(235,22,115); }
H1.HeaderClassName
{
color: #EB1673;
}
.AnyTagClassName
{
color: #EB1673;
}
</style>
background-color css
<style>
a { background-color: #EB1673; }
a { background-color: rgb(235,22,115); }
div.DivClassName
{
background-color: #EB1673;
}
.BgClassName
{
background-color: #EB1673;
}
</style>
border-color css
<style>
span { border-color: #EB1673; }
span { border-color: rgb(235,22,115); }
td.TdClassName
{
border-color: #EB1673;
}
.TagClassName
{
border-color: #EB1673;
}
</style>