Shades of Ruby #EB1463
Tints of Ruby #EB1463
RGB
CMYK
RGB Variations
Color information
#EB1463 (or 0xEB1463) is known color: Ruby. HEX triplet: EB, 14 and 63. RGB value is (235,20,99). Sum of RGB (Red+Green+Blue) = 235+20+99=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1463 is #14EB9C. Grayscale: #5D5D5D. Windows color (decimal): -1371037 or 6493419. OLE color: 6493419.
HSL color Cylindrical-coordinate representation of color #EB1463: hue angle of 337.95º 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 #EB1463 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 20 | 99 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.08 |
| HSL | 337.95º | 0.84% | 0.5% | - |
| HSV(B) | 337.95º | 0.91% | 0.92% | - |
| XYZ | 36.76 | 19.06 | 13.55 | - |
| YUV | 93.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 20 | 99 | 0 | 0.91 | 0.58 | 0.08 | 337.95 | 0.84 | 0.5 |
| Hex | EB | 14 | 63 | 0 | 5B | 3A | 8 | 152 | 54 | 32 |
| Octal | 353 | 24 | 143 | 0 | 133 | 72 | 10 | 522 | 124 | 62 |
| Binary | 11101011 | 10100 | 1100011 | 0 | 1011011 | 111010 | 1000 | 101010010 | 1010100 | 110010 |
Color Harmonies of #EB1463
Complementary color
Monochromatic Colors of #EB1463
Black with #EB1463
Text Example
Text Example
White with #EB1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1463; }
p { color: rgb(235,20,99); }
H1.HeaderClassName
{
color: #EB1463;
}
.AnyTagClassName
{
color: #EB1463;
}
</style>
background-color css
<style>
a { background-color: #EB1463; }
a { background-color: rgb(235,20,99); }
div.DivClassName
{
background-color: #EB1463;
}
.BgClassName
{
background-color: #EB1463;
}
</style>
border-color css
<style>
span { border-color: #EB1463; }
span { border-color: rgb(235,20,99); }
td.TdClassName
{
border-color: #EB1463;
}
.TagClassName
{
border-color: #EB1463;
}
</style>