Shades of Ruby #EB1859
Tints of Ruby #EB1859
RGB
CMYK
RGB Variations
Color information
#EB1859 (or 0xEB1859) is known color: Ruby. HEX triplet: EB, 18 and 59. RGB value is (235,24,89). Sum of RGB (Red+Green+Blue) = 235+24+89=348 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.53% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1859 is #14E7A6. Grayscale: #5E5E5E. Windows color (decimal): -1370023 or 5839083. OLE color: 5839083.
HSL color Cylindrical-coordinate representation of color #EB1859: hue angle of 341.52º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1859 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 89 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.08 |
| HSL | 341.52º | 0.84% | 0.51% | - |
| HSV(B) | 341.52º | 0.9% | 0.92% | - |
| XYZ | 36.39 | 19.04 | 11.21 | - |
| YUV | 94.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 89 | 0 | 0.90 | 0.62 | 0.08 | 341.52 | 0.84 | 0.51 |
| Hex | EB | 18 | 59 | 0 | 5A | 3E | 8 | 156 | 54 | 33 |
| Octal | 353 | 30 | 131 | 0 | 132 | 76 | 10 | 526 | 124 | 63 |
| Binary | 11101011 | 11000 | 1011001 | 0 | 1011010 | 111110 | 1000 | 101010110 | 1010100 | 110011 |
Color Harmonies of #EB1859
Complementary color
Monochromatic Colors of #EB1859
Black with #EB1859
Text Example
Text Example
White with #EB1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1859; }
p { color: rgb(235,24,89); }
H1.HeaderClassName
{
color: #EB1859;
}
.AnyTagClassName
{
color: #EB1859;
}
</style>
background-color css
<style>
a { background-color: #EB1859; }
a { background-color: rgb(235,24,89); }
div.DivClassName
{
background-color: #EB1859;
}
.BgClassName
{
background-color: #EB1859;
}
</style>
border-color css
<style>
span { border-color: #EB1859; }
span { border-color: rgb(235,24,89); }
td.TdClassName
{
border-color: #EB1859;
}
.TagClassName
{
border-color: #EB1859;
}
</style>