Shades of Ruby #EC136B
Tints of Ruby #EC136B
RGB
CMYK
RGB Variations
Color information
#EC136B (or 0xEC136B) is known color: Ruby. HEX triplet: EC, 13 and 6B. RGB value is (236,19,107). Sum of RGB (Red+Green+Blue) = 236+19+107=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC136B is #13EC94. Grayscale: #5D5D5D. Windows color (decimal): -1305749 or 7017452. OLE color: 7017452.
HSL color Cylindrical-coordinate representation of color #EC136B: hue angle of 335.67º 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 #EC136B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 107 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.07 |
| HSL | 335.67º | 0.85% | 0.5% | - |
| HSV(B) | 335.67º | 0.92% | 0.93% | - |
| XYZ | 37.48 | 19.36 | 15.67 | - |
| YUV | 93.92 | 135.39 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 107 | 0 | 0.92 | 0.55 | 0.07 | 335.67 | 0.85 | 0.5 |
| Hex | EC | 13 | 6B | 0 | 5C | 37 | 7 | 150 | 55 | 32 |
| Octal | 354 | 23 | 153 | 0 | 134 | 67 | 7 | 520 | 125 | 62 |
| Binary | 11101100 | 10011 | 1101011 | 0 | 1011100 | 110111 | 111 | 101010000 | 1010101 | 110010 |
Color Harmonies of #EC136B
Complementary color
Monochromatic Colors of #EC136B
Black with #EC136B
Text Example
Text Example
White with #EC136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC136B; }
p { color: rgb(236,19,107); }
H1.HeaderClassName
{
color: #EC136B;
}
.AnyTagClassName
{
color: #EC136B;
}
</style>
background-color css
<style>
a { background-color: #EC136B; }
a { background-color: rgb(236,19,107); }
div.DivClassName
{
background-color: #EC136B;
}
.BgClassName
{
background-color: #EC136B;
}
</style>
border-color css
<style>
span { border-color: #EC136B; }
span { border-color: rgb(236,19,107); }
td.TdClassName
{
border-color: #EC136B;
}
.TagClassName
{
border-color: #EC136B;
}
</style>