Shades of Ruby #EC136D
Tints of Ruby #EC136D
RGB
CMYK
RGB Variations
Color information
#EC136D (or 0xEC136D) is known color: Ruby. HEX triplet: EC, 13 and 6D. RGB value is (236,19,109). Sum of RGB (Red+Green+Blue) = 236+19+109=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC136D is #13EC92. Grayscale: #5D5D5D. Windows color (decimal): -1305747 or 7148524. OLE color: 7148524.
HSL color Cylindrical-coordinate representation of color #EC136D: hue angle of 335.12º 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 #EC136D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.07 |
| HSL | 335.12º | 0.85% | 0.5% | - |
| HSV(B) | 335.12º | 0.92% | 0.93% | - |
| XYZ | 37.59 | 19.4 | 16.23 | - |
| YUV | 94.14 | 136.39 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 109 | 0 | 0.92 | 0.54 | 0.07 | 335.12 | 0.85 | 0.5 |
| Hex | EC | 13 | 6D | 0 | 5C | 36 | 7 | 14F | 55 | 32 |
| Octal | 354 | 23 | 155 | 0 | 134 | 66 | 7 | 517 | 125 | 62 |
| Binary | 11101100 | 10011 | 1101101 | 0 | 1011100 | 110110 | 111 | 101001111 | 1010101 | 110010 |
Color Harmonies of #EC136D
Complementary color
Monochromatic Colors of #EC136D
Black with #EC136D
Text Example
Text Example
White with #EC136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC136D; }
p { color: rgb(236,19,109); }
H1.HeaderClassName
{
color: #EC136D;
}
.AnyTagClassName
{
color: #EC136D;
}
</style>
background-color css
<style>
a { background-color: #EC136D; }
a { background-color: rgb(236,19,109); }
div.DivClassName
{
background-color: #EC136D;
}
.BgClassName
{
background-color: #EC136D;
}
</style>
border-color css
<style>
span { border-color: #EC136D; }
span { border-color: rgb(236,19,109); }
td.TdClassName
{
border-color: #EC136D;
}
.TagClassName
{
border-color: #EC136D;
}
</style>