Shades of Ruby #EC1077
Tints of Ruby #EC1077
RGB
CMYK
RGB Variations
Color information
#EC1077 (or 0xEC1077) is known color: Ruby. HEX triplet: EC, 10 and 77. RGB value is (236,16,119). Sum of RGB (Red+Green+Blue) = 236+16+119=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1077 is #13EF88. Grayscale: #5D5D5D. Windows color (decimal): -1306505 or 7803116. OLE color: 7803116.
HSL color Cylindrical-coordinate representation of color #EC1077: hue angle of 331.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1077 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 119 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.07 |
| HSL | 331.91º | 0.87% | 0.49% | - |
| HSV(B) | 331.91º | 0.93% | 0.93% | - |
| XYZ | 38.11 | 19.54 | 19.21 | - |
| YUV | 93.52 | 142.39 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 119 | 0 | 0.93 | 0.50 | 0.07 | 331.91 | 0.87 | 0.49 |
| Hex | EC | 10 | 77 | 0 | 5D | 32 | 7 | 14C | 57 | 31 |
| Octal | 354 | 20 | 167 | 0 | 135 | 62 | 7 | 514 | 127 | 61 |
| Binary | 11101100 | 10000 | 1110111 | 0 | 1011101 | 110010 | 111 | 101001100 | 1010111 | 110001 |
Color Harmonies of #EC1077
Complementary color
Monochromatic Colors of #EC1077
Black with #EC1077
Text Example
Text Example
White with #EC1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1077; }
p { color: rgb(236,16,119); }
H1.HeaderClassName
{
color: #EC1077;
}
.AnyTagClassName
{
color: #EC1077;
}
</style>
background-color css
<style>
a { background-color: #EC1077; }
a { background-color: rgb(236,16,119); }
div.DivClassName
{
background-color: #EC1077;
}
.BgClassName
{
background-color: #EC1077;
}
</style>
border-color css
<style>
span { border-color: #EC1077; }
span { border-color: rgb(236,16,119); }
td.TdClassName
{
border-color: #EC1077;
}
.TagClassName
{
border-color: #EC1077;
}
</style>