Shades of Ruby #E80773
Tints of Ruby #E80773
RGB
CMYK
RGB Variations
Color information
#E80773 (or 0xE80773) is known color: Ruby. HEX triplet: E8, 07 and 73. RGB value is (232,7,115). Sum of RGB (Red+Green+Blue) = 232+7+115=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E80773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80773 is #17F88C. Grayscale: #565656. Windows color (decimal): -1570957 or 7538664. OLE color: 7538664.
HSL color Cylindrical-coordinate representation of color #E80773: hue angle of 331.2º 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 #E80773 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.09 |
| HSL | 331.2º | 0.94% | 0.47% | - |
| HSV(B) | 331.2º | 0.97% | 0.91% | - |
| XYZ | 36.45 | 18.55 | 17.88 | - |
| YUV | 86.59 | 144.04 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 115 | 0 | 0.97 | 0.50 | 0.09 | 331.2 | 0.94 | 0.47 |
| Hex | E8 | 7 | 73 | 0 | 61 | 32 | 9 | 14B | 5E | 2F |
| Octal | 350 | 7 | 163 | 0 | 141 | 62 | 11 | 513 | 136 | 57 |
| Binary | 11101000 | 111 | 1110011 | 0 | 1100001 | 110010 | 1001 | 101001011 | 1011110 | 101111 |
Color Harmonies of #E80773
Complementary color
Monochromatic Colors of #E80773
Black with #E80773
Text Example
Text Example
White with #E80773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80773; }
p { color: rgb(232,7,115); }
H1.HeaderClassName
{
color: #E80773;
}
.AnyTagClassName
{
color: #E80773;
}
</style>
background-color css
<style>
a { background-color: #E80773; }
a { background-color: rgb(232,7,115); }
div.DivClassName
{
background-color: #E80773;
}
.BgClassName
{
background-color: #E80773;
}
</style>
border-color css
<style>
span { border-color: #E80773; }
span { border-color: rgb(232,7,115); }
td.TdClassName
{
border-color: #E80773;
}
.TagClassName
{
border-color: #E80773;
}
</style>