Shades of Ruby #E9176F
Tints of Ruby #E9176F
RGB
CMYK
RGB Variations
Color information
#E9176F (or 0xE9176F) is known color: Ruby. HEX triplet: E9, 17 and 6F. RGB value is (233,23,111). Sum of RGB (Red+Green+Blue) = 233+23+111=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E9176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9176F is #16E890. Grayscale: #5F5F5F. Windows color (decimal): -1501329 or 7280617. OLE color: 7280617.
HSL color Cylindrical-coordinate representation of color #E9176F: hue angle of 334.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E9176F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.09 |
| HSL | 334.86º | 0.83% | 0.5% | - |
| HSV(B) | 334.86º | 0.9% | 0.91% | - |
| XYZ | 36.78 | 19.08 | 16.78 | - |
| YUV | 95.82 | 136.57 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 111 | 0 | 0.90 | 0.52 | 0.09 | 334.86 | 0.83 | 0.5 |
| Hex | E9 | 17 | 6F | 0 | 5A | 34 | 9 | 14F | 53 | 32 |
| Octal | 351 | 27 | 157 | 0 | 132 | 64 | 11 | 517 | 123 | 62 |
| Binary | 11101001 | 10111 | 1101111 | 0 | 1011010 | 110100 | 1001 | 101001111 | 1010011 | 110010 |
Color Harmonies of #E9176F
Complementary color
Monochromatic Colors of #E9176F
Black with #E9176F
Text Example
Text Example
White with #E9176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9176F; }
p { color: rgb(233,23,111); }
H1.HeaderClassName
{
color: #E9176F;
}
.AnyTagClassName
{
color: #E9176F;
}
</style>
background-color css
<style>
a { background-color: #E9176F; }
a { background-color: rgb(233,23,111); }
div.DivClassName
{
background-color: #E9176F;
}
.BgClassName
{
background-color: #E9176F;
}
</style>
border-color css
<style>
span { border-color: #E9176F; }
span { border-color: rgb(233,23,111); }
td.TdClassName
{
border-color: #E9176F;
}
.TagClassName
{
border-color: #E9176F;
}
</style>