Shades of Ruby #EC0E77
Tints of Ruby #EC0E77
RGB
CMYK
RGB Variations
Color information
#EC0E77 (or 0xEC0E77) is known color: Ruby. HEX triplet: EC, 0E and 77. RGB value is (236,14,119). Sum of RGB (Red+Green+Blue) = 236+14+119=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0E77 is #13F188. Grayscale: #5C5C5C. Windows color (decimal): -1307017 or 7802604. OLE color: 7802604.
HSL color Cylindrical-coordinate representation of color #EC0E77: hue angle of 331.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0E77 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 119 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.07 |
| HSL | 331.62º | 0.89% | 0.49% | - |
| HSV(B) | 331.62º | 0.94% | 0.93% | - |
| XYZ | 38.08 | 19.48 | 19.21 | - |
| YUV | 92.35 | 143.05 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 119 | 0 | 0.94 | 0.50 | 0.07 | 331.62 | 0.89 | 0.49 |
| Hex | EC | E | 77 | 0 | 5E | 32 | 7 | 14C | 59 | 31 |
| Octal | 354 | 16 | 167 | 0 | 136 | 62 | 7 | 514 | 131 | 61 |
| Binary | 11101100 | 1110 | 1110111 | 0 | 1011110 | 110010 | 111 | 101001100 | 1011001 | 110001 |
Color Harmonies of #EC0E77
Complementary color
Monochromatic Colors of #EC0E77
Black with #EC0E77
Text Example
Text Example
White with #EC0E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0E77; }
p { color: rgb(236,14,119); }
H1.HeaderClassName
{
color: #EC0E77;
}
.AnyTagClassName
{
color: #EC0E77;
}
</style>
background-color css
<style>
a { background-color: #EC0E77; }
a { background-color: rgb(236,14,119); }
div.DivClassName
{
background-color: #EC0E77;
}
.BgClassName
{
background-color: #EC0E77;
}
</style>
border-color css
<style>
span { border-color: #EC0E77; }
span { border-color: rgb(236,14,119); }
td.TdClassName
{
border-color: #EC0E77;
}
.TagClassName
{
border-color: #EC0E77;
}
</style>