Shades of Ruby #EC206F
Tints of Ruby #EC206F
RGB
CMYK
RGB Variations
Color information
#EC206F (or 0xEC206F) is known color: Ruby. HEX triplet: EC, 20 and 6F. RGB value is (236,32,111). Sum of RGB (Red+Green+Blue) = 236+32+111=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC206F is #13DF90. Grayscale: #656565. Windows color (decimal): -1302417 or 7282924. OLE color: 7282924.
HSL color Cylindrical-coordinate representation of color #EC206F: hue angle of 336.76º 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 #EC206F is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.07 |
| HSL | 336.76º | 0.84% | 0.53% | - |
| HSV(B) | 336.76º | 0.86% | 0.93% | - |
| XYZ | 37.98 | 20.01 | 16.9 | - |
| YUV | 102 | 133.09 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 111 | 0 | 0.86 | 0.53 | 0.07 | 336.76 | 0.84 | 0.53 |
| Hex | EC | 20 | 6F | 0 | 56 | 35 | 7 | 151 | 54 | 35 |
| Octal | 354 | 40 | 157 | 0 | 126 | 65 | 7 | 521 | 124 | 65 |
| Binary | 11101100 | 100000 | 1101111 | 0 | 1010110 | 110101 | 111 | 101010001 | 1010100 | 110101 |
Color Harmonies of #EC206F
Complementary color
Monochromatic Colors of #EC206F
Black with #EC206F
Text Example
Text Example
White with #EC206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC206F; }
p { color: rgb(236,32,111); }
H1.HeaderClassName
{
color: #EC206F;
}
.AnyTagClassName
{
color: #EC206F;
}
</style>
background-color css
<style>
a { background-color: #EC206F; }
a { background-color: rgb(236,32,111); }
div.DivClassName
{
background-color: #EC206F;
}
.BgClassName
{
background-color: #EC206F;
}
</style>
border-color css
<style>
span { border-color: #EC206F; }
span { border-color: rgb(236,32,111); }
td.TdClassName
{
border-color: #EC206F;
}
.TagClassName
{
border-color: #EC206F;
}
</style>