Shades of Ruby #E91365
Tints of Ruby #E91365
RGB
CMYK
RGB Variations
Color information
#E91365 (or 0xE91365) is known color: Ruby. HEX triplet: E9, 13 and 65. RGB value is (233,19,101). Sum of RGB (Red+Green+Blue) = 233+19+101=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E91365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91365 is #16EC9A. Grayscale: #5C5C5C. Windows color (decimal): -1502363 or 6624233. OLE color: 6624233.
HSL color Cylindrical-coordinate representation of color #E91365: hue angle of 337.01º 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 #E91365 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 101 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.09 |
| HSL | 337.01º | 0.85% | 0.49% | - |
| HSV(B) | 337.01º | 0.92% | 0.91% | - |
| XYZ | 36.19 | 18.73 | 14.02 | - |
| YUV | 92.33 | 132.9 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 101 | 0 | 0.92 | 0.57 | 0.09 | 337.01 | 0.85 | 0.49 |
| Hex | E9 | 13 | 65 | 0 | 5C | 39 | 9 | 151 | 55 | 31 |
| Octal | 351 | 23 | 145 | 0 | 134 | 71 | 11 | 521 | 125 | 61 |
| Binary | 11101001 | 10011 | 1100101 | 0 | 1011100 | 111001 | 1001 | 101010001 | 1010101 | 110001 |
Color Harmonies of #E91365
Complementary color
Monochromatic Colors of #E91365
Black with #E91365
Text Example
Text Example
White with #E91365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91365; }
p { color: rgb(233,19,101); }
H1.HeaderClassName
{
color: #E91365;
}
.AnyTagClassName
{
color: #E91365;
}
</style>
background-color css
<style>
a { background-color: #E91365; }
a { background-color: rgb(233,19,101); }
div.DivClassName
{
background-color: #E91365;
}
.BgClassName
{
background-color: #E91365;
}
</style>
border-color css
<style>
span { border-color: #E91365; }
span { border-color: rgb(233,19,101); }
td.TdClassName
{
border-color: #E91365;
}
.TagClassName
{
border-color: #E91365;
}
</style>