Shades of Ruby #E91763
Tints of Ruby #E91763
RGB
CMYK
RGB Variations
Color information
#E91763 (or 0xE91763) is known color: Ruby. HEX triplet: E9, 17 and 63. RGB value is (233,23,99). Sum of RGB (Red+Green+Blue) = 233+23+99=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E91763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91763 is #16E89C. Grayscale: #5E5E5E. Windows color (decimal): -1501341 or 6494185. OLE color: 6494185.
HSL color Cylindrical-coordinate representation of color #E91763: hue angle of 338.29º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91763 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 99 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.09 |
| HSL | 338.29º | 0.83% | 0.5% | - |
| HSV(B) | 338.29º | 0.9% | 0.91% | - |
| XYZ | 36.16 | 18.84 | 13.53 | - |
| YUV | 94.45 | 130.57 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 99 | 0 | 0.90 | 0.58 | 0.09 | 338.29 | 0.83 | 0.5 |
| Hex | E9 | 17 | 63 | 0 | 5A | 3A | 9 | 152 | 53 | 32 |
| Octal | 351 | 27 | 143 | 0 | 132 | 72 | 11 | 522 | 123 | 62 |
| Binary | 11101001 | 10111 | 1100011 | 0 | 1011010 | 111010 | 1001 | 101010010 | 1010011 | 110010 |
Color Harmonies of #E91763
Complementary color
Monochromatic Colors of #E91763
Black with #E91763
Text Example
Text Example
White with #E91763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91763; }
p { color: rgb(233,23,99); }
H1.HeaderClassName
{
color: #E91763;
}
.AnyTagClassName
{
color: #E91763;
}
</style>
background-color css
<style>
a { background-color: #E91763; }
a { background-color: rgb(233,23,99); }
div.DivClassName
{
background-color: #E91763;
}
.BgClassName
{
background-color: #E91763;
}
</style>
border-color css
<style>
span { border-color: #E91763; }
span { border-color: rgb(233,23,99); }
td.TdClassName
{
border-color: #E91763;
}
.TagClassName
{
border-color: #E91763;
}
</style>