Shades of Ruby #EC1067
Tints of Ruby #EC1067
RGB
CMYK
RGB Variations
Color information
#EC1067 (or 0xEC1067) is known color: Ruby. HEX triplet: EC, 10 and 67. RGB value is (236,16,103). Sum of RGB (Red+Green+Blue) = 236+16+103=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1067 is #13EF98. Grayscale: #5B5B5B. Windows color (decimal): -1306521 or 6754540. OLE color: 6754540.
HSL color Cylindrical-coordinate representation of color #EC1067: hue angle of 336.27º 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 #EC1067 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.07 |
| HSL | 336.27º | 0.87% | 0.49% | - |
| HSV(B) | 336.27º | 0.93% | 0.93% | - |
| XYZ | 37.23 | 19.18 | 14.57 | - |
| YUV | 91.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 103 | 0 | 0.93 | 0.56 | 0.07 | 336.27 | 0.87 | 0.49 |
| Hex | EC | 10 | 67 | 0 | 5D | 38 | 7 | 150 | 57 | 31 |
| Octal | 354 | 20 | 147 | 0 | 135 | 70 | 7 | 520 | 127 | 61 |
| Binary | 11101100 | 10000 | 1100111 | 0 | 1011101 | 111000 | 111 | 101010000 | 1010111 | 110001 |
Color Harmonies of #EC1067
Complementary color
Monochromatic Colors of #EC1067
Black with #EC1067
Text Example
Text Example
White with #EC1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1067; }
p { color: rgb(236,16,103); }
H1.HeaderClassName
{
color: #EC1067;
}
.AnyTagClassName
{
color: #EC1067;
}
</style>
background-color css
<style>
a { background-color: #EC1067; }
a { background-color: rgb(236,16,103); }
div.DivClassName
{
background-color: #EC1067;
}
.BgClassName
{
background-color: #EC1067;
}
</style>
border-color css
<style>
span { border-color: #EC1067; }
span { border-color: rgb(236,16,103); }
td.TdClassName
{
border-color: #EC1067;
}
.TagClassName
{
border-color: #EC1067;
}
</style>