Shades of Ruby #E9195D
Tints of Ruby #E9195D
RGB
CMYK
RGB Variations
Color information
#E9195D (or 0xE9195D) is known color: Ruby. HEX triplet: E9, 19 and 5D. RGB value is (233,25,93). Sum of RGB (Red+Green+Blue) = 233+25+93=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E9195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9195D is #16E6A2. Grayscale: #5E5E5E. Windows color (decimal): -1500835 or 6101481. OLE color: 6101481.
HSL color Cylindrical-coordinate representation of color #E9195D: hue angle of 340.38º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E9195D is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.09 |
| HSL | 340.38º | 0.83% | 0.51% | - |
| HSV(B) | 340.38º | 0.89% | 0.91% | - |
| XYZ | 35.93 | 18.81 | 12.09 | - |
| YUV | 94.94 | 126.91 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 93 | 0 | 0.89 | 0.60 | 0.09 | 340.38 | 0.83 | 0.51 |
| Hex | E9 | 19 | 5D | 0 | 59 | 3C | 9 | 154 | 53 | 33 |
| Octal | 351 | 31 | 135 | 0 | 131 | 74 | 11 | 524 | 123 | 63 |
| Binary | 11101001 | 11001 | 1011101 | 0 | 1011001 | 111100 | 1001 | 101010100 | 1010011 | 110011 |
Color Harmonies of #E9195D
Complementary color
Monochromatic Colors of #E9195D
Black with #E9195D
Text Example
Text Example
White with #E9195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9195D; }
p { color: rgb(233,25,93); }
H1.HeaderClassName
{
color: #E9195D;
}
.AnyTagClassName
{
color: #E9195D;
}
</style>
background-color css
<style>
a { background-color: #E9195D; }
a { background-color: rgb(233,25,93); }
div.DivClassName
{
background-color: #E9195D;
}
.BgClassName
{
background-color: #E9195D;
}
</style>
border-color css
<style>
span { border-color: #E9195D; }
span { border-color: rgb(233,25,93); }
td.TdClassName
{
border-color: #E9195D;
}
.TagClassName
{
border-color: #E9195D;
}
</style>