Shades of Ruby #ED206C
Tints of Ruby #ED206C
RGB
CMYK
RGB Variations
Color information
#ED206C (or 0xED206C) is known color: Ruby. HEX triplet: ED, 20 and 6C. RGB value is (237,32,108). Sum of RGB (Red+Green+Blue) = 237+32+108=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED206C is #12DF93. Grayscale: #656565. Windows color (decimal): -1236884 or 7086317. OLE color: 7086317.
HSL color Cylindrical-coordinate representation of color #ED206C: hue angle of 337.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED206C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.07 |
| HSL | 337.76º | 0.85% | 0.53% | - |
| HSV(B) | 337.76º | 0.86% | 0.93% | - |
| XYZ | 38.15 | 20.12 | 16.06 | - |
| YUV | 101.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 108 | 0 | 0.86 | 0.54 | 0.07 | 337.76 | 0.85 | 0.53 |
| Hex | ED | 20 | 6C | 0 | 56 | 36 | 7 | 152 | 55 | 35 |
| Octal | 355 | 40 | 154 | 0 | 126 | 66 | 7 | 522 | 125 | 65 |
| Binary | 11101101 | 100000 | 1101100 | 0 | 1010110 | 110110 | 111 | 101010010 | 1010101 | 110101 |
Color Harmonies of #ED206C
Complementary color
Monochromatic Colors of #ED206C
Black with #ED206C
Text Example
Text Example
White with #ED206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED206C; }
p { color: rgb(237,32,108); }
H1.HeaderClassName
{
color: #ED206C;
}
.AnyTagClassName
{
color: #ED206C;
}
</style>
background-color css
<style>
a { background-color: #ED206C; }
a { background-color: rgb(237,32,108); }
div.DivClassName
{
background-color: #ED206C;
}
.BgClassName
{
background-color: #ED206C;
}
</style>
border-color css
<style>
span { border-color: #ED206C; }
span { border-color: rgb(237,32,108); }
td.TdClassName
{
border-color: #ED206C;
}
.TagClassName
{
border-color: #ED206C;
}
</style>