Shades of Ruby #E90F6B
Tints of Ruby #E90F6B
RGB
CMYK
RGB Variations
Color information
#E90F6B (or 0xE90F6B) is known color: Ruby. HEX triplet: E9, 0F and 6B. RGB value is (233,15,107). Sum of RGB (Red+Green+Blue) = 233+15+107=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F6B is #16F094. Grayscale: #5A5A5A. Windows color (decimal): -1503381 or 7016425. OLE color: 7016425.
HSL color Cylindrical-coordinate representation of color #E90F6B: hue angle of 334.68º 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 #E90F6B is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 107 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.09 |
| HSL | 334.68º | 0.88% | 0.49% | - |
| HSV(B) | 334.68º | 0.94% | 0.91% | - |
| XYZ | 36.43 | 18.73 | 15.6 | - |
| YUV | 90.67 | 137.22 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 107 | 0 | 0.94 | 0.54 | 0.09 | 334.68 | 0.88 | 0.49 |
| Hex | E9 | F | 6B | 0 | 5E | 36 | 9 | 14F | 58 | 31 |
| Octal | 351 | 17 | 153 | 0 | 136 | 66 | 11 | 517 | 130 | 61 |
| Binary | 11101001 | 1111 | 1101011 | 0 | 1011110 | 110110 | 1001 | 101001111 | 1011000 | 110001 |
Color Harmonies of #E90F6B
Complementary color
Monochromatic Colors of #E90F6B
Black with #E90F6B
Text Example
Text Example
White with #E90F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F6B; }
p { color: rgb(233,15,107); }
H1.HeaderClassName
{
color: #E90F6B;
}
.AnyTagClassName
{
color: #E90F6B;
}
</style>
background-color css
<style>
a { background-color: #E90F6B; }
a { background-color: rgb(233,15,107); }
div.DivClassName
{
background-color: #E90F6B;
}
.BgClassName
{
background-color: #E90F6B;
}
</style>
border-color css
<style>
span { border-color: #E90F6B; }
span { border-color: rgb(233,15,107); }
td.TdClassName
{
border-color: #E90F6B;
}
.TagClassName
{
border-color: #E90F6B;
}
</style>