Shades of Ruby #EC0777
Tints of Ruby #EC0777
RGB
CMYK
RGB Variations
Color information
#EC0777 (or 0xEC0777) is known color: Ruby. HEX triplet: EC, 07 and 77. RGB value is (236,7,119). Sum of RGB (Red+Green+Blue) = 236+7+119=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0777 is #13F888. Grayscale: #585858. Windows color (decimal): -1308809 or 7800812. OLE color: 7800812.
HSL color Cylindrical-coordinate representation of color #EC0777: hue angle of 330.66º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0777 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 119 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.07 |
| HSL | 330.66º | 0.94% | 0.48% | - |
| HSV(B) | 330.66º | 0.97% | 0.93% | - |
| XYZ | 38 | 19.32 | 19.18 | - |
| YUV | 88.24 | 145.37 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 119 | 0 | 0.97 | 0.50 | 0.07 | 330.66 | 0.94 | 0.48 |
| Hex | EC | 7 | 77 | 0 | 61 | 32 | 7 | 14B | 5E | 30 |
| Octal | 354 | 7 | 167 | 0 | 141 | 62 | 7 | 513 | 136 | 60 |
| Binary | 11101100 | 111 | 1110111 | 0 | 1100001 | 110010 | 111 | 101001011 | 1011110 | 110000 |
Color Harmonies of #EC0777
Complementary color
Monochromatic Colors of #EC0777
Black with #EC0777
Text Example
Text Example
White with #EC0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0777; }
p { color: rgb(236,7,119); }
H1.HeaderClassName
{
color: #EC0777;
}
.AnyTagClassName
{
color: #EC0777;
}
</style>
background-color css
<style>
a { background-color: #EC0777; }
a { background-color: rgb(236,7,119); }
div.DivClassName
{
background-color: #EC0777;
}
.BgClassName
{
background-color: #EC0777;
}
</style>
border-color css
<style>
span { border-color: #EC0777; }
span { border-color: rgb(236,7,119); }
td.TdClassName
{
border-color: #EC0777;
}
.TagClassName
{
border-color: #EC0777;
}
</style>