Shades of Ruby #E91764
Tints of Ruby #E91764
RGB
CMYK
RGB Variations
Color information
#E91764 (or 0xE91764) is known color: Ruby. HEX triplet: E9, 17 and 64. RGB value is (233,23,100). Sum of RGB (Red+Green+Blue) = 233+23+100=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E91764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91764 is #16E89B. Grayscale: #5E5E5E. Windows color (decimal): -1501340 or 6559721. OLE color: 6559721.
HSL color Cylindrical-coordinate representation of color #E91764: hue angle of 338º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E91764 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 100 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.09 |
| HSL | 338º | 0.83% | 0.5% | - |
| HSV(B) | 338º | 0.9% | 0.91% | - |
| XYZ | 36.21 | 18.86 | 13.79 | - |
| YUV | 94.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 100 | 0 | 0.90 | 0.57 | 0.09 | 338 | 0.83 | 0.5 |
| Hex | E9 | 17 | 64 | 0 | 5A | 39 | 9 | 152 | 53 | 32 |
| Octal | 351 | 27 | 144 | 0 | 132 | 71 | 11 | 522 | 123 | 62 |
| Binary | 11101001 | 10111 | 1100100 | 0 | 1011010 | 111001 | 1001 | 101010010 | 1010011 | 110010 |
Color Harmonies of #E91764
Complementary color
Monochromatic Colors of #E91764
Black with #E91764
Text Example
Text Example
White with #E91764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91764; }
p { color: rgb(233,23,100); }
H1.HeaderClassName
{
color: #E91764;
}
.AnyTagClassName
{
color: #E91764;
}
</style>
background-color css
<style>
a { background-color: #E91764; }
a { background-color: rgb(233,23,100); }
div.DivClassName
{
background-color: #E91764;
}
.BgClassName
{
background-color: #E91764;
}
</style>
border-color css
<style>
span { border-color: #E91764; }
span { border-color: rgb(233,23,100); }
td.TdClassName
{
border-color: #E91764;
}
.TagClassName
{
border-color: #E91764;
}
</style>