Shades of Ruby #E7185D
Tints of Ruby #E7185D
RGB
CMYK
RGB Variations
Color information
#E7185D (or 0xE7185D) is known color: Ruby. HEX triplet: E7, 18 and 5D. RGB value is (231,24,93). Sum of RGB (Red+Green+Blue) = 231+24+93=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E7185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7185D is #18E7A2. Grayscale: #5D5D5D. Windows color (decimal): -1632163 or 6101223. OLE color: 6101223.
HSL color Cylindrical-coordinate representation of color #E7185D: hue angle of 340º degrees, saturation: 0.81, 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 #E7185D is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 93 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.09 |
| HSL | 340º | 0.81% | 0.5% | - |
| HSV(B) | 340º | 0.9% | 0.91% | - |
| XYZ | 35.26 | 18.43 | 12.06 | - |
| YUV | 93.76 | 127.58 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 93 | 0 | 0.90 | 0.60 | 0.09 | 340 | 0.81 | 0.5 |
| Hex | E7 | 18 | 5D | 0 | 5A | 3C | 9 | 154 | 51 | 32 |
| Octal | 347 | 30 | 135 | 0 | 132 | 74 | 11 | 524 | 121 | 62 |
| Binary | 11100111 | 11000 | 1011101 | 0 | 1011010 | 111100 | 1001 | 101010100 | 1010001 | 110010 |
Color Harmonies of #E7185D
Complementary color
Monochromatic Colors of #E7185D
Black with #E7185D
Text Example
Text Example
White with #E7185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7185D; }
p { color: rgb(231,24,93); }
H1.HeaderClassName
{
color: #E7185D;
}
.AnyTagClassName
{
color: #E7185D;
}
</style>
background-color css
<style>
a { background-color: #E7185D; }
a { background-color: rgb(231,24,93); }
div.DivClassName
{
background-color: #E7185D;
}
.BgClassName
{
background-color: #E7185D;
}
</style>
border-color css
<style>
span { border-color: #E7185D; }
span { border-color: rgb(231,24,93); }
td.TdClassName
{
border-color: #E7185D;
}
.TagClassName
{
border-color: #E7185D;
}
</style>