Shades of Ruby #EC1E6B
Tints of Ruby #EC1E6B
RGB
CMYK
RGB Variations
Color information
#EC1E6B (or 0xEC1E6B) is known color: Ruby. HEX triplet: EC, 1E and 6B. RGB value is (236,30,107). Sum of RGB (Red+Green+Blue) = 236+30+107=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1E6B is #13E194. Grayscale: #646464. Windows color (decimal): -1302933 or 7020268. OLE color: 7020268.
HSL color Cylindrical-coordinate representation of color #EC1E6B: hue angle of 337.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E6B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 107 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.07 |
| HSL | 337.57º | 0.84% | 0.52% | - |
| HSV(B) | 337.57º | 0.87% | 0.93% | - |
| XYZ | 37.71 | 19.82 | 15.75 | - |
| YUV | 100.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 107 | 0 | 0.87 | 0.55 | 0.07 | 337.57 | 0.84 | 0.52 |
| Hex | EC | 1E | 6B | 0 | 57 | 37 | 7 | 152 | 54 | 34 |
| Octal | 354 | 36 | 153 | 0 | 127 | 67 | 7 | 522 | 124 | 64 |
| Binary | 11101100 | 11110 | 1101011 | 0 | 1010111 | 110111 | 111 | 101010010 | 1010100 | 110100 |
Color Harmonies of #EC1E6B
Complementary color
Monochromatic Colors of #EC1E6B
Black with #EC1E6B
Text Example
Text Example
White with #EC1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E6B; }
p { color: rgb(236,30,107); }
H1.HeaderClassName
{
color: #EC1E6B;
}
.AnyTagClassName
{
color: #EC1E6B;
}
</style>
background-color css
<style>
a { background-color: #EC1E6B; }
a { background-color: rgb(236,30,107); }
div.DivClassName
{
background-color: #EC1E6B;
}
.BgClassName
{
background-color: #EC1E6B;
}
</style>
border-color css
<style>
span { border-color: #EC1E6B; }
span { border-color: rgb(236,30,107); }
td.TdClassName
{
border-color: #EC1E6B;
}
.TagClassName
{
border-color: #EC1E6B;
}
</style>