Shades of Ruby #EB206D
Tints of Ruby #EB206D
RGB
CMYK
RGB Variations
Color information
#EB206D (or 0xEB206D) is known color: Ruby. HEX triplet: EB, 20 and 6D. RGB value is (235,32,109). Sum of RGB (Red+Green+Blue) = 235+32+109=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB206D is #14DF92. Grayscale: #656565. Windows color (decimal): -1367955 or 7151851. OLE color: 7151851.
HSL color Cylindrical-coordinate representation of color #EB206D: hue angle of 337.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB206D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.08 |
| HSL | 337.24º | 0.84% | 0.52% | - |
| HSV(B) | 337.24º | 0.86% | 0.92% | - |
| XYZ | 37.54 | 19.8 | 16.31 | - |
| YUV | 101.48 | 132.25 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 109 | 0 | 0.86 | 0.54 | 0.08 | 337.24 | 0.84 | 0.52 |
| Hex | EB | 20 | 6D | 0 | 56 | 36 | 8 | 151 | 54 | 34 |
| Octal | 353 | 40 | 155 | 0 | 126 | 66 | 10 | 521 | 124 | 64 |
| Binary | 11101011 | 100000 | 1101101 | 0 | 1010110 | 110110 | 1000 | 101010001 | 1010100 | 110100 |
Color Harmonies of #EB206D
Complementary color
Monochromatic Colors of #EB206D
Black with #EB206D
Text Example
Text Example
White with #EB206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB206D; }
p { color: rgb(235,32,109); }
H1.HeaderClassName
{
color: #EB206D;
}
.AnyTagClassName
{
color: #EB206D;
}
</style>
background-color css
<style>
a { background-color: #EB206D; }
a { background-color: rgb(235,32,109); }
div.DivClassName
{
background-color: #EB206D;
}
.BgClassName
{
background-color: #EB206D;
}
</style>
border-color css
<style>
span { border-color: #EB206D; }
span { border-color: rgb(235,32,109); }
td.TdClassName
{
border-color: #EB206D;
}
.TagClassName
{
border-color: #EB206D;
}
</style>