Shades of Ruby #E90A79
Tints of Ruby #E90A79
RGB
CMYK
RGB Variations
Color information
#E90A79 (or 0xE90A79) is known color: Ruby. HEX triplet: E9, 0A and 79. RGB value is (233,10,121). Sum of RGB (Red+Green+Blue) = 233+10+121=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A79 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90A79 is #16F586. Grayscale: #595959. Windows color (decimal): -1504647 or 7932649. OLE color: 7932649.
HSL color Cylindrical-coordinate representation of color #E90A79: hue angle of 330.13º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E90A79 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 121 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.09 |
| HSL | 330.13º | 0.92% | 0.48% | - |
| HSV(B) | 330.13º | 0.96% | 0.91% | - |
| XYZ | 37.16 | 18.92 | 19.78 | - |
| YUV | 89.33 | 145.88 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 121 | 0 | 0.96 | 0.48 | 0.09 | 330.13 | 0.92 | 0.48 |
| Hex | E9 | A | 79 | 0 | 60 | 30 | 9 | 14A | 5C | 30 |
| Octal | 351 | 12 | 171 | 0 | 140 | 60 | 11 | 512 | 134 | 60 |
| Binary | 11101001 | 1010 | 1111001 | 0 | 1100000 | 110000 | 1001 | 101001010 | 1011100 | 110000 |
Color Harmonies of #E90A79
Complementary color
Monochromatic Colors of #E90A79
Black with #E90A79
Text Example
Text Example
White with #E90A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A79; }
p { color: rgb(233,10,121); }
H1.HeaderClassName
{
color: #E90A79;
}
.AnyTagClassName
{
color: #E90A79;
}
</style>
background-color css
<style>
a { background-color: #E90A79; }
a { background-color: rgb(233,10,121); }
div.DivClassName
{
background-color: #E90A79;
}
.BgClassName
{
background-color: #E90A79;
}
</style>
border-color css
<style>
span { border-color: #E90A79; }
span { border-color: rgb(233,10,121); }
td.TdClassName
{
border-color: #E90A79;
}
.TagClassName
{
border-color: #E90A79;
}
</style>