Shades of Ruby #E91B5F
Tints of Ruby #E91B5F
RGB
CMYK
RGB Variations
Color information
#E91B5F (or 0xE91B5F) is known color: Ruby. HEX triplet: E9, 1B and 5F. RGB value is (233,27,95). Sum of RGB (Red+Green+Blue) = 233+27+95=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B5F is #16E4A0. Grayscale: #606060. Windows color (decimal): -1500321 or 6233065. OLE color: 6233065.
HSL color Cylindrical-coordinate representation of color #E91B5F: hue angle of 340.19º 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 #E91B5F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 95 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.09 |
| HSL | 340.19º | 0.82% | 0.51% | - |
| HSV(B) | 340.19º | 0.88% | 0.91% | - |
| XYZ | 36.06 | 18.93 | 12.58 | - |
| YUV | 96.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 95 | 0 | 0.88 | 0.59 | 0.09 | 340.19 | 0.82 | 0.51 |
| Hex | E9 | 1B | 5F | 0 | 58 | 3B | 9 | 154 | 52 | 33 |
| Octal | 351 | 33 | 137 | 0 | 130 | 73 | 11 | 524 | 122 | 63 |
| Binary | 11101001 | 11011 | 1011111 | 0 | 1011000 | 111011 | 1001 | 101010100 | 1010010 | 110011 |
Color Harmonies of #E91B5F
Complementary color
Monochromatic Colors of #E91B5F
Black with #E91B5F
Text Example
Text Example
White with #E91B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B5F; }
p { color: rgb(233,27,95); }
H1.HeaderClassName
{
color: #E91B5F;
}
.AnyTagClassName
{
color: #E91B5F;
}
</style>
background-color css
<style>
a { background-color: #E91B5F; }
a { background-color: rgb(233,27,95); }
div.DivClassName
{
background-color: #E91B5F;
}
.BgClassName
{
background-color: #E91B5F;
}
</style>
border-color css
<style>
span { border-color: #E91B5F; }
span { border-color: rgb(233,27,95); }
td.TdClassName
{
border-color: #E91B5F;
}
.TagClassName
{
border-color: #E91B5F;
}
</style>