Shades of Ruby #E90F6D
Tints of Ruby #E90F6D
RGB
CMYK
RGB Variations
Color information
#E90F6D (or 0xE90F6D) is known color: Ruby. HEX triplet: E9, 0F and 6D. RGB value is (233,15,109). Sum of RGB (Red+Green+Blue) = 233+15+109=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F6D is #16F092. Grayscale: #5A5A5A. Windows color (decimal): -1503379 or 7147497. OLE color: 7147497.
HSL color Cylindrical-coordinate representation of color #E90F6D: hue angle of 334.13º 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 #E90F6D is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 109 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.09 |
| HSL | 334.13º | 0.88% | 0.49% | - |
| HSV(B) | 334.13º | 0.94% | 0.91% | - |
| XYZ | 36.54 | 18.77 | 16.17 | - |
| YUV | 90.9 | 138.22 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 109 | 0 | 0.94 | 0.53 | 0.09 | 334.13 | 0.88 | 0.49 |
| Hex | E9 | F | 6D | 0 | 5E | 35 | 9 | 14E | 58 | 31 |
| Octal | 351 | 17 | 155 | 0 | 136 | 65 | 11 | 516 | 130 | 61 |
| Binary | 11101001 | 1111 | 1101101 | 0 | 1011110 | 110101 | 1001 | 101001110 | 1011000 | 110001 |
Color Harmonies of #E90F6D
Complementary color
Monochromatic Colors of #E90F6D
Black with #E90F6D
Text Example
Text Example
White with #E90F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F6D; }
p { color: rgb(233,15,109); }
H1.HeaderClassName
{
color: #E90F6D;
}
.AnyTagClassName
{
color: #E90F6D;
}
</style>
background-color css
<style>
a { background-color: #E90F6D; }
a { background-color: rgb(233,15,109); }
div.DivClassName
{
background-color: #E90F6D;
}
.BgClassName
{
background-color: #E90F6D;
}
</style>
border-color css
<style>
span { border-color: #E90F6D; }
span { border-color: rgb(233,15,109); }
td.TdClassName
{
border-color: #E90F6D;
}
.TagClassName
{
border-color: #E90F6D;
}
</style>