Shades of Ruby #EC0C72
Tints of Ruby #EC0C72
RGB
CMYK
RGB Variations
Color information
#EC0C72 (or 0xEC0C72) is known color: Ruby. HEX triplet: EC, 0C and 72. RGB value is (236,12,114). Sum of RGB (Red+Green+Blue) = 236+12+114=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C72 is #13F38D. Grayscale: #5A5A5A. Windows color (decimal): -1307534 or 7474412. OLE color: 7474412.
HSL color Cylindrical-coordinate representation of color #EC0C72: hue angle of 332.68º 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 #EC0C72 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 114 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.07 |
| HSL | 332.68º | 0.9% | 0.49% | - |
| HSV(B) | 332.68º | 0.95% | 0.93% | - |
| XYZ | 37.76 | 19.31 | 17.66 | - |
| YUV | 90.6 | 141.21 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 114 | 0 | 0.95 | 0.52 | 0.07 | 332.68 | 0.9 | 0.49 |
| Hex | EC | C | 72 | 0 | 5F | 34 | 7 | 14D | 5A | 31 |
| Octal | 354 | 14 | 162 | 0 | 137 | 64 | 7 | 515 | 132 | 61 |
| Binary | 11101100 | 1100 | 1110010 | 0 | 1011111 | 110100 | 111 | 101001101 | 1011010 | 110001 |
Color Harmonies of #EC0C72
Complementary color
Monochromatic Colors of #EC0C72
Black with #EC0C72
Text Example
Text Example
White with #EC0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C72; }
p { color: rgb(236,12,114); }
H1.HeaderClassName
{
color: #EC0C72;
}
.AnyTagClassName
{
color: #EC0C72;
}
</style>
background-color css
<style>
a { background-color: #EC0C72; }
a { background-color: rgb(236,12,114); }
div.DivClassName
{
background-color: #EC0C72;
}
.BgClassName
{
background-color: #EC0C72;
}
</style>
border-color css
<style>
span { border-color: #EC0C72; }
span { border-color: rgb(236,12,114); }
td.TdClassName
{
border-color: #EC0C72;
}
.TagClassName
{
border-color: #EC0C72;
}
</style>