Shades of Ruby #E90F75
Tints of Ruby #E90F75
RGB
CMYK
RGB Variations
Color information
#E90F75 (or 0xE90F75) is known color: Ruby. HEX triplet: E9, 0F and 75. RGB value is (233,15,117). Sum of RGB (Red+Green+Blue) = 233+15+117=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F75 is #16F08A. Grayscale: #5B5B5B. Windows color (decimal): -1503371 or 7671785. OLE color: 7671785.
HSL color Cylindrical-coordinate representation of color #E90F75: hue angle of 331.93º 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 #E90F75 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 117 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.09 |
| HSL | 331.93º | 0.88% | 0.49% | - |
| HSV(B) | 331.93º | 0.94% | 0.91% | - |
| XYZ | 36.99 | 18.95 | 18.54 | - |
| YUV | 91.81 | 142.22 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 117 | 0 | 0.94 | 0.50 | 0.09 | 331.93 | 0.88 | 0.49 |
| Hex | E9 | F | 75 | 0 | 5E | 32 | 9 | 14C | 58 | 31 |
| Octal | 351 | 17 | 165 | 0 | 136 | 62 | 11 | 514 | 130 | 61 |
| Binary | 11101001 | 1111 | 1110101 | 0 | 1011110 | 110010 | 1001 | 101001100 | 1011000 | 110001 |
Color Harmonies of #E90F75
Complementary color
Monochromatic Colors of #E90F75
Black with #E90F75
Text Example
Text Example
White with #E90F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F75; }
p { color: rgb(233,15,117); }
H1.HeaderClassName
{
color: #E90F75;
}
.AnyTagClassName
{
color: #E90F75;
}
</style>
background-color css
<style>
a { background-color: #E90F75; }
a { background-color: rgb(233,15,117); }
div.DivClassName
{
background-color: #E90F75;
}
.BgClassName
{
background-color: #E90F75;
}
</style>
border-color css
<style>
span { border-color: #E90F75; }
span { border-color: rgb(233,15,117); }
td.TdClassName
{
border-color: #E90F75;
}
.TagClassName
{
border-color: #E90F75;
}
</style>