Shades of Ruby #E81663
Tints of Ruby #E81663
RGB
CMYK
RGB Variations
Color information
#E81663 (or 0xE81663) is known color: Ruby. HEX triplet: E8, 16 and 63. RGB value is (232,22,99). Sum of RGB (Red+Green+Blue) = 232+22+99=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E81663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81663 is #17E99C. Grayscale: #5D5D5D. Windows color (decimal): -1567133 or 6493928. OLE color: 6493928.
HSL color Cylindrical-coordinate representation of color #E81663: hue angle of 338º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81663 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 99 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.09 |
| HSL | 338º | 0.83% | 0.5% | - |
| HSV(B) | 338º | 0.91% | 0.91% | - |
| XYZ | 35.82 | 18.63 | 13.51 | - |
| YUV | 93.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 99 | 0 | 0.91 | 0.57 | 0.09 | 338 | 0.83 | 0.5 |
| Hex | E8 | 16 | 63 | 0 | 5B | 39 | 9 | 152 | 53 | 32 |
| Octal | 350 | 26 | 143 | 0 | 133 | 71 | 11 | 522 | 123 | 62 |
| Binary | 11101000 | 10110 | 1100011 | 0 | 1011011 | 111001 | 1001 | 101010010 | 1010011 | 110010 |
Color Harmonies of #E81663
Complementary color
Monochromatic Colors of #E81663
Black with #E81663
Text Example
Text Example
White with #E81663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81663; }
p { color: rgb(232,22,99); }
H1.HeaderClassName
{
color: #E81663;
}
.AnyTagClassName
{
color: #E81663;
}
</style>
background-color css
<style>
a { background-color: #E81663; }
a { background-color: rgb(232,22,99); }
div.DivClassName
{
background-color: #E81663;
}
.BgClassName
{
background-color: #E81663;
}
</style>
border-color css
<style>
span { border-color: #E81663; }
span { border-color: rgb(232,22,99); }
td.TdClassName
{
border-color: #E81663;
}
.TagClassName
{
border-color: #E81663;
}
</style>