Shades of Ruby #E71763
Tints of Ruby #E71763
RGB
CMYK
RGB Variations
Color information
#E71763 (or 0xE71763) is known color: Ruby. HEX triplet: E7, 17 and 63. RGB value is (231,23,99). Sum of RGB (Red+Green+Blue) = 231+23+99=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E71763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71763 is #18E89C. Grayscale: #5D5D5D. Windows color (decimal): -1632413 or 6494183. OLE color: 6494183.
HSL color Cylindrical-coordinate representation of color #E71763: hue angle of 338.08º degrees, saturation: 0.82, 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 #E71763 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 99 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.09 |
| HSL | 338.08º | 0.82% | 0.5% | - |
| HSV(B) | 338.08º | 0.9% | 0.91% | - |
| XYZ | 35.51 | 18.5 | 13.5 | - |
| YUV | 93.86 | 130.91 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 99 | 0 | 0.90 | 0.57 | 0.09 | 338.08 | 0.82 | 0.5 |
| Hex | E7 | 17 | 63 | 0 | 5A | 39 | 9 | 152 | 52 | 32 |
| Octal | 347 | 27 | 143 | 0 | 132 | 71 | 11 | 522 | 122 | 62 |
| Binary | 11100111 | 10111 | 1100011 | 0 | 1011010 | 111001 | 1001 | 101010010 | 1010010 | 110010 |
Color Harmonies of #E71763
Complementary color
Monochromatic Colors of #E71763
Black with #E71763
Text Example
Text Example
White with #E71763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71763; }
p { color: rgb(231,23,99); }
H1.HeaderClassName
{
color: #E71763;
}
.AnyTagClassName
{
color: #E71763;
}
</style>
background-color css
<style>
a { background-color: #E71763; }
a { background-color: rgb(231,23,99); }
div.DivClassName
{
background-color: #E71763;
}
.BgClassName
{
background-color: #E71763;
}
</style>
border-color css
<style>
span { border-color: #E71763; }
span { border-color: rgb(231,23,99); }
td.TdClassName
{
border-color: #E71763;
}
.TagClassName
{
border-color: #E71763;
}
</style>