Shades of Ruby #ED206B
Tints of Ruby #ED206B
RGB
CMYK
RGB Variations
Color information
#ED206B (or 0xED206B) is known color: Ruby. HEX triplet: ED, 20 and 6B. RGB value is (237,32,107). Sum of RGB (Red+Green+Blue) = 237+32+107=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED206B is #12DF94. Grayscale: #656565. Windows color (decimal): -1236885 or 7020781. OLE color: 7020781.
HSL color Cylindrical-coordinate representation of color #ED206B: hue angle of 338.05º 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 #ED206B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 107 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 338.05º | 0.85% | 0.53% | - |
| HSV(B) | 338.05º | 0.86% | 0.93% | - |
| XYZ | 38.1 | 20.1 | 15.78 | - |
| YUV | 101.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 107 | 0 | 0.86 | 0.55 | 0.07 | 338.05 | 0.85 | 0.53 |
| Hex | ED | 20 | 6B | 0 | 56 | 37 | 7 | 152 | 55 | 35 |
| Octal | 355 | 40 | 153 | 0 | 126 | 67 | 7 | 522 | 125 | 65 |
| Binary | 11101101 | 100000 | 1101011 | 0 | 1010110 | 110111 | 111 | 101010010 | 1010101 | 110101 |
Color Harmonies of #ED206B
Complementary color
Monochromatic Colors of #ED206B
Black with #ED206B
Text Example
Text Example
White with #ED206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED206B; }
p { color: rgb(237,32,107); }
H1.HeaderClassName
{
color: #ED206B;
}
.AnyTagClassName
{
color: #ED206B;
}
</style>
background-color css
<style>
a { background-color: #ED206B; }
a { background-color: rgb(237,32,107); }
div.DivClassName
{
background-color: #ED206B;
}
.BgClassName
{
background-color: #ED206B;
}
</style>
border-color css
<style>
span { border-color: #ED206B; }
span { border-color: rgb(237,32,107); }
td.TdClassName
{
border-color: #ED206B;
}
.TagClassName
{
border-color: #ED206B;
}
</style>