Shades of Ruby #E9136E
Tints of Ruby #E9136E
RGB
CMYK
RGB Variations
Color information
#E9136E (or 0xE9136E) is known color: Ruby. HEX triplet: E9, 13 and 6E. RGB value is (233,19,110). Sum of RGB (Red+Green+Blue) = 233+19+110=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9136E is #16EC91. Grayscale: #5D5D5D. Windows color (decimal): -1502354 or 7214057. OLE color: 7214057.
HSL color Cylindrical-coordinate representation of color #E9136E: hue angle of 334.49º 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 #E9136E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.09 |
| HSL | 334.49º | 0.85% | 0.49% | - |
| HSV(B) | 334.49º | 0.92% | 0.91% | - |
| XYZ | 36.65 | 18.92 | 16.47 | - |
| YUV | 93.36 | 137.4 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 110 | 0 | 0.92 | 0.53 | 0.09 | 334.49 | 0.85 | 0.49 |
| Hex | E9 | 13 | 6E | 0 | 5C | 35 | 9 | 14E | 55 | 31 |
| Octal | 351 | 23 | 156 | 0 | 134 | 65 | 11 | 516 | 125 | 61 |
| Binary | 11101001 | 10011 | 1101110 | 0 | 1011100 | 110101 | 1001 | 101001110 | 1010101 | 110001 |
Color Harmonies of #E9136E
Complementary color
Monochromatic Colors of #E9136E
Black with #E9136E
Text Example
Text Example
White with #E9136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9136E; }
p { color: rgb(233,19,110); }
H1.HeaderClassName
{
color: #E9136E;
}
.AnyTagClassName
{
color: #E9136E;
}
</style>
background-color css
<style>
a { background-color: #E9136E; }
a { background-color: rgb(233,19,110); }
div.DivClassName
{
background-color: #E9136E;
}
.BgClassName
{
background-color: #E9136E;
}
</style>
border-color css
<style>
span { border-color: #E9136E; }
span { border-color: rgb(233,19,110); }
td.TdClassName
{
border-color: #E9136E;
}
.TagClassName
{
border-color: #E9136E;
}
</style>