Shades of Ruby #EC0679
Tints of Ruby #EC0679
RGB
CMYK
RGB Variations
Color information
#EC0679 (or 0xEC0679) is known color: Ruby. HEX triplet: EC, 06 and 79. RGB value is (236,6,121). Sum of RGB (Red+Green+Blue) = 236+6+121=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0679 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0679 is #13F986. Grayscale: #575757. Windows color (decimal): -1309063 or 7931628. OLE color: 7931628.
HSL color Cylindrical-coordinate representation of color #EC0679: hue angle of 330º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0679 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 121 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.07 |
| HSL | 330º | 0.95% | 0.47% | - |
| HSV(B) | 330º | 0.97% | 0.93% | - |
| XYZ | 38.11 | 19.34 | 19.81 | - |
| YUV | 87.88 | 146.7 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 121 | 0 | 0.97 | 0.49 | 0.07 | 330 | 0.95 | 0.47 |
| Hex | EC | 6 | 79 | 0 | 61 | 31 | 7 | 14A | 5F | 2F |
| Octal | 354 | 6 | 171 | 0 | 141 | 61 | 7 | 512 | 137 | 57 |
| Binary | 11101100 | 110 | 1111001 | 0 | 1100001 | 110001 | 111 | 101001010 | 1011111 | 101111 |
Color Harmonies of #EC0679
Complementary color
Monochromatic Colors of #EC0679
Black with #EC0679
Text Example
Text Example
White with #EC0679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0679; }
p { color: rgb(236,6,121); }
H1.HeaderClassName
{
color: #EC0679;
}
.AnyTagClassName
{
color: #EC0679;
}
</style>
background-color css
<style>
a { background-color: #EC0679; }
a { background-color: rgb(236,6,121); }
div.DivClassName
{
background-color: #EC0679;
}
.BgClassName
{
background-color: #EC0679;
}
</style>
border-color css
<style>
span { border-color: #EC0679; }
span { border-color: rgb(236,6,121); }
td.TdClassName
{
border-color: #EC0679;
}
.TagClassName
{
border-color: #EC0679;
}
</style>