Shades of Ruby #E81863
Tints of Ruby #E81863
RGB
CMYK
RGB Variations
Color information
#E81863 (or 0xE81863) is known color: Ruby. HEX triplet: E8, 18 and 63. RGB value is (232,24,99). Sum of RGB (Red+Green+Blue) = 232+24+99=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E81863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81863 is #17E79C. Grayscale: #5E5E5E. Windows color (decimal): -1566621 or 6494440. OLE color: 6494440.
HSL color Cylindrical-coordinate representation of color #E81863: hue angle of 338.37º 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 #E81863 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 99 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.09 |
| HSL | 338.37º | 0.82% | 0.5% | - |
| HSV(B) | 338.37º | 0.9% | 0.91% | - |
| XYZ | 35.86 | 18.71 | 13.53 | - |
| YUV | 94.74 | 130.41 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 99 | 0 | 0.90 | 0.57 | 0.09 | 338.37 | 0.82 | 0.5 |
| Hex | E8 | 18 | 63 | 0 | 5A | 39 | 9 | 152 | 52 | 32 |
| Octal | 350 | 30 | 143 | 0 | 132 | 71 | 11 | 522 | 122 | 62 |
| Binary | 11101000 | 11000 | 1100011 | 0 | 1011010 | 111001 | 1001 | 101010010 | 1010010 | 110010 |
Color Harmonies of #E81863
Complementary color
Monochromatic Colors of #E81863
Black with #E81863
Text Example
Text Example
White with #E81863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81863; }
p { color: rgb(232,24,99); }
H1.HeaderClassName
{
color: #E81863;
}
.AnyTagClassName
{
color: #E81863;
}
</style>
background-color css
<style>
a { background-color: #E81863; }
a { background-color: rgb(232,24,99); }
div.DivClassName
{
background-color: #E81863;
}
.BgClassName
{
background-color: #E81863;
}
</style>
border-color css
<style>
span { border-color: #E81863; }
span { border-color: rgb(232,24,99); }
td.TdClassName
{
border-color: #E81863;
}
.TagClassName
{
border-color: #E81863;
}
</style>