Shades of Ruby #EC1074
Tints of Ruby #EC1074
RGB
CMYK
RGB Variations
Color information
#EC1074 (or 0xEC1074) is known color: Ruby. HEX triplet: EC, 10 and 74. RGB value is (236,16,116). Sum of RGB (Red+Green+Blue) = 236+16+116=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1074 is #13EF8B. Grayscale: #5D5D5D. Windows color (decimal): -1306508 or 7606508. OLE color: 7606508.
HSL color Cylindrical-coordinate representation of color #EC1074: hue angle of 332.73º 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 #EC1074 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.07 |
| HSL | 332.73º | 0.87% | 0.49% | - |
| HSV(B) | 332.73º | 0.93% | 0.93% | - |
| XYZ | 37.93 | 19.46 | 18.28 | - |
| YUV | 93.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 116 | 0 | 0.93 | 0.51 | 0.07 | 332.73 | 0.87 | 0.49 |
| Hex | EC | 10 | 74 | 0 | 5D | 33 | 7 | 14D | 57 | 31 |
| Octal | 354 | 20 | 164 | 0 | 135 | 63 | 7 | 515 | 127 | 61 |
| Binary | 11101100 | 10000 | 1110100 | 0 | 1011101 | 110011 | 111 | 101001101 | 1010111 | 110001 |
Color Harmonies of #EC1074
Complementary color
Monochromatic Colors of #EC1074
Black with #EC1074
Text Example
Text Example
White with #EC1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1074; }
p { color: rgb(236,16,116); }
H1.HeaderClassName
{
color: #EC1074;
}
.AnyTagClassName
{
color: #EC1074;
}
</style>
background-color css
<style>
a { background-color: #EC1074; }
a { background-color: rgb(236,16,116); }
div.DivClassName
{
background-color: #EC1074;
}
.BgClassName
{
background-color: #EC1074;
}
</style>
border-color css
<style>
span { border-color: #EC1074; }
span { border-color: rgb(236,16,116); }
td.TdClassName
{
border-color: #EC1074;
}
.TagClassName
{
border-color: #EC1074;
}
</style>