Shades of Ruby #E90A7B
Tints of Ruby #E90A7B
RGB
CMYK
RGB Variations
Color information
#E90A7B (or 0xE90A7B) is known color: Ruby. HEX triplet: E9, 0A and 7B. RGB value is (233,10,123). Sum of RGB (Red+Green+Blue) = 233+10+123=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90A7B is #16F584. Grayscale: #595959. Windows color (decimal): -1504645 or 8063721. OLE color: 8063721.
HSL color Cylindrical-coordinate representation of color #E90A7B: hue angle of 329.6º 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 #E90A7B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 10 | 123 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.09 |
| HSL | 329.6º | 0.92% | 0.48% | - |
| HSV(B) | 329.6º | 0.96% | 0.91% | - |
| XYZ | 37.29 | 18.97 | 20.44 | - |
| YUV | 89.56 | 146.88 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 10 | 123 | 0 | 0.96 | 0.47 | 0.09 | 329.6 | 0.92 | 0.48 |
| Hex | E9 | A | 7B | 0 | 60 | 2F | 9 | 14A | 5C | 30 |
| Octal | 351 | 12 | 173 | 0 | 140 | 57 | 11 | 512 | 134 | 60 |
| Binary | 11101001 | 1010 | 1111011 | 0 | 1100000 | 101111 | 1001 | 101001010 | 1011100 | 110000 |
Color Harmonies of #E90A7B
Complementary color
Monochromatic Colors of #E90A7B
Black with #E90A7B
Text Example
Text Example
White with #E90A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90A7B; }
p { color: rgb(233,10,123); }
H1.HeaderClassName
{
color: #E90A7B;
}
.AnyTagClassName
{
color: #E90A7B;
}
</style>
background-color css
<style>
a { background-color: #E90A7B; }
a { background-color: rgb(233,10,123); }
div.DivClassName
{
background-color: #E90A7B;
}
.BgClassName
{
background-color: #E90A7B;
}
</style>
border-color css
<style>
span { border-color: #E90A7B; }
span { border-color: rgb(233,10,123); }
td.TdClassName
{
border-color: #E90A7B;
}
.TagClassName
{
border-color: #E90A7B;
}
</style>