Shades of Ruby #EC1867
Tints of Ruby #EC1867
RGB
CMYK
RGB Variations
Color information
#EC1867 (or 0xEC1867) is known color: Ruby. HEX triplet: EC, 18 and 67. RGB value is (236,24,103). Sum of RGB (Red+Green+Blue) = 236+24+103=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1867 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1867 is #13E798. Grayscale: #606060. Windows color (decimal): -1304473 or 6756588. OLE color: 6756588.
HSL color Cylindrical-coordinate representation of color #EC1867: hue angle of 337.64º 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 #EC1867 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 103 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.07 |
| HSL | 337.64º | 0.85% | 0.51% | - |
| HSV(B) | 337.64º | 0.9% | 0.93% | - |
| XYZ | 37.37 | 19.47 | 14.62 | - |
| YUV | 96.39 | 131.74 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 103 | 0 | 0.90 | 0.56 | 0.07 | 337.64 | 0.85 | 0.51 |
| Hex | EC | 18 | 67 | 0 | 5A | 38 | 7 | 152 | 55 | 33 |
| Octal | 354 | 30 | 147 | 0 | 132 | 70 | 7 | 522 | 125 | 63 |
| Binary | 11101100 | 11000 | 1100111 | 0 | 1011010 | 111000 | 111 | 101010010 | 1010101 | 110011 |
Color Harmonies of #EC1867
Complementary color
Monochromatic Colors of #EC1867
Black with #EC1867
Text Example
Text Example
White with #EC1867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1867; }
p { color: rgb(236,24,103); }
H1.HeaderClassName
{
color: #EC1867;
}
.AnyTagClassName
{
color: #EC1867;
}
</style>
background-color css
<style>
a { background-color: #EC1867; }
a { background-color: rgb(236,24,103); }
div.DivClassName
{
background-color: #EC1867;
}
.BgClassName
{
background-color: #EC1867;
}
</style>
border-color css
<style>
span { border-color: #EC1867; }
span { border-color: rgb(236,24,103); }
td.TdClassName
{
border-color: #EC1867;
}
.TagClassName
{
border-color: #EC1867;
}
</style>