Shades of Ruby #EC0C6E
Tints of Ruby #EC0C6E
RGB
CMYK
RGB Variations
Color information
#EC0C6E (or 0xEC0C6E) is known color: Ruby. HEX triplet: EC, 0C and 6E. RGB value is (236,12,110). Sum of RGB (Red+Green+Blue) = 236+12+110=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C6E is #13F391. Grayscale: #595959. Windows color (decimal): -1307538 or 7212268. OLE color: 7212268.
HSL color Cylindrical-coordinate representation of color #EC0C6E: hue angle of 333.75º 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 #EC0C6E is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 110 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.07 |
| HSL | 333.75º | 0.9% | 0.49% | - |
| HSV(B) | 333.75º | 0.95% | 0.93% | - |
| XYZ | 37.54 | 19.22 | 16.48 | - |
| YUV | 90.15 | 139.21 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 110 | 0 | 0.95 | 0.53 | 0.07 | 333.75 | 0.9 | 0.49 |
| Hex | EC | C | 6E | 0 | 5F | 35 | 7 | 14E | 5A | 31 |
| Octal | 354 | 14 | 156 | 0 | 137 | 65 | 7 | 516 | 132 | 61 |
| Binary | 11101100 | 1100 | 1101110 | 0 | 1011111 | 110101 | 111 | 101001110 | 1011010 | 110001 |
Color Harmonies of #EC0C6E
Complementary color
Monochromatic Colors of #EC0C6E
Black with #EC0C6E
Text Example
Text Example
White with #EC0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C6E; }
p { color: rgb(236,12,110); }
H1.HeaderClassName
{
color: #EC0C6E;
}
.AnyTagClassName
{
color: #EC0C6E;
}
</style>
background-color css
<style>
a { background-color: #EC0C6E; }
a { background-color: rgb(236,12,110); }
div.DivClassName
{
background-color: #EC0C6E;
}
.BgClassName
{
background-color: #EC0C6E;
}
</style>
border-color css
<style>
span { border-color: #EC0C6E; }
span { border-color: rgb(236,12,110); }
td.TdClassName
{
border-color: #EC0C6E;
}
.TagClassName
{
border-color: #EC0C6E;
}
</style>