Shades of Ruby #EC1073
Tints of Ruby #EC1073
RGB
CMYK
RGB Variations
Color information
#EC1073 (or 0xEC1073) is known color: Ruby. HEX triplet: EC, 10 and 73. RGB value is (236,16,115). Sum of RGB (Red+Green+Blue) = 236+16+115=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1073 is #13EF8C. Grayscale: #5C5C5C. Windows color (decimal): -1306509 or 7540972. OLE color: 7540972.
HSL color Cylindrical-coordinate representation of color #EC1073: hue angle of 333º 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 #EC1073 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 115 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.07 |
| HSL | 333º | 0.87% | 0.49% | - |
| HSV(B) | 333º | 0.93% | 0.93% | - |
| XYZ | 37.87 | 19.44 | 17.98 | - |
| YUV | 93.07 | 140.39 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 115 | 0 | 0.93 | 0.51 | 0.07 | 333 | 0.87 | 0.49 |
| Hex | EC | 10 | 73 | 0 | 5D | 33 | 7 | 14D | 57 | 31 |
| Octal | 354 | 20 | 163 | 0 | 135 | 63 | 7 | 515 | 127 | 61 |
| Binary | 11101100 | 10000 | 1110011 | 0 | 1011101 | 110011 | 111 | 101001101 | 1010111 | 110001 |
Color Harmonies of #EC1073
Complementary color
Monochromatic Colors of #EC1073
Black with #EC1073
Text Example
Text Example
White with #EC1073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1073; }
p { color: rgb(236,16,115); }
H1.HeaderClassName
{
color: #EC1073;
}
.AnyTagClassName
{
color: #EC1073;
}
</style>
background-color css
<style>
a { background-color: #EC1073; }
a { background-color: rgb(236,16,115); }
div.DivClassName
{
background-color: #EC1073;
}
.BgClassName
{
background-color: #EC1073;
}
</style>
border-color css
<style>
span { border-color: #EC1073; }
span { border-color: rgb(236,16,115); }
td.TdClassName
{
border-color: #EC1073;
}
.TagClassName
{
border-color: #EC1073;
}
</style>