Shades of Ruby #EB1865
Tints of Ruby #EB1865
RGB
CMYK
RGB Variations
Color information
#EB1865 (or 0xEB1865) is known color: Ruby. HEX triplet: EB, 18 and 65. RGB value is (235,24,101). Sum of RGB (Red+Green+Blue) = 235+24+101=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1865 is #14E79A. Grayscale: #5F5F5F. Windows color (decimal): -1370011 or 6625515. OLE color: 6625515.
HSL color Cylindrical-coordinate representation of color #EB1865: hue angle of 338.1º 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 #EB1865 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 101 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.08 |
| HSL | 338.1º | 0.84% | 0.51% | - |
| HSV(B) | 338.1º | 0.9% | 0.92% | - |
| XYZ | 36.94 | 19.26 | 14.08 | - |
| YUV | 95.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 101 | 0 | 0.90 | 0.57 | 0.08 | 338.1 | 0.84 | 0.51 |
| Hex | EB | 18 | 65 | 0 | 5A | 39 | 8 | 152 | 54 | 33 |
| Octal | 353 | 30 | 145 | 0 | 132 | 71 | 10 | 522 | 124 | 63 |
| Binary | 11101011 | 11000 | 1100101 | 0 | 1011010 | 111001 | 1000 | 101010010 | 1010100 | 110011 |
Color Harmonies of #EB1865
Complementary color
Monochromatic Colors of #EB1865
Black with #EB1865
Text Example
Text Example
White with #EB1865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1865; }
p { color: rgb(235,24,101); }
H1.HeaderClassName
{
color: #EB1865;
}
.AnyTagClassName
{
color: #EB1865;
}
</style>
background-color css
<style>
a { background-color: #EB1865; }
a { background-color: rgb(235,24,101); }
div.DivClassName
{
background-color: #EB1865;
}
.BgClassName
{
background-color: #EB1865;
}
</style>
border-color css
<style>
span { border-color: #EB1865; }
span { border-color: rgb(235,24,101); }
td.TdClassName
{
border-color: #EB1865;
}
.TagClassName
{
border-color: #EB1865;
}
</style>