Shades of Ruby #E61163
Tints of Ruby #E61163
RGB
CMYK
RGB Variations
Color information
#E61163 (or 0xE61163) is known color: Ruby. HEX triplet: E6, 11 and 63. RGB value is (230,17,99). Sum of RGB (Red+Green+Blue) = 230+17+99=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E61163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61163 is #19EE9C. Grayscale: #595959. Windows color (decimal): -1699485 or 6492646. OLE color: 6492646.
HSL color Cylindrical-coordinate representation of color #E61163: hue angle of 336.9º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61163 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 99 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.10 |
| HSL | 336.9º | 0.86% | 0.48% | - |
| HSV(B) | 336.9º | 0.93% | 0.9% | - |
| XYZ | 35.09 | 18.12 | 13.45 | - |
| YUV | 90.04 | 133.07 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 99 | 0 | 0.93 | 0.57 | 0.10 | 336.9 | 0.86 | 0.48 |
| Hex | E6 | 11 | 63 | 0 | 5D | 39 | A | 151 | 56 | 30 |
| Octal | 346 | 21 | 143 | 0 | 135 | 71 | 12 | 521 | 126 | 60 |
| Binary | 11100110 | 10001 | 1100011 | 0 | 1011101 | 111001 | 1010 | 101010001 | 1010110 | 110000 |
Color Harmonies of #E61163
Complementary color
Monochromatic Colors of #E61163
Black with #E61163
Text Example
Text Example
White with #E61163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61163; }
p { color: rgb(230,17,99); }
H1.HeaderClassName
{
color: #E61163;
}
.AnyTagClassName
{
color: #E61163;
}
</style>
background-color css
<style>
a { background-color: #E61163; }
a { background-color: rgb(230,17,99); }
div.DivClassName
{
background-color: #E61163;
}
.BgClassName
{
background-color: #E61163;
}
</style>
border-color css
<style>
span { border-color: #E61163; }
span { border-color: rgb(230,17,99); }
td.TdClassName
{
border-color: #E61163;
}
.TagClassName
{
border-color: #E61163;
}
</style>