Shades of Ruby #EC1078
Tints of Ruby #EC1078
RGB
CMYK
RGB Variations
Color information
#EC1078 (or 0xEC1078) is known color: Ruby. HEX triplet: EC, 10 and 78. RGB value is (236,16,120). Sum of RGB (Red+Green+Blue) = 236+16+120=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1078 is #13EF87. Grayscale: #5D5D5D. Windows color (decimal): -1306504 or 7868652. OLE color: 7868652.
HSL color Cylindrical-coordinate representation of color #EC1078: hue angle of 331.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1078 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.07 |
| HSL | 331.64º | 0.87% | 0.49% | - |
| HSV(B) | 331.64º | 0.93% | 0.93% | - |
| XYZ | 38.17 | 19.56 | 19.53 | - |
| YUV | 93.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 120 | 0 | 0.93 | 0.49 | 0.07 | 331.64 | 0.87 | 0.49 |
| Hex | EC | 10 | 78 | 0 | 5D | 31 | 7 | 14C | 57 | 31 |
| Octal | 354 | 20 | 170 | 0 | 135 | 61 | 7 | 514 | 127 | 61 |
| Binary | 11101100 | 10000 | 1111000 | 0 | 1011101 | 110001 | 111 | 101001100 | 1010111 | 110001 |
Color Harmonies of #EC1078
Complementary color
Monochromatic Colors of #EC1078
Black with #EC1078
Text Example
Text Example
White with #EC1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1078; }
p { color: rgb(236,16,120); }
H1.HeaderClassName
{
color: #EC1078;
}
.AnyTagClassName
{
color: #EC1078;
}
</style>
background-color css
<style>
a { background-color: #EC1078; }
a { background-color: rgb(236,16,120); }
div.DivClassName
{
background-color: #EC1078;
}
.BgClassName
{
background-color: #EC1078;
}
</style>
border-color css
<style>
span { border-color: #EC1078; }
span { border-color: rgb(236,16,120); }
td.TdClassName
{
border-color: #EC1078;
}
.TagClassName
{
border-color: #EC1078;
}
</style>