Shades of Ruby #E9177B
Tints of Ruby #E9177B
RGB
CMYK
RGB Variations
Color information
#E9177B (or 0xE9177B) is known color: Ruby. HEX triplet: E9, 17 and 7B. RGB value is (233,23,123). Sum of RGB (Red+Green+Blue) = 233+23+123=379 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.48% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 233 - color contains mainly: red. Hex color #E9177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9177B is #16E884. Grayscale: #606060. Windows color (decimal): -1501317 or 8067049. OLE color: 8067049.
HSL color Cylindrical-coordinate representation of color #E9177B: hue angle of 331.43º 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 #E9177B is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 123 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.09 |
| HSL | 331.43º | 0.83% | 0.5% | - |
| HSV(B) | 331.43º | 0.9% | 0.91% | - |
| XYZ | 37.49 | 19.37 | 20.5 | - |
| YUV | 97.19 | 142.57 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 123 | 0 | 0.90 | 0.47 | 0.09 | 331.43 | 0.83 | 0.5 |
| Hex | E9 | 17 | 7B | 0 | 5A | 2F | 9 | 14B | 53 | 32 |
| Octal | 351 | 27 | 173 | 0 | 132 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101001 | 10111 | 1111011 | 0 | 1011010 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E9177B
Complementary color
Monochromatic Colors of #E9177B
Black with #E9177B
Text Example
Text Example
White with #E9177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9177B; }
p { color: rgb(233,23,123); }
H1.HeaderClassName
{
color: #E9177B;
}
.AnyTagClassName
{
color: #E9177B;
}
</style>
background-color css
<style>
a { background-color: #E9177B; }
a { background-color: rgb(233,23,123); }
div.DivClassName
{
background-color: #E9177B;
}
.BgClassName
{
background-color: #E9177B;
}
</style>
border-color css
<style>
span { border-color: #E9177B; }
span { border-color: rgb(233,23,123); }
td.TdClassName
{
border-color: #E9177B;
}
.TagClassName
{
border-color: #E9177B;
}
</style>