Shades of Ruby #E9176B
Tints of Ruby #E9176B
RGB
CMYK
RGB Variations
Color information
#E9176B (or 0xE9176B) is known color: Ruby. HEX triplet: E9, 17 and 6B. RGB value is (233,23,107). Sum of RGB (Red+Green+Blue) = 233+23+107=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9176B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9176B is #16E894. Grayscale: #5F5F5F. Windows color (decimal): -1501333 or 7018473. OLE color: 7018473.
HSL color Cylindrical-coordinate representation of color #E9176B: hue angle of 336º 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 #E9176B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.09 |
| HSL | 336º | 0.83% | 0.5% | - |
| HSV(B) | 336º | 0.9% | 0.91% | - |
| XYZ | 36.56 | 19 | 15.65 | - |
| YUV | 95.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 107 | 0 | 0.90 | 0.54 | 0.09 | 336 | 0.83 | 0.5 |
| Hex | E9 | 17 | 6B | 0 | 5A | 36 | 9 | 150 | 53 | 32 |
| Octal | 351 | 27 | 153 | 0 | 132 | 66 | 11 | 520 | 123 | 62 |
| Binary | 11101001 | 10111 | 1101011 | 0 | 1011010 | 110110 | 1001 | 101010000 | 1010011 | 110010 |
Color Harmonies of #E9176B
Complementary color
Monochromatic Colors of #E9176B
Black with #E9176B
Text Example
Text Example
White with #E9176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9176B; }
p { color: rgb(233,23,107); }
H1.HeaderClassName
{
color: #E9176B;
}
.AnyTagClassName
{
color: #E9176B;
}
</style>
background-color css
<style>
a { background-color: #E9176B; }
a { background-color: rgb(233,23,107); }
div.DivClassName
{
background-color: #E9176B;
}
.BgClassName
{
background-color: #E9176B;
}
</style>
border-color css
<style>
span { border-color: #E9176B; }
span { border-color: rgb(233,23,107); }
td.TdClassName
{
border-color: #E9176B;
}
.TagClassName
{
border-color: #E9176B;
}
</style>