Shades of Ruby #E91B6E
Tints of Ruby #E91B6E
RGB
CMYK
RGB Variations
Color information
#E91B6E (or 0xE91B6E) is known color: Ruby. HEX triplet: E9, 1B and 6E. RGB value is (233,27,110). Sum of RGB (Red+Green+Blue) = 233+27+110=370 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.97% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B6E is #16E491. Grayscale: #616161. Windows color (decimal): -1500306 or 7216105. OLE color: 7216105.
HSL color Cylindrical-coordinate representation of color #E91B6E: hue angle of 335.83º 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 #E91B6E is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 110 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.09 |
| HSL | 335.83º | 0.82% | 0.51% | - |
| HSV(B) | 335.83º | 0.88% | 0.91% | - |
| XYZ | 36.81 | 19.23 | 16.52 | - |
| YUV | 98.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 110 | 0 | 0.88 | 0.53 | 0.09 | 335.83 | 0.82 | 0.51 |
| Hex | E9 | 1B | 6E | 0 | 58 | 35 | 9 | 150 | 52 | 33 |
| Octal | 351 | 33 | 156 | 0 | 130 | 65 | 11 | 520 | 122 | 63 |
| Binary | 11101001 | 11011 | 1101110 | 0 | 1011000 | 110101 | 1001 | 101010000 | 1010010 | 110011 |
Color Harmonies of #E91B6E
Complementary color
Monochromatic Colors of #E91B6E
Black with #E91B6E
Text Example
Text Example
White with #E91B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B6E; }
p { color: rgb(233,27,110); }
H1.HeaderClassName
{
color: #E91B6E;
}
.AnyTagClassName
{
color: #E91B6E;
}
</style>
background-color css
<style>
a { background-color: #E91B6E; }
a { background-color: rgb(233,27,110); }
div.DivClassName
{
background-color: #E91B6E;
}
.BgClassName
{
background-color: #E91B6E;
}
</style>
border-color css
<style>
span { border-color: #E91B6E; }
span { border-color: rgb(233,27,110); }
td.TdClassName
{
border-color: #E91B6E;
}
.TagClassName
{
border-color: #E91B6E;
}
</style>