Shades of Ruby #E9096F
Tints of Ruby #E9096F
RGB
CMYK
RGB Variations
Color information
#E9096F (or 0xE9096F) is known color: Ruby. HEX triplet: E9, 09 and 6F. RGB value is (233,9,111). Sum of RGB (Red+Green+Blue) = 233+9+111=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E9096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9096F is #16F690. Grayscale: #575757. Windows color (decimal): -1504913 or 7277033. OLE color: 7277033.
HSL color Cylindrical-coordinate representation of color #E9096F: hue angle of 332.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9096F is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.09 |
| HSL | 332.68º | 0.93% | 0.47% | - |
| HSV(B) | 332.68º | 0.96% | 0.91% | - |
| XYZ | 36.57 | 18.67 | 16.71 | - |
| YUV | 87.6 | 141.21 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 111 | 0 | 0.96 | 0.52 | 0.09 | 332.68 | 0.93 | 0.47 |
| Hex | E9 | 9 | 6F | 0 | 60 | 34 | 9 | 14D | 5D | 2F |
| Octal | 351 | 11 | 157 | 0 | 140 | 64 | 11 | 515 | 135 | 57 |
| Binary | 11101001 | 1001 | 1101111 | 0 | 1100000 | 110100 | 1001 | 101001101 | 1011101 | 101111 |
Color Harmonies of #E9096F
Complementary color
Monochromatic Colors of #E9096F
Black with #E9096F
Text Example
Text Example
White with #E9096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9096F; }
p { color: rgb(233,9,111); }
H1.HeaderClassName
{
color: #E9096F;
}
.AnyTagClassName
{
color: #E9096F;
}
</style>
background-color css
<style>
a { background-color: #E9096F; }
a { background-color: rgb(233,9,111); }
div.DivClassName
{
background-color: #E9096F;
}
.BgClassName
{
background-color: #E9096F;
}
</style>
border-color css
<style>
span { border-color: #E9096F; }
span { border-color: rgb(233,9,111); }
td.TdClassName
{
border-color: #E9096F;
}
.TagClassName
{
border-color: #E9096F;
}
</style>