Shades of Ruby #E9185D
Tints of Ruby #E9185D
RGB
CMYK
RGB Variations
Color information
#E9185D (or 0xE9185D) is known color: Ruby. HEX triplet: E9, 18 and 5D. RGB value is (233,24,93). Sum of RGB (Red+Green+Blue) = 233+24+93=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9185D is #16E7A2. Grayscale: #5E5E5E. Windows color (decimal): -1501091 or 6101225. OLE color: 6101225.
HSL color Cylindrical-coordinate representation of color #E9185D: hue angle of 340.19º 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 #E9185D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 93 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.09 |
| HSL | 340.19º | 0.83% | 0.5% | - |
| HSV(B) | 340.19º | 0.9% | 0.91% | - |
| XYZ | 35.91 | 18.77 | 12.09 | - |
| YUV | 94.36 | 127.24 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 93 | 0 | 0.90 | 0.60 | 0.09 | 340.19 | 0.83 | 0.5 |
| Hex | E9 | 18 | 5D | 0 | 5A | 3C | 9 | 154 | 53 | 32 |
| Octal | 351 | 30 | 135 | 0 | 132 | 74 | 11 | 524 | 123 | 62 |
| Binary | 11101001 | 11000 | 1011101 | 0 | 1011010 | 111100 | 1001 | 101010100 | 1010011 | 110010 |
Color Harmonies of #E9185D
Complementary color
Monochromatic Colors of #E9185D
Black with #E9185D
Text Example
Text Example
White with #E9185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9185D; }
p { color: rgb(233,24,93); }
H1.HeaderClassName
{
color: #E9185D;
}
.AnyTagClassName
{
color: #E9185D;
}
</style>
background-color css
<style>
a { background-color: #E9185D; }
a { background-color: rgb(233,24,93); }
div.DivClassName
{
background-color: #E9185D;
}
.BgClassName
{
background-color: #E9185D;
}
</style>
border-color css
<style>
span { border-color: #E9185D; }
span { border-color: rgb(233,24,93); }
td.TdClassName
{
border-color: #E9185D;
}
.TagClassName
{
border-color: #E9185D;
}
</style>