Shades of Ruby #EB1565
Tints of Ruby #EB1565
RGB
CMYK
RGB Variations
Color information
#EB1565 (or 0xEB1565) is known color: Ruby. HEX triplet: EB, 15 and 65. RGB value is (235,21,101). Sum of RGB (Red+Green+Blue) = 235+21+101=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1565 is #14EA9A. Grayscale: #5E5E5E. Windows color (decimal): -1370779 or 6624747. OLE color: 6624747.
HSL color Cylindrical-coordinate representation of color #EB1565: hue angle of 337.57º 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 #EB1565 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 101 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.08 |
| HSL | 337.57º | 0.84% | 0.5% | - |
| HSV(B) | 337.57º | 0.91% | 0.92% | - |
| XYZ | 36.88 | 19.14 | 14.06 | - |
| YUV | 94.11 | 131.9 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 101 | 0 | 0.91 | 0.57 | 0.08 | 337.57 | 0.84 | 0.5 |
| Hex | EB | 15 | 65 | 0 | 5B | 39 | 8 | 152 | 54 | 32 |
| Octal | 353 | 25 | 145 | 0 | 133 | 71 | 10 | 522 | 124 | 62 |
| Binary | 11101011 | 10101 | 1100101 | 0 | 1011011 | 111001 | 1000 | 101010010 | 1010100 | 110010 |
Color Harmonies of #EB1565
Complementary color
Monochromatic Colors of #EB1565
Black with #EB1565
Text Example
Text Example
White with #EB1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1565; }
p { color: rgb(235,21,101); }
H1.HeaderClassName
{
color: #EB1565;
}
.AnyTagClassName
{
color: #EB1565;
}
</style>
background-color css
<style>
a { background-color: #EB1565; }
a { background-color: rgb(235,21,101); }
div.DivClassName
{
background-color: #EB1565;
}
.BgClassName
{
background-color: #EB1565;
}
</style>
border-color css
<style>
span { border-color: #EB1565; }
span { border-color: rgb(235,21,101); }
td.TdClassName
{
border-color: #EB1565;
}
.TagClassName
{
border-color: #EB1565;
}
</style>