Shades of Ruby #E9177C
Tints of Ruby #E9177C
RGB
CMYK
RGB Variations
Color information
#E9177C (or 0xE9177C) is known color: Ruby. HEX triplet: E9, 17 and 7C. RGB value is (233,23,124). Sum of RGB (Red+Green+Blue) = 233+23+124=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E9177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9177C is #16E883. Grayscale: #616161. Windows color (decimal): -1501316 or 8132585. OLE color: 8132585.
HSL color Cylindrical-coordinate representation of color #E9177C: hue angle of 331.14º 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 #E9177C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.09 |
| HSL | 331.14º | 0.83% | 0.5% | - |
| HSV(B) | 331.14º | 0.9% | 0.91% | - |
| XYZ | 37.55 | 19.39 | 20.83 | - |
| YUV | 97.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 124 | 0 | 0.90 | 0.47 | 0.09 | 331.14 | 0.83 | 0.5 |
| Hex | E9 | 17 | 7C | 0 | 5A | 2F | 9 | 14B | 53 | 32 |
| Octal | 351 | 27 | 174 | 0 | 132 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101001 | 10111 | 1111100 | 0 | 1011010 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E9177C
Complementary color
Monochromatic Colors of #E9177C
Black with #E9177C
Text Example
Text Example
White with #E9177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9177C; }
p { color: rgb(233,23,124); }
H1.HeaderClassName
{
color: #E9177C;
}
.AnyTagClassName
{
color: #E9177C;
}
</style>
background-color css
<style>
a { background-color: #E9177C; }
a { background-color: rgb(233,23,124); }
div.DivClassName
{
background-color: #E9177C;
}
.BgClassName
{
background-color: #E9177C;
}
</style>
border-color css
<style>
span { border-color: #E9177C; }
span { border-color: rgb(233,23,124); }
td.TdClassName
{
border-color: #E9177C;
}
.TagClassName
{
border-color: #E9177C;
}
</style>