Shades of Ruby #EC1968
Tints of Ruby #EC1968
RGB
CMYK
RGB Variations
Color information
#EC1968 (or 0xEC1968) is known color: Ruby. HEX triplet: EC, 19 and 68. RGB value is (236,25,104). Sum of RGB (Red+Green+Blue) = 236+25+104=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1968 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1968 is #13E697. Grayscale: #606060. Windows color (decimal): -1304216 or 6822380. OLE color: 6822380.
HSL color Cylindrical-coordinate representation of color #EC1968: hue angle of 337.54º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1968 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 104 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.07 |
| HSL | 337.54º | 0.85% | 0.51% | - |
| HSV(B) | 337.54º | 0.89% | 0.93% | - |
| XYZ | 37.44 | 19.53 | 14.89 | - |
| YUV | 97.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 104 | 0 | 0.89 | 0.56 | 0.07 | 337.54 | 0.85 | 0.51 |
| Hex | EC | 19 | 68 | 0 | 59 | 38 | 7 | 152 | 55 | 33 |
| Octal | 354 | 31 | 150 | 0 | 131 | 70 | 7 | 522 | 125 | 63 |
| Binary | 11101100 | 11001 | 1101000 | 0 | 1011001 | 111000 | 111 | 101010010 | 1010101 | 110011 |
Color Harmonies of #EC1968
Complementary color
Monochromatic Colors of #EC1968
Black with #EC1968
Text Example
Text Example
White with #EC1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1968; }
p { color: rgb(236,25,104); }
H1.HeaderClassName
{
color: #EC1968;
}
.AnyTagClassName
{
color: #EC1968;
}
</style>
background-color css
<style>
a { background-color: #EC1968; }
a { background-color: rgb(236,25,104); }
div.DivClassName
{
background-color: #EC1968;
}
.BgClassName
{
background-color: #EC1968;
}
</style>
border-color css
<style>
span { border-color: #EC1968; }
span { border-color: rgb(236,25,104); }
td.TdClassName
{
border-color: #EC1968;
}
.TagClassName
{
border-color: #EC1968;
}
</style>