Shades of Ruby #EC206E
Tints of Ruby #EC206E
RGB
CMYK
RGB Variations
Color information
#EC206E (or 0xEC206E) is known color: Ruby. HEX triplet: EC, 20 and 6E. RGB value is (236,32,110). Sum of RGB (Red+Green+Blue) = 236+32+110=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC206E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC206E is #13DF91. Grayscale: #656565. Windows color (decimal): -1302418 or 7217388. OLE color: 7217388.
HSL color Cylindrical-coordinate representation of color #EC206E: hue angle of 337.06º 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 #EC206E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 110 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.07 |
| HSL | 337.06º | 0.84% | 0.53% | - |
| HSV(B) | 337.06º | 0.86% | 0.93% | - |
| XYZ | 37.92 | 19.99 | 16.61 | - |
| YUV | 101.89 | 132.59 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 110 | 0 | 0.86 | 0.53 | 0.07 | 337.06 | 0.84 | 0.53 |
| Hex | EC | 20 | 6E | 0 | 56 | 35 | 7 | 151 | 54 | 35 |
| Octal | 354 | 40 | 156 | 0 | 126 | 65 | 7 | 521 | 124 | 65 |
| Binary | 11101100 | 100000 | 1101110 | 0 | 1010110 | 110101 | 111 | 101010001 | 1010100 | 110101 |
Color Harmonies of #EC206E
Complementary color
Monochromatic Colors of #EC206E
Black with #EC206E
Text Example
Text Example
White with #EC206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC206E; }
p { color: rgb(236,32,110); }
H1.HeaderClassName
{
color: #EC206E;
}
.AnyTagClassName
{
color: #EC206E;
}
</style>
background-color css
<style>
a { background-color: #EC206E; }
a { background-color: rgb(236,32,110); }
div.DivClassName
{
background-color: #EC206E;
}
.BgClassName
{
background-color: #EC206E;
}
</style>
border-color css
<style>
span { border-color: #EC206E; }
span { border-color: rgb(236,32,110); }
td.TdClassName
{
border-color: #EC206E;
}
.TagClassName
{
border-color: #EC206E;
}
</style>