Shades of Ruby #EC0C6F
Tints of Ruby #EC0C6F
RGB
CMYK
RGB Variations
Color information
#EC0C6F (or 0xEC0C6F) is known color: Ruby. HEX triplet: EC, 0C and 6F. RGB value is (236,12,111). Sum of RGB (Red+Green+Blue) = 236+12+111=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C6F is #13F390. Grayscale: #5A5A5A. Windows color (decimal): -1307537 or 7277804. OLE color: 7277804.
HSL color Cylindrical-coordinate representation of color #EC0C6F: hue angle of 333.48º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C6F is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 111 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.07 |
| HSL | 333.48º | 0.9% | 0.49% | - |
| HSV(B) | 333.48º | 0.95% | 0.93% | - |
| XYZ | 37.59 | 19.24 | 16.77 | - |
| YUV | 90.26 | 139.71 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 111 | 0 | 0.95 | 0.53 | 0.07 | 333.48 | 0.9 | 0.49 |
| Hex | EC | C | 6F | 0 | 5F | 35 | 7 | 14D | 5A | 31 |
| Octal | 354 | 14 | 157 | 0 | 137 | 65 | 7 | 515 | 132 | 61 |
| Binary | 11101100 | 1100 | 1101111 | 0 | 1011111 | 110101 | 111 | 101001101 | 1011010 | 110001 |
Color Harmonies of #EC0C6F
Complementary color
Monochromatic Colors of #EC0C6F
Black with #EC0C6F
Text Example
Text Example
White with #EC0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C6F; }
p { color: rgb(236,12,111); }
H1.HeaderClassName
{
color: #EC0C6F;
}
.AnyTagClassName
{
color: #EC0C6F;
}
</style>
background-color css
<style>
a { background-color: #EC0C6F; }
a { background-color: rgb(236,12,111); }
div.DivClassName
{
background-color: #EC0C6F;
}
.BgClassName
{
background-color: #EC0C6F;
}
</style>
border-color css
<style>
span { border-color: #EC0C6F; }
span { border-color: rgb(236,12,111); }
td.TdClassName
{
border-color: #EC0C6F;
}
.TagClassName
{
border-color: #EC0C6F;
}
</style>