Shades of Ruby #EC1863
Tints of Ruby #EC1863
RGB
CMYK
RGB Variations
Color information
#EC1863 (or 0xEC1863) is known color: Ruby. HEX triplet: EC, 18 and 63. RGB value is (236,24,99). Sum of RGB (Red+Green+Blue) = 236+24+99=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1863 is #13E79C. Grayscale: #5F5F5F. Windows color (decimal): -1304477 or 6494444. OLE color: 6494444.
HSL color Cylindrical-coordinate representation of color #EC1863: hue angle of 338.77º 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 #EC1863 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 99 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.07 |
| HSL | 338.77º | 0.85% | 0.51% | - |
| HSV(B) | 338.77º | 0.9% | 0.93% | - |
| XYZ | 37.17 | 19.39 | 13.59 | - |
| YUV | 95.94 | 129.74 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 99 | 0 | 0.90 | 0.58 | 0.07 | 338.77 | 0.85 | 0.51 |
| Hex | EC | 18 | 63 | 0 | 5A | 3A | 7 | 153 | 55 | 33 |
| Octal | 354 | 30 | 143 | 0 | 132 | 72 | 7 | 523 | 125 | 63 |
| Binary | 11101100 | 11000 | 1100011 | 0 | 1011010 | 111010 | 111 | 101010011 | 1010101 | 110011 |
Color Harmonies of #EC1863
Complementary color
Monochromatic Colors of #EC1863
Black with #EC1863
Text Example
Text Example
White with #EC1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1863; }
p { color: rgb(236,24,99); }
H1.HeaderClassName
{
color: #EC1863;
}
.AnyTagClassName
{
color: #EC1863;
}
</style>
background-color css
<style>
a { background-color: #EC1863; }
a { background-color: rgb(236,24,99); }
div.DivClassName
{
background-color: #EC1863;
}
.BgClassName
{
background-color: #EC1863;
}
</style>
border-color css
<style>
span { border-color: #EC1863; }
span { border-color: rgb(236,24,99); }
td.TdClassName
{
border-color: #EC1863;
}
.TagClassName
{
border-color: #EC1863;
}
</style>