Shades of Ruby #EC1068
Tints of Ruby #EC1068
RGB
CMYK
RGB Variations
Color information
#EC1068 (or 0xEC1068) is known color: Ruby. HEX triplet: EC, 10 and 68. RGB value is (236,16,104). Sum of RGB (Red+Green+Blue) = 236+16+104=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1068 is #13EF97. Grayscale: #5B5B5B. Windows color (decimal): -1306520 or 6820076. OLE color: 6820076.
HSL color Cylindrical-coordinate representation of color #EC1068: hue angle of 336º 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 #EC1068 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.07 |
| HSL | 336º | 0.87% | 0.49% | - |
| HSV(B) | 336º | 0.93% | 0.93% | - |
| XYZ | 37.28 | 19.2 | 14.84 | - |
| YUV | 91.81 | 134.89 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 104 | 0 | 0.93 | 0.56 | 0.07 | 336 | 0.87 | 0.49 |
| Hex | EC | 10 | 68 | 0 | 5D | 38 | 7 | 150 | 57 | 31 |
| Octal | 354 | 20 | 150 | 0 | 135 | 70 | 7 | 520 | 127 | 61 |
| Binary | 11101100 | 10000 | 1101000 | 0 | 1011101 | 111000 | 111 | 101010000 | 1010111 | 110001 |
Color Harmonies of #EC1068
Complementary color
Monochromatic Colors of #EC1068
Black with #EC1068
Text Example
Text Example
White with #EC1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1068; }
p { color: rgb(236,16,104); }
H1.HeaderClassName
{
color: #EC1068;
}
.AnyTagClassName
{
color: #EC1068;
}
</style>
background-color css
<style>
a { background-color: #EC1068; }
a { background-color: rgb(236,16,104); }
div.DivClassName
{
background-color: #EC1068;
}
.BgClassName
{
background-color: #EC1068;
}
</style>
border-color css
<style>
span { border-color: #EC1068; }
span { border-color: rgb(236,16,104); }
td.TdClassName
{
border-color: #EC1068;
}
.TagClassName
{
border-color: #EC1068;
}
</style>