Shades of Ruby #EC0978
Tints of Ruby #EC0978
RGB
CMYK
RGB Variations
Color information
#EC0978 (or 0xEC0978) is known color: Ruby. HEX triplet: EC, 09 and 78. RGB value is (236,9,120). Sum of RGB (Red+Green+Blue) = 236+9+120=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0978 is #13F687. Grayscale: #595959. Windows color (decimal): -1308296 or 7866860. OLE color: 7866860.
HSL color Cylindrical-coordinate representation of color #EC0978: hue angle of 330.66º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0978 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.07 |
| HSL | 330.66º | 0.93% | 0.48% | - |
| HSV(B) | 330.66º | 0.96% | 0.93% | - |
| XYZ | 38.08 | 19.38 | 19.5 | - |
| YUV | 89.53 | 145.21 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 120 | 0 | 0.96 | 0.49 | 0.07 | 330.66 | 0.93 | 0.48 |
| Hex | EC | 9 | 78 | 0 | 60 | 31 | 7 | 14B | 5D | 30 |
| Octal | 354 | 11 | 170 | 0 | 140 | 61 | 7 | 513 | 135 | 60 |
| Binary | 11101100 | 1001 | 1111000 | 0 | 1100000 | 110001 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EC0978
Complementary color
Monochromatic Colors of #EC0978
Black with #EC0978
Text Example
Text Example
White with #EC0978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0978; }
p { color: rgb(236,9,120); }
H1.HeaderClassName
{
color: #EC0978;
}
.AnyTagClassName
{
color: #EC0978;
}
</style>
background-color css
<style>
a { background-color: #EC0978; }
a { background-color: rgb(236,9,120); }
div.DivClassName
{
background-color: #EC0978;
}
.BgClassName
{
background-color: #EC0978;
}
</style>
border-color css
<style>
span { border-color: #EC0978; }
span { border-color: rgb(236,9,120); }
td.TdClassName
{
border-color: #EC0978;
}
.TagClassName
{
border-color: #EC0978;
}
</style>