Shades of Ruby #E90F6C
Tints of Ruby #E90F6C
RGB
CMYK
RGB Variations
Color information
#E90F6C (or 0xE90F6C) is known color: Ruby. HEX triplet: E9, 0F and 6C. RGB value is (233,15,108). Sum of RGB (Red+Green+Blue) = 233+15+108=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F6C is #16F093. Grayscale: #5A5A5A. Windows color (decimal): -1503380 or 7081961. OLE color: 7081961.
HSL color Cylindrical-coordinate representation of color #E90F6C: hue angle of 334.4º 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 #E90F6C is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 108 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.09 |
| HSL | 334.4º | 0.88% | 0.49% | - |
| HSV(B) | 334.4º | 0.94% | 0.91% | - |
| XYZ | 36.48 | 18.75 | 15.88 | - |
| YUV | 90.78 | 137.72 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 108 | 0 | 0.94 | 0.54 | 0.09 | 334.4 | 0.88 | 0.49 |
| Hex | E9 | F | 6C | 0 | 5E | 36 | 9 | 14E | 58 | 31 |
| Octal | 351 | 17 | 154 | 0 | 136 | 66 | 11 | 516 | 130 | 61 |
| Binary | 11101001 | 1111 | 1101100 | 0 | 1011110 | 110110 | 1001 | 101001110 | 1011000 | 110001 |
Color Harmonies of #E90F6C
Complementary color
Monochromatic Colors of #E90F6C
Black with #E90F6C
Text Example
Text Example
White with #E90F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F6C; }
p { color: rgb(233,15,108); }
H1.HeaderClassName
{
color: #E90F6C;
}
.AnyTagClassName
{
color: #E90F6C;
}
</style>
background-color css
<style>
a { background-color: #E90F6C; }
a { background-color: rgb(233,15,108); }
div.DivClassName
{
background-color: #E90F6C;
}
.BgClassName
{
background-color: #E90F6C;
}
</style>
border-color css
<style>
span { border-color: #E90F6C; }
span { border-color: rgb(233,15,108); }
td.TdClassName
{
border-color: #E90F6C;
}
.TagClassName
{
border-color: #E90F6C;
}
</style>