Shades of Ruby #E60979
Tints of Ruby #E60979
RGB
CMYK
RGB Variations
Color information
#E60979 (or 0xE60979) is known color: Ruby. HEX triplet: E6, 09 and 79. RGB value is (230,9,121). Sum of RGB (Red+Green+Blue) = 230+9+121=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E60979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60979 is #19F686. Grayscale: #575757. Windows color (decimal): -1701511 or 7932390. OLE color: 7932390.
HSL color Cylindrical-coordinate representation of color #E60979: hue angle of 329.59º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60979 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.10 |
| HSL | 329.59º | 0.92% | 0.47% | - |
| HSV(B) | 329.59º | 0.96% | 0.9% | - |
| XYZ | 36.18 | 18.4 | 19.73 | - |
| YUV | 87.85 | 146.72 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 121 | 0 | 0.96 | 0.47 | 0.10 | 329.59 | 0.92 | 0.47 |
| Hex | E6 | 9 | 79 | 0 | 60 | 2F | A | 14A | 5C | 2F |
| Octal | 346 | 11 | 171 | 0 | 140 | 57 | 12 | 512 | 134 | 57 |
| Binary | 11100110 | 1001 | 1111001 | 0 | 1100000 | 101111 | 1010 | 101001010 | 1011100 | 101111 |
Color Harmonies of #E60979
Complementary color
Monochromatic Colors of #E60979
Black with #E60979
Text Example
Text Example
White with #E60979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60979; }
p { color: rgb(230,9,121); }
H1.HeaderClassName
{
color: #E60979;
}
.AnyTagClassName
{
color: #E60979;
}
</style>
background-color css
<style>
a { background-color: #E60979; }
a { background-color: rgb(230,9,121); }
div.DivClassName
{
background-color: #E60979;
}
.BgClassName
{
background-color: #E60979;
}
</style>
border-color css
<style>
span { border-color: #E60979; }
span { border-color: rgb(230,9,121); }
td.TdClassName
{
border-color: #E60979;
}
.TagClassName
{
border-color: #E60979;
}
</style>