Shades of Ruby #EC0B71
Tints of Ruby #EC0B71
RGB
CMYK
RGB Variations
Color information
#EC0B71 (or 0xEC0B71) is known color: Ruby. HEX triplet: EC, 0B and 71. RGB value is (236,11,113). Sum of RGB (Red+Green+Blue) = 236+11+113=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0B71 is #13F48E. Grayscale: #595959. Windows color (decimal): -1307791 or 7408620. OLE color: 7408620.
HSL color Cylindrical-coordinate representation of color #EC0B71: hue angle of 332.8º 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 #EC0B71 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 113 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.07 |
| HSL | 332.8º | 0.91% | 0.48% | - |
| HSV(B) | 332.8º | 0.95% | 0.93% | - |
| XYZ | 37.69 | 19.26 | 17.35 | - |
| YUV | 89.9 | 141.04 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 113 | 0 | 0.95 | 0.52 | 0.07 | 332.8 | 0.91 | 0.48 |
| Hex | EC | B | 71 | 0 | 5F | 34 | 7 | 14D | 5B | 30 |
| Octal | 354 | 13 | 161 | 0 | 137 | 64 | 7 | 515 | 133 | 60 |
| Binary | 11101100 | 1011 | 1110001 | 0 | 1011111 | 110100 | 111 | 101001101 | 1011011 | 110000 |
Color Harmonies of #EC0B71
Complementary color
Monochromatic Colors of #EC0B71
Black with #EC0B71
Text Example
Text Example
White with #EC0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B71; }
p { color: rgb(236,11,113); }
H1.HeaderClassName
{
color: #EC0B71;
}
.AnyTagClassName
{
color: #EC0B71;
}
</style>
background-color css
<style>
a { background-color: #EC0B71; }
a { background-color: rgb(236,11,113); }
div.DivClassName
{
background-color: #EC0B71;
}
.BgClassName
{
background-color: #EC0B71;
}
</style>
border-color css
<style>
span { border-color: #EC0B71; }
span { border-color: rgb(236,11,113); }
td.TdClassName
{
border-color: #EC0B71;
}
.TagClassName
{
border-color: #EC0B71;
}
</style>