Shades of Ruby #E60679
Tints of Ruby #E60679
RGB
CMYK
RGB Variations
Color information
#E60679 (or 0xE60679) is known color: Ruby. HEX triplet: E6, 06 and 79. RGB value is (230,6,121). Sum of RGB (Red+Green+Blue) = 230+6+121=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E60679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60679 is #19F986. Grayscale: #555555. Windows color (decimal): -1702279 or 7931622. OLE color: 7931622.
HSL color Cylindrical-coordinate representation of color #E60679: hue angle of 329.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60679 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.10 |
| HSL | 329.2º | 0.95% | 0.46% | - |
| HSV(B) | 329.2º | 0.97% | 0.9% | - |
| XYZ | 36.15 | 18.33 | 19.72 | - |
| YUV | 86.09 | 147.71 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 121 | 0 | 0.97 | 0.47 | 0.10 | 329.2 | 0.95 | 0.46 |
| Hex | E6 | 6 | 79 | 0 | 61 | 2F | A | 149 | 5F | 2E |
| Octal | 346 | 6 | 171 | 0 | 141 | 57 | 12 | 511 | 137 | 56 |
| Binary | 11100110 | 110 | 1111001 | 0 | 1100001 | 101111 | 1010 | 101001001 | 1011111 | 101110 |
Color Harmonies of #E60679
Complementary color
Monochromatic Colors of #E60679
Black with #E60679
Text Example
Text Example
White with #E60679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60679; }
p { color: rgb(230,6,121); }
H1.HeaderClassName
{
color: #E60679;
}
.AnyTagClassName
{
color: #E60679;
}
</style>
background-color css
<style>
a { background-color: #E60679; }
a { background-color: rgb(230,6,121); }
div.DivClassName
{
background-color: #E60679;
}
.BgClassName
{
background-color: #E60679;
}
</style>
border-color css
<style>
span { border-color: #E60679; }
span { border-color: rgb(230,6,121); }
td.TdClassName
{
border-color: #E60679;
}
.TagClassName
{
border-color: #E60679;
}
</style>