Shades of Ruby #E80479
Tints of Ruby #E80479
RGB
CMYK
RGB Variations
Color information
#E80479 (or 0xE80479) is known color: Ruby. HEX triplet: E8, 04 and 79. RGB value is (232,4,121). Sum of RGB (Red+Green+Blue) = 232+4+121=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E80479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80479 is #17FB86. Grayscale: #555555. Windows color (decimal): -1571719 or 7931112. OLE color: 7931112.
HSL color Cylindrical-coordinate representation of color #E80479: hue angle of 329.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80479 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.09 |
| HSL | 329.21º | 0.97% | 0.46% | - |
| HSV(B) | 329.21º | 0.98% | 0.91% | - |
| XYZ | 36.77 | 18.62 | 19.75 | - |
| YUV | 85.51 | 148.04 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 121 | 0 | 0.98 | 0.48 | 0.09 | 329.21 | 0.97 | 0.46 |
| Hex | E8 | 4 | 79 | 0 | 62 | 30 | 9 | 149 | 61 | 2E |
| Octal | 350 | 4 | 171 | 0 | 142 | 60 | 11 | 511 | 141 | 56 |
| Binary | 11101000 | 100 | 1111001 | 0 | 1100010 | 110000 | 1001 | 101001001 | 1100001 | 101110 |
Color Harmonies of #E80479
Complementary color
Monochromatic Colors of #E80479
Black with #E80479
Text Example
Text Example
White with #E80479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80479; }
p { color: rgb(232,4,121); }
H1.HeaderClassName
{
color: #E80479;
}
.AnyTagClassName
{
color: #E80479;
}
</style>
background-color css
<style>
a { background-color: #E80479; }
a { background-color: rgb(232,4,121); }
div.DivClassName
{
background-color: #E80479;
}
.BgClassName
{
background-color: #E80479;
}
</style>
border-color css
<style>
span { border-color: #E80479; }
span { border-color: rgb(232,4,121); }
td.TdClassName
{
border-color: #E80479;
}
.TagClassName
{
border-color: #E80479;
}
</style>