Shades of Ruby #E9175C
Tints of Ruby #E9175C
RGB
CMYK
RGB Variations
Color information
#E9175C (or 0xE9175C) is known color: Ruby. HEX triplet: E9, 17 and 5C. RGB value is (233,23,92). Sum of RGB (Red+Green+Blue) = 233+23+92=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E9175C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9175C is #16E8A3. Grayscale: #5D5D5D. Windows color (decimal): -1501348 or 6035433. OLE color: 6035433.
HSL color Cylindrical-coordinate representation of color #E9175C: hue angle of 340.29º 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 #E9175C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.09 |
| HSL | 340.29º | 0.83% | 0.5% | - |
| HSV(B) | 340.29º | 0.9% | 0.91% | - |
| XYZ | 35.84 | 18.71 | 11.85 | - |
| YUV | 93.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 92 | 0 | 0.90 | 0.61 | 0.09 | 340.29 | 0.83 | 0.5 |
| Hex | E9 | 17 | 5C | 0 | 5A | 3D | 9 | 154 | 53 | 32 |
| Octal | 351 | 27 | 134 | 0 | 132 | 75 | 11 | 524 | 123 | 62 |
| Binary | 11101001 | 10111 | 1011100 | 0 | 1011010 | 111101 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E9175C
Complementary color
Monochromatic Colors of #E9175C
Black with #E9175C
Text Example
Text Example
White with #E9175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9175C; }
p { color: rgb(233,23,92); }
H1.HeaderClassName
{
color: #E9175C;
}
.AnyTagClassName
{
color: #E9175C;
}
</style>
background-color css
<style>
a { background-color: #E9175C; }
a { background-color: rgb(233,23,92); }
div.DivClassName
{
background-color: #E9175C;
}
.BgClassName
{
background-color: #E9175C;
}
</style>
border-color css
<style>
span { border-color: #E9175C; }
span { border-color: rgb(233,23,92); }
td.TdClassName
{
border-color: #E9175C;
}
.TagClassName
{
border-color: #E9175C;
}
</style>