Shades of Ruby #E80979
Tints of Ruby #E80979
RGB
CMYK
RGB Variations
Color information
#E80979 (or 0xE80979) is known color: Ruby. HEX triplet: E8, 09 and 79. RGB value is (232,9,121). Sum of RGB (Red+Green+Blue) = 232+9+121=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E80979 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80979 is #17F686. Grayscale: #585858. Windows color (decimal): -1570439 or 7932392. OLE color: 7932392.
HSL color Cylindrical-coordinate representation of color #E80979: hue angle of 329.87º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80979 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.09 |
| HSL | 329.87º | 0.93% | 0.47% | - |
| HSV(B) | 329.87º | 0.96% | 0.91% | - |
| XYZ | 36.83 | 18.73 | 19.76 | - |
| YUV | 88.45 | 146.38 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 121 | 0 | 0.96 | 0.48 | 0.09 | 329.87 | 0.93 | 0.47 |
| Hex | E8 | 9 | 79 | 0 | 60 | 30 | 9 | 14A | 5D | 2F |
| Octal | 350 | 11 | 171 | 0 | 140 | 60 | 11 | 512 | 135 | 57 |
| Binary | 11101000 | 1001 | 1111001 | 0 | 1100000 | 110000 | 1001 | 101001010 | 1011101 | 101111 |
Color Harmonies of #E80979
Complementary color
Monochromatic Colors of #E80979
Black with #E80979
Text Example
Text Example
White with #E80979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80979; }
p { color: rgb(232,9,121); }
H1.HeaderClassName
{
color: #E80979;
}
.AnyTagClassName
{
color: #E80979;
}
</style>
background-color css
<style>
a { background-color: #E80979; }
a { background-color: rgb(232,9,121); }
div.DivClassName
{
background-color: #E80979;
}
.BgClassName
{
background-color: #E80979;
}
</style>
border-color css
<style>
span { border-color: #E80979; }
span { border-color: rgb(232,9,121); }
td.TdClassName
{
border-color: #E80979;
}
.TagClassName
{
border-color: #E80979;
}
</style>