Shades of Ruby #E90A77
Tints of Ruby #E90A77
RGB
CMYK
RGB Variations
Color information
#E90A77 (or 0xE90A77) is known color: Ruby. HEX triplet: E9, 0A and 77. RGB value is (233,10,119). Sum of RGB (Red+Green+Blue) = 233+10+119=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90A77 is #16F588. Grayscale: #585858. Windows color (decimal): -1504649 or 7801577. OLE color: 7801577.
HSL color Cylindrical-coordinate representation of color #E90A77: hue angle of 330.67º 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 #E90A77 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 119 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.09 |
| HSL | 330.67º | 0.92% | 0.48% | - |
| HSV(B) | 330.67º | 0.96% | 0.91% | - |
| XYZ | 37.04 | 18.87 | 19.14 | - |
| YUV | 89.1 | 144.88 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 119 | 0 | 0.96 | 0.49 | 0.09 | 330.67 | 0.92 | 0.48 |
| Hex | E9 | A | 77 | 0 | 60 | 31 | 9 | 14B | 5C | 30 |
| Octal | 351 | 12 | 167 | 0 | 140 | 61 | 11 | 513 | 134 | 60 |
| Binary | 11101001 | 1010 | 1110111 | 0 | 1100000 | 110001 | 1001 | 101001011 | 1011100 | 110000 |
Color Harmonies of #E90A77
Complementary color
Monochromatic Colors of #E90A77
Black with #E90A77
Text Example
Text Example
White with #E90A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A77; }
p { color: rgb(233,10,119); }
H1.HeaderClassName
{
color: #E90A77;
}
.AnyTagClassName
{
color: #E90A77;
}
</style>
background-color css
<style>
a { background-color: #E90A77; }
a { background-color: rgb(233,10,119); }
div.DivClassName
{
background-color: #E90A77;
}
.BgClassName
{
background-color: #E90A77;
}
</style>
border-color css
<style>
span { border-color: #E90A77; }
span { border-color: rgb(233,10,119); }
td.TdClassName
{
border-color: #E90A77;
}
.TagClassName
{
border-color: #E90A77;
}
</style>