Shades of Ruby #E91375
Tints of Ruby #E91375
RGB
CMYK
RGB Variations
Color information
#E91375 (or 0xE91375) is known color: Ruby. HEX triplet: E9, 13 and 75. RGB value is (233,19,117). Sum of RGB (Red+Green+Blue) = 233+19+117=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E91375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91375 is #16EC8A. Grayscale: #5D5D5D. Windows color (decimal): -1502347 or 7672809. OLE color: 7672809.
HSL color Cylindrical-coordinate representation of color #E91375: hue angle of 332.52º 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 #E91375 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 117 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.09 |
| HSL | 332.52º | 0.85% | 0.49% | - |
| HSV(B) | 332.52º | 0.92% | 0.91% | - |
| XYZ | 37.05 | 19.07 | 18.56 | - |
| YUV | 94.16 | 140.9 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 117 | 0 | 0.92 | 0.50 | 0.09 | 332.52 | 0.85 | 0.49 |
| Hex | E9 | 13 | 75 | 0 | 5C | 32 | 9 | 14D | 55 | 31 |
| Octal | 351 | 23 | 165 | 0 | 134 | 62 | 11 | 515 | 125 | 61 |
| Binary | 11101001 | 10011 | 1110101 | 0 | 1011100 | 110010 | 1001 | 101001101 | 1010101 | 110001 |
Color Harmonies of #E91375
Complementary color
Monochromatic Colors of #E91375
Black with #E91375
Text Example
Text Example
White with #E91375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91375; }
p { color: rgb(233,19,117); }
H1.HeaderClassName
{
color: #E91375;
}
.AnyTagClassName
{
color: #E91375;
}
</style>
background-color css
<style>
a { background-color: #E91375; }
a { background-color: rgb(233,19,117); }
div.DivClassName
{
background-color: #E91375;
}
.BgClassName
{
background-color: #E91375;
}
</style>
border-color css
<style>
span { border-color: #E91375; }
span { border-color: rgb(233,19,117); }
td.TdClassName
{
border-color: #E91375;
}
.TagClassName
{
border-color: #E91375;
}
</style>