Shades of Ruby #EC0B73
Tints of Ruby #EC0B73
RGB
CMYK
RGB Variations
Color information
#EC0B73 (or 0xEC0B73) is known color: Ruby. HEX triplet: EC, 0B and 73. RGB value is (236,11,115). Sum of RGB (Red+Green+Blue) = 236+11+115=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B73 is #13F48C. Grayscale: #595959. Windows color (decimal): -1307789 or 7539692. OLE color: 7539692.
HSL color Cylindrical-coordinate representation of color #EC0B73: hue angle of 332.27º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B73 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 115 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.07 |
| HSL | 332.27º | 0.91% | 0.48% | - |
| HSV(B) | 332.27º | 0.95% | 0.93% | - |
| XYZ | 37.81 | 19.31 | 17.95 | - |
| YUV | 90.13 | 142.04 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 115 | 0 | 0.95 | 0.51 | 0.07 | 332.27 | 0.91 | 0.48 |
| Hex | EC | B | 73 | 0 | 5F | 33 | 7 | 14C | 5B | 30 |
| Octal | 354 | 13 | 163 | 0 | 137 | 63 | 7 | 514 | 133 | 60 |
| Binary | 11101100 | 1011 | 1110011 | 0 | 1011111 | 110011 | 111 | 101001100 | 1011011 | 110000 |
Color Harmonies of #EC0B73
Complementary color
Monochromatic Colors of #EC0B73
Black with #EC0B73
Text Example
Text Example
White with #EC0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B73; }
p { color: rgb(236,11,115); }
H1.HeaderClassName
{
color: #EC0B73;
}
.AnyTagClassName
{
color: #EC0B73;
}
</style>
background-color css
<style>
a { background-color: #EC0B73; }
a { background-color: rgb(236,11,115); }
div.DivClassName
{
background-color: #EC0B73;
}
.BgClassName
{
background-color: #EC0B73;
}
</style>
border-color css
<style>
span { border-color: #EC0B73; }
span { border-color: rgb(236,11,115); }
td.TdClassName
{
border-color: #EC0B73;
}
.TagClassName
{
border-color: #EC0B73;
}
</style>