Shades of Ruby #ED206D
Tints of Ruby #ED206D
RGB
CMYK
RGB Variations
Color information
#ED206D (or 0xED206D) is known color: Ruby. HEX triplet: ED, 20 and 6D. RGB value is (237,32,109). Sum of RGB (Red+Green+Blue) = 237+32+109=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED206D is #12DF92. Grayscale: #656565. Windows color (decimal): -1236883 or 7151853. OLE color: 7151853.
HSL color Cylindrical-coordinate representation of color #ED206D: hue angle of 337.46º 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 #ED206D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.07 |
| HSL | 337.46º | 0.85% | 0.53% | - |
| HSV(B) | 337.46º | 0.86% | 0.93% | - |
| XYZ | 38.2 | 20.14 | 16.34 | - |
| YUV | 102.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 109 | 0 | 0.86 | 0.54 | 0.07 | 337.46 | 0.85 | 0.53 |
| Hex | ED | 20 | 6D | 0 | 56 | 36 | 7 | 151 | 55 | 35 |
| Octal | 355 | 40 | 155 | 0 | 126 | 66 | 7 | 521 | 125 | 65 |
| Binary | 11101101 | 100000 | 1101101 | 0 | 1010110 | 110110 | 111 | 101010001 | 1010101 | 110101 |
Color Harmonies of #ED206D
Complementary color
Monochromatic Colors of #ED206D
Black with #ED206D
Text Example
Text Example
White with #ED206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED206D; }
p { color: rgb(237,32,109); }
H1.HeaderClassName
{
color: #ED206D;
}
.AnyTagClassName
{
color: #ED206D;
}
</style>
background-color css
<style>
a { background-color: #ED206D; }
a { background-color: rgb(237,32,109); }
div.DivClassName
{
background-color: #ED206D;
}
.BgClassName
{
background-color: #ED206D;
}
</style>
border-color css
<style>
span { border-color: #ED206D; }
span { border-color: rgb(237,32,109); }
td.TdClassName
{
border-color: #ED206D;
}
.TagClassName
{
border-color: #ED206D;
}
</style>