Shades of Ruby #E61364
Tints of Ruby #E61364
RGB
CMYK
RGB Variations
Color information
#E61364 (or 0xE61364) is known color: Ruby. HEX triplet: E6, 13 and 64. RGB value is (230,19,100). Sum of RGB (Red+Green+Blue) = 230+19+100=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E61364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61364 is #19EC9B. Grayscale: #5B5B5B. Windows color (decimal): -1698972 or 6558694. OLE color: 6558694.
HSL color Cylindrical-coordinate representation of color #E61364: hue angle of 336.97º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61364 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 100 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.10 |
| HSL | 336.97º | 0.85% | 0.49% | - |
| HSV(B) | 336.97º | 0.92% | 0.9% | - |
| XYZ | 35.17 | 18.21 | 13.72 | - |
| YUV | 91.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 100 | 0 | 0.92 | 0.57 | 0.10 | 336.97 | 0.85 | 0.49 |
| Hex | E6 | 13 | 64 | 0 | 5C | 39 | A | 151 | 55 | 31 |
| Octal | 346 | 23 | 144 | 0 | 134 | 71 | 12 | 521 | 125 | 61 |
| Binary | 11100110 | 10011 | 1100100 | 0 | 1011100 | 111001 | 1010 | 101010001 | 1010101 | 110001 |
Color Harmonies of #E61364
Complementary color
Monochromatic Colors of #E61364
Black with #E61364
Text Example
Text Example
White with #E61364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61364; }
p { color: rgb(230,19,100); }
H1.HeaderClassName
{
color: #E61364;
}
.AnyTagClassName
{
color: #E61364;
}
</style>
background-color css
<style>
a { background-color: #E61364; }
a { background-color: rgb(230,19,100); }
div.DivClassName
{
background-color: #E61364;
}
.BgClassName
{
background-color: #E61364;
}
</style>
border-color css
<style>
span { border-color: #E61364; }
span { border-color: rgb(230,19,100); }
td.TdClassName
{
border-color: #E61364;
}
.TagClassName
{
border-color: #E61364;
}
</style>