Shades of Ruby #E91664
Tints of Ruby #E91664
RGB
CMYK
RGB Variations
Color information
#E91664 (or 0xE91664) is known color: Ruby. HEX triplet: E9, 16 and 64. RGB value is (233,22,100). Sum of RGB (Red+Green+Blue) = 233+22+100=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E91664 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91664 is #16E99B. Grayscale: #5D5D5D. Windows color (decimal): -1501596 or 6559465. OLE color: 6559465.
HSL color Cylindrical-coordinate representation of color #E91664: hue angle of 337.82º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91664 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 100 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.09 |
| HSL | 337.82º | 0.83% | 0.5% | - |
| HSV(B) | 337.82º | 0.91% | 0.91% | - |
| XYZ | 36.19 | 18.82 | 13.78 | - |
| YUV | 93.98 | 131.4 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 100 | 0 | 0.91 | 0.57 | 0.09 | 337.82 | 0.83 | 0.5 |
| Hex | E9 | 16 | 64 | 0 | 5B | 39 | 9 | 152 | 53 | 32 |
| Octal | 351 | 26 | 144 | 0 | 133 | 71 | 11 | 522 | 123 | 62 |
| Binary | 11101001 | 10110 | 1100100 | 0 | 1011011 | 111001 | 1001 | 101010010 | 1010011 | 110010 |
Color Harmonies of #E91664
Complementary color
Monochromatic Colors of #E91664
Black with #E91664
Text Example
Text Example
White with #E91664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91664; }
p { color: rgb(233,22,100); }
H1.HeaderClassName
{
color: #E91664;
}
.AnyTagClassName
{
color: #E91664;
}
</style>
background-color css
<style>
a { background-color: #E91664; }
a { background-color: rgb(233,22,100); }
div.DivClassName
{
background-color: #E91664;
}
.BgClassName
{
background-color: #E91664;
}
</style>
border-color css
<style>
span { border-color: #E91664; }
span { border-color: rgb(233,22,100); }
td.TdClassName
{
border-color: #E91664;
}
.TagClassName
{
border-color: #E91664;
}
</style>