Shades of Ruby #EC206B
Tints of Ruby #EC206B
RGB
CMYK
RGB Variations
Color information
#EC206B (or 0xEC206B) is known color: Ruby. HEX triplet: EC, 20 and 6B. RGB value is (236,32,107). Sum of RGB (Red+Green+Blue) = 236+32+107=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC206B is #13DF94. Grayscale: #656565. Windows color (decimal): -1302421 or 7020780. OLE color: 7020780.
HSL color Cylindrical-coordinate representation of color #EC206B: hue angle of 337.94º 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 #EC206B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 107 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 337.94º | 0.84% | 0.53% | - |
| HSV(B) | 337.94º | 0.86% | 0.93% | - |
| XYZ | 37.76 | 19.93 | 15.77 | - |
| YUV | 101.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 107 | 0 | 0.86 | 0.55 | 0.07 | 337.94 | 0.84 | 0.53 |
| Hex | EC | 20 | 6B | 0 | 56 | 37 | 7 | 152 | 54 | 35 |
| Octal | 354 | 40 | 153 | 0 | 126 | 67 | 7 | 522 | 124 | 65 |
| Binary | 11101100 | 100000 | 1101011 | 0 | 1010110 | 110111 | 111 | 101010010 | 1010100 | 110101 |
Color Harmonies of #EC206B
Complementary color
Monochromatic Colors of #EC206B
Black with #EC206B
Text Example
Text Example
White with #EC206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC206B; }
p { color: rgb(236,32,107); }
H1.HeaderClassName
{
color: #EC206B;
}
.AnyTagClassName
{
color: #EC206B;
}
</style>
background-color css
<style>
a { background-color: #EC206B; }
a { background-color: rgb(236,32,107); }
div.DivClassName
{
background-color: #EC206B;
}
.BgClassName
{
background-color: #EC206B;
}
</style>
border-color css
<style>
span { border-color: #EC206B; }
span { border-color: rgb(236,32,107); }
td.TdClassName
{
border-color: #EC206B;
}
.TagClassName
{
border-color: #EC206B;
}
</style>