Shades of Ruby #E91066
Tints of Ruby #E91066
RGB
CMYK
RGB Variations
Color information
#E91066 (or 0xE91066) is known color: Ruby. HEX triplet: E9, 10 and 66. RGB value is (233,16,102). Sum of RGB (Red+Green+Blue) = 233+16+102=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E91066 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91066 is #16EF99. Grayscale: #5A5A5A. Windows color (decimal): -1503130 or 6689001. OLE color: 6689001.
HSL color Cylindrical-coordinate representation of color #E91066: hue angle of 336.22º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91066 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 102 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.09 |
| HSL | 336.22º | 0.87% | 0.49% | - |
| HSV(B) | 336.22º | 0.93% | 0.91% | - |
| XYZ | 36.19 | 18.65 | 14.26 | - |
| YUV | 90.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 102 | 0 | 0.93 | 0.56 | 0.09 | 336.22 | 0.87 | 0.49 |
| Hex | E9 | 10 | 66 | 0 | 5D | 38 | 9 | 150 | 57 | 31 |
| Octal | 351 | 20 | 146 | 0 | 135 | 70 | 11 | 520 | 127 | 61 |
| Binary | 11101001 | 10000 | 1100110 | 0 | 1011101 | 111000 | 1001 | 101010000 | 1010111 | 110001 |
Color Harmonies of #E91066
Complementary color
Monochromatic Colors of #E91066
Black with #E91066
Text Example
Text Example
White with #E91066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91066; }
p { color: rgb(233,16,102); }
H1.HeaderClassName
{
color: #E91066;
}
.AnyTagClassName
{
color: #E91066;
}
</style>
background-color css
<style>
a { background-color: #E91066; }
a { background-color: rgb(233,16,102); }
div.DivClassName
{
background-color: #E91066;
}
.BgClassName
{
background-color: #E91066;
}
</style>
border-color css
<style>
span { border-color: #E91066; }
span { border-color: rgb(233,16,102); }
td.TdClassName
{
border-color: #E91066;
}
.TagClassName
{
border-color: #E91066;
}
</style>