Shades of Ruby #EC1868
Tints of Ruby #EC1868
RGB
CMYK
RGB Variations
Color information
#EC1868 (or 0xEC1868) is known color: Ruby. HEX triplet: EC, 18 and 68. RGB value is (236,24,104). Sum of RGB (Red+Green+Blue) = 236+24+104=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1868 is #13E797. Grayscale: #606060. Windows color (decimal): -1304472 or 6822124. OLE color: 6822124.
HSL color Cylindrical-coordinate representation of color #EC1868: hue angle of 337.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1868 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 104 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.07 |
| HSL | 337.36º | 0.85% | 0.51% | - |
| HSV(B) | 337.36º | 0.9% | 0.93% | - |
| XYZ | 37.42 | 19.49 | 14.89 | - |
| YUV | 96.51 | 132.24 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 104 | 0 | 0.90 | 0.56 | 0.07 | 337.36 | 0.85 | 0.51 |
| Hex | EC | 18 | 68 | 0 | 5A | 38 | 7 | 151 | 55 | 33 |
| Octal | 354 | 30 | 150 | 0 | 132 | 70 | 7 | 521 | 125 | 63 |
| Binary | 11101100 | 11000 | 1101000 | 0 | 1011010 | 111000 | 111 | 101010001 | 1010101 | 110011 |
Color Harmonies of #EC1868
Complementary color
Monochromatic Colors of #EC1868
Black with #EC1868
Text Example
Text Example
White with #EC1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1868; }
p { color: rgb(236,24,104); }
H1.HeaderClassName
{
color: #EC1868;
}
.AnyTagClassName
{
color: #EC1868;
}
</style>
background-color css
<style>
a { background-color: #EC1868; }
a { background-color: rgb(236,24,104); }
div.DivClassName
{
background-color: #EC1868;
}
.BgClassName
{
background-color: #EC1868;
}
</style>
border-color css
<style>
span { border-color: #EC1868; }
span { border-color: rgb(236,24,104); }
td.TdClassName
{
border-color: #EC1868;
}
.TagClassName
{
border-color: #EC1868;
}
</style>