Shades of Ruby #E60879
Tints of Ruby #E60879
RGB
CMYK
RGB Variations
Color information
#E60879 (or 0xE60879) is known color: Ruby. HEX triplet: E6, 08 and 79. RGB value is (230,8,121). Sum of RGB (Red+Green+Blue) = 230+8+121=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E60879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60879 is #19F786. Grayscale: #575757. Windows color (decimal): -1701767 or 7932134. OLE color: 7932134.
HSL color Cylindrical-coordinate representation of color #E60879: hue angle of 329.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60879 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 121 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.10 |
| HSL | 329.46º | 0.93% | 0.47% | - |
| HSV(B) | 329.46º | 0.97% | 0.9% | - |
| XYZ | 36.17 | 18.38 | 19.73 | - |
| YUV | 87.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 121 | 0 | 0.97 | 0.47 | 0.10 | 329.46 | 0.93 | 0.47 |
| Hex | E6 | 8 | 79 | 0 | 61 | 2F | A | 149 | 5D | 2F |
| Octal | 346 | 10 | 171 | 0 | 141 | 57 | 12 | 511 | 135 | 57 |
| Binary | 11100110 | 1000 | 1111001 | 0 | 1100001 | 101111 | 1010 | 101001001 | 1011101 | 101111 |
Color Harmonies of #E60879
Complementary color
Monochromatic Colors of #E60879
Black with #E60879
Text Example
Text Example
White with #E60879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60879; }
p { color: rgb(230,8,121); }
H1.HeaderClassName
{
color: #E60879;
}
.AnyTagClassName
{
color: #E60879;
}
</style>
background-color css
<style>
a { background-color: #E60879; }
a { background-color: rgb(230,8,121); }
div.DivClassName
{
background-color: #E60879;
}
.BgClassName
{
background-color: #E60879;
}
</style>
border-color css
<style>
span { border-color: #E60879; }
span { border-color: rgb(230,8,121); }
td.TdClassName
{
border-color: #E60879;
}
.TagClassName
{
border-color: #E60879;
}
</style>