Shades of Ruby #E90F65
Tints of Ruby #E90F65
RGB
CMYK
RGB Variations
Color information
#E90F65 (or 0xE90F65) is known color: Ruby. HEX triplet: E9, 0F and 65. RGB value is (233,15,101). Sum of RGB (Red+Green+Blue) = 233+15+101=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F65 is #16F09A. Grayscale: #595959. Windows color (decimal): -1503387 or 6623209. OLE color: 6623209.
HSL color Cylindrical-coordinate representation of color #E90F65: hue angle of 336.33º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F65 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 101 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.09 |
| HSL | 336.33º | 0.88% | 0.49% | - |
| HSV(B) | 336.33º | 0.94% | 0.91% | - |
| XYZ | 36.12 | 18.6 | 14 | - |
| YUV | 89.99 | 134.22 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 101 | 0 | 0.94 | 0.57 | 0.09 | 336.33 | 0.88 | 0.49 |
| Hex | E9 | F | 65 | 0 | 5E | 39 | 9 | 150 | 58 | 31 |
| Octal | 351 | 17 | 145 | 0 | 136 | 71 | 11 | 520 | 130 | 61 |
| Binary | 11101001 | 1111 | 1100101 | 0 | 1011110 | 111001 | 1001 | 101010000 | 1011000 | 110001 |
Color Harmonies of #E90F65
Complementary color
Monochromatic Colors of #E90F65
Black with #E90F65
Text Example
Text Example
White with #E90F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F65; }
p { color: rgb(233,15,101); }
H1.HeaderClassName
{
color: #E90F65;
}
.AnyTagClassName
{
color: #E90F65;
}
</style>
background-color css
<style>
a { background-color: #E90F65; }
a { background-color: rgb(233,15,101); }
div.DivClassName
{
background-color: #E90F65;
}
.BgClassName
{
background-color: #E90F65;
}
</style>
border-color css
<style>
span { border-color: #E90F65; }
span { border-color: rgb(233,15,101); }
td.TdClassName
{
border-color: #E90F65;
}
.TagClassName
{
border-color: #E90F65;
}
</style>