Shades of Ruby #E9136D
Tints of Ruby #E9136D
RGB
CMYK
RGB Variations
Color information
#E9136D (or 0xE9136D) is known color: Ruby. HEX triplet: E9, 13 and 6D. RGB value is (233,19,109). Sum of RGB (Red+Green+Blue) = 233+19+109=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9136D is #16EC92. Grayscale: #5D5D5D. Windows color (decimal): -1502355 or 7148521. OLE color: 7148521.
HSL color Cylindrical-coordinate representation of color #E9136D: hue angle of 334.77º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9136D is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.09 |
| HSL | 334.77º | 0.85% | 0.49% | - |
| HSV(B) | 334.77º | 0.92% | 0.91% | - |
| XYZ | 36.6 | 18.89 | 16.19 | - |
| YUV | 93.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 109 | 0 | 0.92 | 0.53 | 0.09 | 334.77 | 0.85 | 0.49 |
| Hex | E9 | 13 | 6D | 0 | 5C | 35 | 9 | 14F | 55 | 31 |
| Octal | 351 | 23 | 155 | 0 | 134 | 65 | 11 | 517 | 125 | 61 |
| Binary | 11101001 | 10011 | 1101101 | 0 | 1011100 | 110101 | 1001 | 101001111 | 1010101 | 110001 |
Color Harmonies of #E9136D
Complementary color
Monochromatic Colors of #E9136D
Black with #E9136D
Text Example
Text Example
White with #E9136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9136D; }
p { color: rgb(233,19,109); }
H1.HeaderClassName
{
color: #E9136D;
}
.AnyTagClassName
{
color: #E9136D;
}
</style>
background-color css
<style>
a { background-color: #E9136D; }
a { background-color: rgb(233,19,109); }
div.DivClassName
{
background-color: #E9136D;
}
.BgClassName
{
background-color: #E9136D;
}
</style>
border-color css
<style>
span { border-color: #E9136D; }
span { border-color: rgb(233,19,109); }
td.TdClassName
{
border-color: #E9136D;
}
.TagClassName
{
border-color: #E9136D;
}
</style>