Shades of Ruby #EC1767
Tints of Ruby #EC1767
RGB
CMYK
RGB Variations
Color information
#EC1767 (or 0xEC1767) is known color: Ruby. HEX triplet: EC, 17 and 67. RGB value is (236,23,103). Sum of RGB (Red+Green+Blue) = 236+23+103=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1767 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1767 is #13E898. Grayscale: #5F5F5F. Windows color (decimal): -1304729 or 6756332. OLE color: 6756332.
HSL color Cylindrical-coordinate representation of color #EC1767: hue angle of 337.46º 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 #EC1767 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 103 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.07 |
| HSL | 337.46º | 0.85% | 0.51% | - |
| HSV(B) | 337.46º | 0.9% | 0.93% | - |
| XYZ | 37.35 | 19.42 | 14.61 | - |
| YUV | 95.81 | 132.07 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 103 | 0 | 0.90 | 0.56 | 0.07 | 337.46 | 0.85 | 0.51 |
| Hex | EC | 17 | 67 | 0 | 5A | 38 | 7 | 151 | 55 | 33 |
| Octal | 354 | 27 | 147 | 0 | 132 | 70 | 7 | 521 | 125 | 63 |
| Binary | 11101100 | 10111 | 1100111 | 0 | 1011010 | 111000 | 111 | 101010001 | 1010101 | 110011 |
Color Harmonies of #EC1767
Complementary color
Monochromatic Colors of #EC1767
Black with #EC1767
Text Example
Text Example
White with #EC1767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1767; }
p { color: rgb(236,23,103); }
H1.HeaderClassName
{
color: #EC1767;
}
.AnyTagClassName
{
color: #EC1767;
}
</style>
background-color css
<style>
a { background-color: #EC1767; }
a { background-color: rgb(236,23,103); }
div.DivClassName
{
background-color: #EC1767;
}
.BgClassName
{
background-color: #EC1767;
}
</style>
border-color css
<style>
span { border-color: #EC1767; }
span { border-color: rgb(236,23,103); }
td.TdClassName
{
border-color: #EC1767;
}
.TagClassName
{
border-color: #EC1767;
}
</style>