Shades of Ruby #E9206F
Tints of Ruby #E9206F
RGB
CMYK
RGB Variations
Color information
#E9206F (or 0xE9206F) is known color: Ruby. HEX triplet: E9, 20 and 6F. RGB value is (233,32,111). Sum of RGB (Red+Green+Blue) = 233+32+111=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9206F is #16DF90. Grayscale: #646464. Windows color (decimal): -1499025 or 7282921. OLE color: 7282921.
HSL color Cylindrical-coordinate representation of color #E9206F: hue angle of 336.42º 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 #E9206F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.09 |
| HSL | 336.42º | 0.82% | 0.52% | - |
| HSV(B) | 336.42º | 0.86% | 0.91% | - |
| XYZ | 36.99 | 19.5 | 16.85 | - |
| YUV | 101.11 | 133.59 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 111 | 0 | 0.86 | 0.52 | 0.09 | 336.42 | 0.82 | 0.52 |
| Hex | E9 | 20 | 6F | 0 | 56 | 34 | 9 | 150 | 52 | 34 |
| Octal | 351 | 40 | 157 | 0 | 126 | 64 | 11 | 520 | 122 | 64 |
| Binary | 11101001 | 100000 | 1101111 | 0 | 1010110 | 110100 | 1001 | 101010000 | 1010010 | 110100 |
Color Harmonies of #E9206F
Complementary color
Monochromatic Colors of #E9206F
Black with #E9206F
Text Example
Text Example
White with #E9206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9206F; }
p { color: rgb(233,32,111); }
H1.HeaderClassName
{
color: #E9206F;
}
.AnyTagClassName
{
color: #E9206F;
}
</style>
background-color css
<style>
a { background-color: #E9206F; }
a { background-color: rgb(233,32,111); }
div.DivClassName
{
background-color: #E9206F;
}
.BgClassName
{
background-color: #E9206F;
}
</style>
border-color css
<style>
span { border-color: #E9206F; }
span { border-color: rgb(233,32,111); }
td.TdClassName
{
border-color: #E9206F;
}
.TagClassName
{
border-color: #E9206F;
}
</style>