Shades of Ruby #EC0C6C
Tints of Ruby #EC0C6C
RGB
CMYK
RGB Variations
Color information
#EC0C6C (or 0xEC0C6C) is known color: Ruby. HEX triplet: EC, 0C and 6C. RGB value is (236,12,108). Sum of RGB (Red+Green+Blue) = 236+12+108=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C6C is #13F393. Grayscale: #595959. Windows color (decimal): -1307540 or 7081196. OLE color: 7081196.
HSL color Cylindrical-coordinate representation of color #EC0C6C: hue angle of 334.29º 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 #EC0C6C is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 108 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.07 |
| HSL | 334.29º | 0.9% | 0.49% | - |
| HSV(B) | 334.29º | 0.95% | 0.93% | - |
| XYZ | 37.43 | 19.18 | 15.92 | - |
| YUV | 89.92 | 138.21 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 108 | 0 | 0.95 | 0.54 | 0.07 | 334.29 | 0.9 | 0.49 |
| Hex | EC | C | 6C | 0 | 5F | 36 | 7 | 14E | 5A | 31 |
| Octal | 354 | 14 | 154 | 0 | 137 | 66 | 7 | 516 | 132 | 61 |
| Binary | 11101100 | 1100 | 1101100 | 0 | 1011111 | 110110 | 111 | 101001110 | 1011010 | 110001 |
Color Harmonies of #EC0C6C
Complementary color
Monochromatic Colors of #EC0C6C
Black with #EC0C6C
Text Example
Text Example
White with #EC0C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C6C; }
p { color: rgb(236,12,108); }
H1.HeaderClassName
{
color: #EC0C6C;
}
.AnyTagClassName
{
color: #EC0C6C;
}
</style>
background-color css
<style>
a { background-color: #EC0C6C; }
a { background-color: rgb(236,12,108); }
div.DivClassName
{
background-color: #EC0C6C;
}
.BgClassName
{
background-color: #EC0C6C;
}
</style>
border-color css
<style>
span { border-color: #EC0C6C; }
span { border-color: rgb(236,12,108); }
td.TdClassName
{
border-color: #EC0C6C;
}
.TagClassName
{
border-color: #EC0C6C;
}
</style>