Shades of Ruby #EC136A
Tints of Ruby #EC136A
RGB
CMYK
RGB Variations
Color information
#EC136A (or 0xEC136A) is known color: Ruby. HEX triplet: EC, 13 and 6A. RGB value is (236,19,106). Sum of RGB (Red+Green+Blue) = 236+19+106=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC136A is #13EC95. Grayscale: #5D5D5D. Windows color (decimal): -1305750 or 6951916. OLE color: 6951916.
HSL color Cylindrical-coordinate representation of color #EC136A: hue angle of 335.94º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC136A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 335.94º | 0.85% | 0.5% | - |
| HSV(B) | 335.94º | 0.92% | 0.93% | - |
| XYZ | 37.43 | 19.34 | 15.4 | - |
| YUV | 93.8 | 134.89 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 106 | 0 | 0.92 | 0.55 | 0.07 | 335.94 | 0.85 | 0.5 |
| Hex | EC | 13 | 6A | 0 | 5C | 37 | 7 | 150 | 55 | 32 |
| Octal | 354 | 23 | 152 | 0 | 134 | 67 | 7 | 520 | 125 | 62 |
| Binary | 11101100 | 10011 | 1101010 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010101 | 110010 |
Color Harmonies of #EC136A
Complementary color
Monochromatic Colors of #EC136A
Black with #EC136A
Text Example
Text Example
White with #EC136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC136A; }
p { color: rgb(236,19,106); }
H1.HeaderClassName
{
color: #EC136A;
}
.AnyTagClassName
{
color: #EC136A;
}
</style>
background-color css
<style>
a { background-color: #EC136A; }
a { background-color: rgb(236,19,106); }
div.DivClassName
{
background-color: #EC136A;
}
.BgClassName
{
background-color: #EC136A;
}
</style>
border-color css
<style>
span { border-color: #EC136A; }
span { border-color: rgb(236,19,106); }
td.TdClassName
{
border-color: #EC136A;
}
.TagClassName
{
border-color: #EC136A;
}
</style>