Shades of Ruby #E91973
Tints of Ruby #E91973
RGB
CMYK
RGB Variations
Color information
#E91973 (or 0xE91973) is known color: Ruby. HEX triplet: E9, 19 and 73. RGB value is (233,25,115). Sum of RGB (Red+Green+Blue) = 233+25+115=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E91973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91973 is #16E68C. Grayscale: #616161. Windows color (decimal): -1500813 or 7543273. OLE color: 7543273.
HSL color Cylindrical-coordinate representation of color #E91973: hue angle of 334.04º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91973 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 115 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.09 |
| HSL | 334.04º | 0.83% | 0.51% | - |
| HSV(B) | 334.04º | 0.89% | 0.91% | - |
| XYZ | 37.05 | 19.26 | 17.98 | - |
| YUV | 97.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 115 | 0 | 0.89 | 0.51 | 0.09 | 334.04 | 0.83 | 0.51 |
| Hex | E9 | 19 | 73 | 0 | 59 | 33 | 9 | 14E | 53 | 33 |
| Octal | 351 | 31 | 163 | 0 | 131 | 63 | 11 | 516 | 123 | 63 |
| Binary | 11101001 | 11001 | 1110011 | 0 | 1011001 | 110011 | 1001 | 101001110 | 1010011 | 110011 |
Color Harmonies of #E91973
Complementary color
Monochromatic Colors of #E91973
Black with #E91973
Text Example
Text Example
White with #E91973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91973; }
p { color: rgb(233,25,115); }
H1.HeaderClassName
{
color: #E91973;
}
.AnyTagClassName
{
color: #E91973;
}
</style>
background-color css
<style>
a { background-color: #E91973; }
a { background-color: rgb(233,25,115); }
div.DivClassName
{
background-color: #E91973;
}
.BgClassName
{
background-color: #E91973;
}
</style>
border-color css
<style>
span { border-color: #E91973; }
span { border-color: rgb(233,25,115); }
td.TdClassName
{
border-color: #E91973;
}
.TagClassName
{
border-color: #E91973;
}
</style>