Shades of Ruby #EB165C
Tints of Ruby #EB165C
RGB
CMYK
RGB Variations
Color information
#EB165C (or 0xEB165C) is known color: Ruby. HEX triplet: EB, 16 and 5C. RGB value is (235,22,92). Sum of RGB (Red+Green+Blue) = 235+22+92=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB165C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB165C is #14E9A3. Grayscale: #5D5D5D. Windows color (decimal): -1370532 or 6035179. OLE color: 6035179.
HSL color Cylindrical-coordinate representation of color #EB165C: hue angle of 340.28º 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 #EB165C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 22 | 92 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.08 |
| HSL | 340.28º | 0.84% | 0.5% | - |
| HSV(B) | 340.28º | 0.91% | 0.92% | - |
| XYZ | 36.48 | 19.01 | 11.87 | - |
| YUV | 93.67 | 127.07 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 22 | 92 | 0 | 0.91 | 0.61 | 0.08 | 340.28 | 0.84 | 0.5 |
| Hex | EB | 16 | 5C | 0 | 5B | 3D | 8 | 154 | 54 | 32 |
| Octal | 353 | 26 | 134 | 0 | 133 | 75 | 10 | 524 | 124 | 62 |
| Binary | 11101011 | 10110 | 1011100 | 0 | 1011011 | 111101 | 1000 | 101010100 | 1010100 | 110010 |
Color Harmonies of #EB165C
Complementary color
Monochromatic Colors of #EB165C
Black with #EB165C
Text Example
Text Example
White with #EB165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB165C; }
p { color: rgb(235,22,92); }
H1.HeaderClassName
{
color: #EB165C;
}
.AnyTagClassName
{
color: #EB165C;
}
</style>
background-color css
<style>
a { background-color: #EB165C; }
a { background-color: rgb(235,22,92); }
div.DivClassName
{
background-color: #EB165C;
}
.BgClassName
{
background-color: #EB165C;
}
</style>
border-color css
<style>
span { border-color: #EB165C; }
span { border-color: rgb(235,22,92); }
td.TdClassName
{
border-color: #EB165C;
}
.TagClassName
{
border-color: #EB165C;
}
</style>