Shades of Ruby #E90F69
Tints of Ruby #E90F69
RGB
CMYK
RGB Variations
Color information
#E90F69 (or 0xE90F69) is known color: Ruby. HEX triplet: E9, 0F and 69. RGB value is (233,15,105). Sum of RGB (Red+Green+Blue) = 233+15+105=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F69 is #16F096. Grayscale: #5A5A5A. Windows color (decimal): -1503383 or 6885353. OLE color: 6885353.
HSL color Cylindrical-coordinate representation of color #E90F69: hue angle of 335.23º 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 #E90F69 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 105 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.09 |
| HSL | 335.23º | 0.88% | 0.49% | - |
| HSV(B) | 335.23º | 0.94% | 0.91% | - |
| XYZ | 36.32 | 18.69 | 15.06 | - |
| YUV | 90.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 105 | 0 | 0.94 | 0.55 | 0.09 | 335.23 | 0.88 | 0.49 |
| Hex | E9 | F | 69 | 0 | 5E | 37 | 9 | 14F | 58 | 31 |
| Octal | 351 | 17 | 151 | 0 | 136 | 67 | 11 | 517 | 130 | 61 |
| Binary | 11101001 | 1111 | 1101001 | 0 | 1011110 | 110111 | 1001 | 101001111 | 1011000 | 110001 |
Color Harmonies of #E90F69
Complementary color
Monochromatic Colors of #E90F69
Black with #E90F69
Text Example
Text Example
White with #E90F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F69; }
p { color: rgb(233,15,105); }
H1.HeaderClassName
{
color: #E90F69;
}
.AnyTagClassName
{
color: #E90F69;
}
</style>
background-color css
<style>
a { background-color: #E90F69; }
a { background-color: rgb(233,15,105); }
div.DivClassName
{
background-color: #E90F69;
}
.BgClassName
{
background-color: #E90F69;
}
</style>
border-color css
<style>
span { border-color: #E90F69; }
span { border-color: rgb(233,15,105); }
td.TdClassName
{
border-color: #E90F69;
}
.TagClassName
{
border-color: #E90F69;
}
</style>