Shades of Ruby #E91A5B
Tints of Ruby #E91A5B
RGB
CMYK
RGB Variations
Color information
#E91A5B (or 0xE91A5B) is known color: Ruby. HEX triplet: E9, 1A and 5B. RGB value is (233,26,91). Sum of RGB (Red+Green+Blue) = 233+26+91=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E91A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91A5B is #16E5A4. Grayscale: #5F5F5F. Windows color (decimal): -1500581 or 5970665. OLE color: 5970665.
HSL color Cylindrical-coordinate representation of color #E91A5B: hue angle of 341.16º degrees, saturation: 0.82, 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 #E91A5B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 26 | 91 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.09 |
| HSL | 341.16º | 0.82% | 0.51% | - |
| HSV(B) | 341.16º | 0.89% | 0.91% | - |
| XYZ | 35.86 | 18.82 | 11.64 | - |
| YUV | 95.3 | 125.58 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 26 | 91 | 0 | 0.89 | 0.61 | 0.09 | 341.16 | 0.82 | 0.51 |
| Hex | E9 | 1A | 5B | 0 | 59 | 3D | 9 | 155 | 52 | 33 |
| Octal | 351 | 32 | 133 | 0 | 131 | 75 | 11 | 525 | 122 | 63 |
| Binary | 11101001 | 11010 | 1011011 | 0 | 1011001 | 111101 | 1001 | 101010101 | 1010010 | 110011 |
Color Harmonies of #E91A5B
Complementary color
Monochromatic Colors of #E91A5B
Black with #E91A5B
Text Example
Text Example
White with #E91A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91A5B; }
p { color: rgb(233,26,91); }
H1.HeaderClassName
{
color: #E91A5B;
}
.AnyTagClassName
{
color: #E91A5B;
}
</style>
background-color css
<style>
a { background-color: #E91A5B; }
a { background-color: rgb(233,26,91); }
div.DivClassName
{
background-color: #E91A5B;
}
.BgClassName
{
background-color: #E91A5B;
}
</style>
border-color css
<style>
span { border-color: #E91A5B; }
span { border-color: rgb(233,26,91); }
td.TdClassName
{
border-color: #E91A5B;
}
.TagClassName
{
border-color: #E91A5B;
}
</style>