Shades of Ruby #E9185C
Tints of Ruby #E9185C
RGB
CMYK
RGB Variations
Color information
#E9185C (or 0xE9185C) is known color: Ruby. HEX triplet: E9, 18 and 5C. RGB value is (233,24,92). Sum of RGB (Red+Green+Blue) = 233+24+92=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9185C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9185C is #16E7A3. Grayscale: #5E5E5E. Windows color (decimal): -1501092 or 6035689. OLE color: 6035689.
HSL color Cylindrical-coordinate representation of color #E9185C: hue angle of 340.48º 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 #E9185C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 92 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.09 |
| HSL | 340.48º | 0.83% | 0.5% | - |
| HSV(B) | 340.48º | 0.9% | 0.91% | - |
| XYZ | 35.86 | 18.75 | 11.85 | - |
| YUV | 94.24 | 126.74 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 92 | 0 | 0.90 | 0.61 | 0.09 | 340.48 | 0.83 | 0.5 |
| Hex | E9 | 18 | 5C | 0 | 5A | 3D | 9 | 154 | 53 | 32 |
| Octal | 351 | 30 | 134 | 0 | 132 | 75 | 11 | 524 | 123 | 62 |
| Binary | 11101001 | 11000 | 1011100 | 0 | 1011010 | 111101 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E9185C
Complementary color
Monochromatic Colors of #E9185C
Black with #E9185C
Text Example
Text Example
White with #E9185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9185C; }
p { color: rgb(233,24,92); }
H1.HeaderClassName
{
color: #E9185C;
}
.AnyTagClassName
{
color: #E9185C;
}
</style>
background-color css
<style>
a { background-color: #E9185C; }
a { background-color: rgb(233,24,92); }
div.DivClassName
{
background-color: #E9185C;
}
.BgClassName
{
background-color: #E9185C;
}
</style>
border-color css
<style>
span { border-color: #E9185C; }
span { border-color: rgb(233,24,92); }
td.TdClassName
{
border-color: #E9185C;
}
.TagClassName
{
border-color: #E9185C;
}
</style>