Shades of Ruby #E9167B
Tints of Ruby #E9167B
RGB
CMYK
RGB Variations
Color information
#E9167B (or 0xE9167B) is known color: Ruby. HEX triplet: E9, 16 and 7B. RGB value is (233,22,123). Sum of RGB (Red+Green+Blue) = 233+22+123=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9167B is #16E984. Grayscale: #606060. Windows color (decimal): -1501573 or 8066793. OLE color: 8066793.
HSL color Cylindrical-coordinate representation of color #E9167B: hue angle of 331.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9167B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 123 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 331.28º | 0.83% | 0.5% | - |
| HSV(B) | 331.28º | 0.91% | 0.91% | - |
| XYZ | 37.47 | 19.33 | 20.49 | - |
| YUV | 96.6 | 142.9 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 123 | 0 | 0.91 | 0.47 | 0.09 | 331.28 | 0.83 | 0.5 |
| Hex | E9 | 16 | 7B | 0 | 5B | 2F | 9 | 14B | 53 | 32 |
| Octal | 351 | 26 | 173 | 0 | 133 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101001 | 10110 | 1111011 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E9167B
Complementary color
Monochromatic Colors of #E9167B
Black with #E9167B
Text Example
Text Example
White with #E9167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9167B; }
p { color: rgb(233,22,123); }
H1.HeaderClassName
{
color: #E9167B;
}
.AnyTagClassName
{
color: #E9167B;
}
</style>
background-color css
<style>
a { background-color: #E9167B; }
a { background-color: rgb(233,22,123); }
div.DivClassName
{
background-color: #E9167B;
}
.BgClassName
{
background-color: #E9167B;
}
</style>
border-color css
<style>
span { border-color: #E9167B; }
span { border-color: rgb(233,22,123); }
td.TdClassName
{
border-color: #E9167B;
}
.TagClassName
{
border-color: #E9167B;
}
</style>