Shades of Ruby #E91B73
Tints of Ruby #E91B73
RGB
CMYK
RGB Variations
Color information
#E91B73 (or 0xE91B73) is known color: Ruby. HEX triplet: E9, 1B and 73. RGB value is (233,27,115). Sum of RGB (Red+Green+Blue) = 233+27+115=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B73 is #16E48C. Grayscale: #626262. Windows color (decimal): -1500301 or 7543785. OLE color: 7543785.
HSL color Cylindrical-coordinate representation of color #E91B73: hue angle of 334.37º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B73 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 115 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.09 |
| HSL | 334.37º | 0.82% | 0.51% | - |
| HSV(B) | 334.37º | 0.88% | 0.91% | - |
| XYZ | 37.09 | 19.35 | 18 | - |
| YUV | 98.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 115 | 0 | 0.88 | 0.51 | 0.09 | 334.37 | 0.82 | 0.51 |
| Hex | E9 | 1B | 73 | 0 | 58 | 33 | 9 | 14E | 52 | 33 |
| Octal | 351 | 33 | 163 | 0 | 130 | 63 | 11 | 516 | 122 | 63 |
| Binary | 11101001 | 11011 | 1110011 | 0 | 1011000 | 110011 | 1001 | 101001110 | 1010010 | 110011 |
Color Harmonies of #E91B73
Complementary color
Monochromatic Colors of #E91B73
Black with #E91B73
Text Example
Text Example
White with #E91B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B73; }
p { color: rgb(233,27,115); }
H1.HeaderClassName
{
color: #E91B73;
}
.AnyTagClassName
{
color: #E91B73;
}
</style>
background-color css
<style>
a { background-color: #E91B73; }
a { background-color: rgb(233,27,115); }
div.DivClassName
{
background-color: #E91B73;
}
.BgClassName
{
background-color: #E91B73;
}
</style>
border-color css
<style>
span { border-color: #E91B73; }
span { border-color: rgb(233,27,115); }
td.TdClassName
{
border-color: #E91B73;
}
.TagClassName
{
border-color: #E91B73;
}
</style>