Shades of Ruby #E91473
Tints of Ruby #E91473
RGB
CMYK
RGB Variations
Color information
#E91473 (or 0xE91473) is known color: Ruby. HEX triplet: E9, 14 and 73. RGB value is (233,20,115). Sum of RGB (Red+Green+Blue) = 233+20+115=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E91473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91473 is #16EB8C. Grayscale: #5E5E5E. Windows color (decimal): -1502093 or 7541993. OLE color: 7541993.
HSL color Cylindrical-coordinate representation of color #E91473: hue angle of 333.24º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91473 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 115 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.09 |
| HSL | 333.24º | 0.84% | 0.5% | - |
| HSV(B) | 333.24º | 0.91% | 0.91% | - |
| XYZ | 36.95 | 19.06 | 17.95 | - |
| YUV | 94.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 115 | 0 | 0.91 | 0.51 | 0.09 | 333.24 | 0.84 | 0.5 |
| Hex | E9 | 14 | 73 | 0 | 5B | 33 | 9 | 14D | 54 | 32 |
| Octal | 351 | 24 | 163 | 0 | 133 | 63 | 11 | 515 | 124 | 62 |
| Binary | 11101001 | 10100 | 1110011 | 0 | 1011011 | 110011 | 1001 | 101001101 | 1010100 | 110010 |
Color Harmonies of #E91473
Complementary color
Monochromatic Colors of #E91473
Black with #E91473
Text Example
Text Example
White with #E91473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91473; }
p { color: rgb(233,20,115); }
H1.HeaderClassName
{
color: #E91473;
}
.AnyTagClassName
{
color: #E91473;
}
</style>
background-color css
<style>
a { background-color: #E91473; }
a { background-color: rgb(233,20,115); }
div.DivClassName
{
background-color: #E91473;
}
.BgClassName
{
background-color: #E91473;
}
</style>
border-color css
<style>
span { border-color: #E91473; }
span { border-color: rgb(233,20,115); }
td.TdClassName
{
border-color: #E91473;
}
.TagClassName
{
border-color: #E91473;
}
</style>