Shades of Ruby #EC206D
Tints of Ruby #EC206D
RGB
CMYK
RGB Variations
Color information
#EC206D (or 0xEC206D) is known color: Ruby. HEX triplet: EC, 20 and 6D. RGB value is (236,32,109). Sum of RGB (Red+Green+Blue) = 236+32+109=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC206D is #13DF92. Grayscale: #656565. Windows color (decimal): -1302419 or 7151852. OLE color: 7151852.
HSL color Cylindrical-coordinate representation of color #EC206D: hue angle of 337.35º 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 #EC206D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.07 |
| HSL | 337.35º | 0.84% | 0.53% | - |
| HSV(B) | 337.35º | 0.86% | 0.93% | - |
| XYZ | 37.87 | 19.97 | 16.33 | - |
| YUV | 101.77 | 132.09 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 109 | 0 | 0.86 | 0.54 | 0.07 | 337.35 | 0.84 | 0.53 |
| Hex | EC | 20 | 6D | 0 | 56 | 36 | 7 | 151 | 54 | 35 |
| Octal | 354 | 40 | 155 | 0 | 126 | 66 | 7 | 521 | 124 | 65 |
| Binary | 11101100 | 100000 | 1101101 | 0 | 1010110 | 110110 | 111 | 101010001 | 1010100 | 110101 |
Color Harmonies of #EC206D
Complementary color
Monochromatic Colors of #EC206D
Black with #EC206D
Text Example
Text Example
White with #EC206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC206D; }
p { color: rgb(236,32,109); }
H1.HeaderClassName
{
color: #EC206D;
}
.AnyTagClassName
{
color: #EC206D;
}
</style>
background-color css
<style>
a { background-color: #EC206D; }
a { background-color: rgb(236,32,109); }
div.DivClassName
{
background-color: #EC206D;
}
.BgClassName
{
background-color: #EC206D;
}
</style>
border-color css
<style>
span { border-color: #EC206D; }
span { border-color: rgb(236,32,109); }
td.TdClassName
{
border-color: #EC206D;
}
.TagClassName
{
border-color: #EC206D;
}
</style>