Shades of Ruby #EC206C
Tints of Ruby #EC206C
RGB
CMYK
RGB Variations
Color information
#EC206C (or 0xEC206C) is known color: Ruby. HEX triplet: EC, 20 and 6C. RGB value is (236,32,108). Sum of RGB (Red+Green+Blue) = 236+32+108=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC206C is #13DF93. Grayscale: #656565. Windows color (decimal): -1302420 or 7086316. OLE color: 7086316.
HSL color Cylindrical-coordinate representation of color #EC206C: hue angle of 337.65º degrees, saturation: 0.84, 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 #EC206C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.07 |
| HSL | 337.65º | 0.84% | 0.53% | - |
| HSV(B) | 337.65º | 0.86% | 0.93% | - |
| XYZ | 37.82 | 19.95 | 16.04 | - |
| YUV | 101.66 | 131.59 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 108 | 0 | 0.86 | 0.54 | 0.07 | 337.65 | 0.84 | 0.53 |
| Hex | EC | 20 | 6C | 0 | 56 | 36 | 7 | 152 | 54 | 35 |
| Octal | 354 | 40 | 154 | 0 | 126 | 66 | 7 | 522 | 124 | 65 |
| Binary | 11101100 | 100000 | 1101100 | 0 | 1010110 | 110110 | 111 | 101010010 | 1010100 | 110101 |
Color Harmonies of #EC206C
Complementary color
Monochromatic Colors of #EC206C
Black with #EC206C
Text Example
Text Example
White with #EC206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC206C; }
p { color: rgb(236,32,108); }
H1.HeaderClassName
{
color: #EC206C;
}
.AnyTagClassName
{
color: #EC206C;
}
</style>
background-color css
<style>
a { background-color: #EC206C; }
a { background-color: rgb(236,32,108); }
div.DivClassName
{
background-color: #EC206C;
}
.BgClassName
{
background-color: #EC206C;
}
</style>
border-color css
<style>
span { border-color: #EC206C; }
span { border-color: rgb(236,32,108); }
td.TdClassName
{
border-color: #EC206C;
}
.TagClassName
{
border-color: #EC206C;
}
</style>