Shades of Ruby #ED136C
Tints of Ruby #ED136C
RGB
CMYK
RGB Variations
Color information
#ED136C (or 0xED136C) is known color: Ruby. HEX triplet: ED, 13 and 6C. RGB value is (237,19,108). Sum of RGB (Red+Green+Blue) = 237+19+108=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED136C is #12EC93. Grayscale: #5E5E5E. Windows color (decimal): -1240212 or 7082989. OLE color: 7082989.
HSL color Cylindrical-coordinate representation of color #ED136C: hue angle of 335.5º degrees, saturation: 0.86, 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 #ED136C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.07 |
| HSL | 335.5º | 0.86% | 0.5% | - |
| HSV(B) | 335.5º | 0.92% | 0.93% | - |
| XYZ | 37.86 | 19.55 | 15.97 | - |
| YUV | 94.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 19 | 108 | 0 | 0.92 | 0.54 | 0.07 | 335.5 | 0.86 | 0.5 |
| Hex | ED | 13 | 6C | 0 | 5C | 36 | 7 | 150 | 56 | 32 |
| Octal | 355 | 23 | 154 | 0 | 134 | 66 | 7 | 520 | 126 | 62 |
| Binary | 11101101 | 10011 | 1101100 | 0 | 1011100 | 110110 | 111 | 101010000 | 1010110 | 110010 |
Color Harmonies of #ED136C
Complementary color
Monochromatic Colors of #ED136C
Black with #ED136C
Text Example
Text Example
White with #ED136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED136C; }
p { color: rgb(237,19,108); }
H1.HeaderClassName
{
color: #ED136C;
}
.AnyTagClassName
{
color: #ED136C;
}
</style>
background-color css
<style>
a { background-color: #ED136C; }
a { background-color: rgb(237,19,108); }
div.DivClassName
{
background-color: #ED136C;
}
.BgClassName
{
background-color: #ED136C;
}
</style>
border-color css
<style>
span { border-color: #ED136C; }
span { border-color: rgb(237,19,108); }
td.TdClassName
{
border-color: #ED136C;
}
.TagClassName
{
border-color: #ED136C;
}
</style>