Shades of Ruby #E61863
Tints of Ruby #E61863
RGB
CMYK
RGB Variations
Color information
#E61863 (or 0xE61863) is known color: Ruby. HEX triplet: E6, 18 and 63. RGB value is (230,24,99). Sum of RGB (Red+Green+Blue) = 230+24+99=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E61863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61863 is #19E79C. Grayscale: #5E5E5E. Windows color (decimal): -1697693 or 6494438. OLE color: 6494438.
HSL color Cylindrical-coordinate representation of color #E61863: hue angle of 338.16º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61863 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 99 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.10 |
| HSL | 338.16º | 0.81% | 0.5% | - |
| HSV(B) | 338.16º | 0.9% | 0.9% | - |
| XYZ | 35.21 | 18.38 | 13.5 | - |
| YUV | 94.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 99 | 0 | 0.90 | 0.57 | 0.10 | 338.16 | 0.81 | 0.5 |
| Hex | E6 | 18 | 63 | 0 | 5A | 39 | A | 152 | 51 | 32 |
| Octal | 346 | 30 | 143 | 0 | 132 | 71 | 12 | 522 | 121 | 62 |
| Binary | 11100110 | 11000 | 1100011 | 0 | 1011010 | 111001 | 1010 | 101010010 | 1010001 | 110010 |
Color Harmonies of #E61863
Complementary color
Monochromatic Colors of #E61863
Black with #E61863
Text Example
Text Example
White with #E61863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61863; }
p { color: rgb(230,24,99); }
H1.HeaderClassName
{
color: #E61863;
}
.AnyTagClassName
{
color: #E61863;
}
</style>
background-color css
<style>
a { background-color: #E61863; }
a { background-color: rgb(230,24,99); }
div.DivClassName
{
background-color: #E61863;
}
.BgClassName
{
background-color: #E61863;
}
</style>
border-color css
<style>
span { border-color: #E61863; }
span { border-color: rgb(230,24,99); }
td.TdClassName
{
border-color: #E61863;
}
.TagClassName
{
border-color: #E61863;
}
</style>