Shades of Ruby #E90778
Tints of Ruby #E90778
RGB
CMYK
RGB Variations
Color information
#E90778 (or 0xE90778) is known color: Ruby. HEX triplet: E9, 07 and 78. RGB value is (233,7,120). Sum of RGB (Red+Green+Blue) = 233+7+120=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E90778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90778 is #16F887. Grayscale: #575757. Windows color (decimal): -1505416 or 7866345. OLE color: 7866345.
HSL color Cylindrical-coordinate representation of color #E90778: hue angle of 330º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90778 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.09 |
| HSL | 330º | 0.94% | 0.47% | - |
| HSV(B) | 330º | 0.97% | 0.91% | - |
| XYZ | 37.07 | 18.83 | 19.45 | - |
| YUV | 87.46 | 146.37 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 7 | 120 | 0 | 0.97 | 0.48 | 0.09 | 330 | 0.94 | 0.47 |
| Hex | E9 | 7 | 78 | 0 | 61 | 30 | 9 | 14A | 5E | 2F |
| Octal | 351 | 7 | 170 | 0 | 141 | 60 | 11 | 512 | 136 | 57 |
| Binary | 11101001 | 111 | 1111000 | 0 | 1100001 | 110000 | 1001 | 101001010 | 1011110 | 101111 |
Color Harmonies of #E90778
Complementary color
Monochromatic Colors of #E90778
Black with #E90778
Text Example
Text Example
White with #E90778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90778; }
p { color: rgb(233,7,120); }
H1.HeaderClassName
{
color: #E90778;
}
.AnyTagClassName
{
color: #E90778;
}
</style>
background-color css
<style>
a { background-color: #E90778; }
a { background-color: rgb(233,7,120); }
div.DivClassName
{
background-color: #E90778;
}
.BgClassName
{
background-color: #E90778;
}
</style>
border-color css
<style>
span { border-color: #E90778; }
span { border-color: rgb(233,7,120); }
td.TdClassName
{
border-color: #E90778;
}
.TagClassName
{
border-color: #E90778;
}
</style>