Shades of Ruby #EC0878
Tints of Ruby #EC0878
RGB
CMYK
RGB Variations
Color information
#EC0878 (or 0xEC0878) is known color: Ruby. HEX triplet: EC, 08 and 78. RGB value is (236,8,120). Sum of RGB (Red+Green+Blue) = 236+8+120=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0878 is #13F787. Grayscale: #585858. Windows color (decimal): -1308552 or 7866604. OLE color: 7866604.
HSL color Cylindrical-coordinate representation of color #EC0878: hue angle of 330.53º degrees, saturation: 0.93, 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 #EC0878 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 8 | 120 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.07 |
| HSL | 330.53º | 0.93% | 0.48% | - |
| HSV(B) | 330.53º | 0.97% | 0.93% | - |
| XYZ | 38.07 | 19.36 | 19.5 | - |
| YUV | 88.94 | 145.54 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 8 | 120 | 0 | 0.97 | 0.49 | 0.07 | 330.53 | 0.93 | 0.48 |
| Hex | EC | 8 | 78 | 0 | 61 | 31 | 7 | 14B | 5D | 30 |
| Octal | 354 | 10 | 170 | 0 | 141 | 61 | 7 | 513 | 135 | 60 |
| Binary | 11101100 | 1000 | 1111000 | 0 | 1100001 | 110001 | 111 | 101001011 | 1011101 | 110000 |
Color Harmonies of #EC0878
Complementary color
Monochromatic Colors of #EC0878
Black with #EC0878
Text Example
Text Example
White with #EC0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0878; }
p { color: rgb(236,8,120); }
H1.HeaderClassName
{
color: #EC0878;
}
.AnyTagClassName
{
color: #EC0878;
}
</style>
background-color css
<style>
a { background-color: #EC0878; }
a { background-color: rgb(236,8,120); }
div.DivClassName
{
background-color: #EC0878;
}
.BgClassName
{
background-color: #EC0878;
}
</style>
border-color css
<style>
span { border-color: #EC0878; }
span { border-color: rgb(236,8,120); }
td.TdClassName
{
border-color: #EC0878;
}
.TagClassName
{
border-color: #EC0878;
}
</style>