Shades of Ruby #E9206D
Tints of Ruby #E9206D
RGB
CMYK
RGB Variations
Color information
#E9206D (or 0xE9206D) is known color: Ruby. HEX triplet: E9, 20 and 6D. RGB value is (233,32,109). Sum of RGB (Red+Green+Blue) = 233+32+109=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E9206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9206D is #16DF92. Grayscale: #646464. Windows color (decimal): -1499027 or 7151849. OLE color: 7151849.
HSL color Cylindrical-coordinate representation of color #E9206D: hue angle of 337.01º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9206D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.09 |
| HSL | 337.01º | 0.82% | 0.52% | - |
| HSV(B) | 337.01º | 0.86% | 0.91% | - |
| XYZ | 36.88 | 19.46 | 16.28 | - |
| YUV | 100.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 109 | 0 | 0.86 | 0.53 | 0.09 | 337.01 | 0.82 | 0.52 |
| Hex | E9 | 20 | 6D | 0 | 56 | 35 | 9 | 151 | 52 | 34 |
| Octal | 351 | 40 | 155 | 0 | 126 | 65 | 11 | 521 | 122 | 64 |
| Binary | 11101001 | 100000 | 1101101 | 0 | 1010110 | 110101 | 1001 | 101010001 | 1010010 | 110100 |
Color Harmonies of #E9206D
Complementary color
Monochromatic Colors of #E9206D
Black with #E9206D
Text Example
Text Example
White with #E9206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9206D; }
p { color: rgb(233,32,109); }
H1.HeaderClassName
{
color: #E9206D;
}
.AnyTagClassName
{
color: #E9206D;
}
</style>
background-color css
<style>
a { background-color: #E9206D; }
a { background-color: rgb(233,32,109); }
div.DivClassName
{
background-color: #E9206D;
}
.BgClassName
{
background-color: #E9206D;
}
</style>
border-color css
<style>
span { border-color: #E9206D; }
span { border-color: rgb(233,32,109); }
td.TdClassName
{
border-color: #E9206D;
}
.TagClassName
{
border-color: #E9206D;
}
</style>