Shades of Ruby #E91B65
Tints of Ruby #E91B65
RGB
CMYK
RGB Variations
Color information
#E91B65 (or 0xE91B65) is known color: Ruby. HEX triplet: E9, 1B and 65. RGB value is (233,27,101). Sum of RGB (Red+Green+Blue) = 233+27+101=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91B65 is #16E49A. Grayscale: #606060. Windows color (decimal): -1500315 or 6626281. OLE color: 6626281.
HSL color Cylindrical-coordinate representation of color #E91B65: hue angle of 338.45º 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 #E91B65 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 101 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.09 |
| HSL | 338.45º | 0.82% | 0.51% | - |
| HSV(B) | 338.45º | 0.88% | 0.91% | - |
| XYZ | 36.35 | 19.05 | 14.07 | - |
| YUV | 97.03 | 130.25 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 101 | 0 | 0.88 | 0.57 | 0.09 | 338.45 | 0.82 | 0.51 |
| Hex | E9 | 1B | 65 | 0 | 58 | 39 | 9 | 152 | 52 | 33 |
| Octal | 351 | 33 | 145 | 0 | 130 | 71 | 11 | 522 | 122 | 63 |
| Binary | 11101001 | 11011 | 1100101 | 0 | 1011000 | 111001 | 1001 | 101010010 | 1010010 | 110011 |
Color Harmonies of #E91B65
Complementary color
Monochromatic Colors of #E91B65
Black with #E91B65
Text Example
Text Example
White with #E91B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B65; }
p { color: rgb(233,27,101); }
H1.HeaderClassName
{
color: #E91B65;
}
.AnyTagClassName
{
color: #E91B65;
}
</style>
background-color css
<style>
a { background-color: #E91B65; }
a { background-color: rgb(233,27,101); }
div.DivClassName
{
background-color: #E91B65;
}
.BgClassName
{
background-color: #E91B65;
}
</style>
border-color css
<style>
span { border-color: #E91B65; }
span { border-color: rgb(233,27,101); }
td.TdClassName
{
border-color: #E91B65;
}
.TagClassName
{
border-color: #E91B65;
}
</style>