Shades of Ruby #ED206E
Tints of Ruby #ED206E
RGB
CMYK
RGB Variations
Color information
#ED206E (or 0xED206E) is known color: Ruby. HEX triplet: ED, 20 and 6E. RGB value is (237,32,110). Sum of RGB (Red+Green+Blue) = 237+32+110=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED206E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED206E is #12DF91. Grayscale: #666666. Windows color (decimal): -1236882 or 7217389. OLE color: 7217389.
HSL color Cylindrical-coordinate representation of color #ED206E: hue angle of 337.17º 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 #ED206E is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 110 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.07 |
| HSL | 337.17º | 0.85% | 0.53% | - |
| HSV(B) | 337.17º | 0.86% | 0.93% | - |
| XYZ | 38.26 | 20.16 | 16.63 | - |
| YUV | 102.19 | 132.42 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 110 | 0 | 0.86 | 0.54 | 0.07 | 337.17 | 0.85 | 0.53 |
| Hex | ED | 20 | 6E | 0 | 56 | 36 | 7 | 151 | 55 | 35 |
| Octal | 355 | 40 | 156 | 0 | 126 | 66 | 7 | 521 | 125 | 65 |
| Binary | 11101101 | 100000 | 1101110 | 0 | 1010110 | 110110 | 111 | 101010001 | 1010101 | 110101 |
Color Harmonies of #ED206E
Complementary color
Monochromatic Colors of #ED206E
Black with #ED206E
Text Example
Text Example
White with #ED206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED206E; }
p { color: rgb(237,32,110); }
H1.HeaderClassName
{
color: #ED206E;
}
.AnyTagClassName
{
color: #ED206E;
}
</style>
background-color css
<style>
a { background-color: #ED206E; }
a { background-color: rgb(237,32,110); }
div.DivClassName
{
background-color: #ED206E;
}
.BgClassName
{
background-color: #ED206E;
}
</style>
border-color css
<style>
span { border-color: #ED206E; }
span { border-color: rgb(237,32,110); }
td.TdClassName
{
border-color: #ED206E;
}
.TagClassName
{
border-color: #ED206E;
}
</style>