Shades of Ruby #E91B5D
Tints of Ruby #E91B5D
RGB
CMYK
RGB Variations
Color information
#E91B5D (or 0xE91B5D) is known color: Ruby. HEX triplet: E9, 1B and 5D. RGB value is (233,27,93). Sum of RGB (Red+Green+Blue) = 233+27+93=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B5D is #16E4A2. Grayscale: #606060. Windows color (decimal): -1500323 or 6101993. OLE color: 6101993.
HSL color Cylindrical-coordinate representation of color #E91B5D: hue angle of 340.78º 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 #E91B5D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 93 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.09 |
| HSL | 340.78º | 0.82% | 0.51% | - |
| HSV(B) | 340.78º | 0.88% | 0.91% | - |
| XYZ | 35.97 | 18.9 | 12.11 | - |
| YUV | 96.12 | 126.25 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 93 | 0 | 0.88 | 0.60 | 0.09 | 340.78 | 0.82 | 0.51 |
| Hex | E9 | 1B | 5D | 0 | 58 | 3C | 9 | 155 | 52 | 33 |
| Octal | 351 | 33 | 135 | 0 | 130 | 74 | 11 | 525 | 122 | 63 |
| Binary | 11101001 | 11011 | 1011101 | 0 | 1011000 | 111100 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E91B5D
Complementary color
Monochromatic Colors of #E91B5D
Black with #E91B5D
Text Example
Text Example
White with #E91B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B5D; }
p { color: rgb(233,27,93); }
H1.HeaderClassName
{
color: #E91B5D;
}
.AnyTagClassName
{
color: #E91B5D;
}
</style>
background-color css
<style>
a { background-color: #E91B5D; }
a { background-color: rgb(233,27,93); }
div.DivClassName
{
background-color: #E91B5D;
}
.BgClassName
{
background-color: #E91B5D;
}
</style>
border-color css
<style>
span { border-color: #E91B5D; }
span { border-color: rgb(233,27,93); }
td.TdClassName
{
border-color: #E91B5D;
}
.TagClassName
{
border-color: #E91B5D;
}
</style>