Shades of Ruby #E82076
Tints of Ruby #E82076
RGB
CMYK
RGB Variations
Color information
#E82076 (or 0xE82076) is known color: Ruby. HEX triplet: E8, 20 and 76. RGB value is (232,32,118). Sum of RGB (Red+Green+Blue) = 232+32+118=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E82076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82076 is #17DF89. Grayscale: #656565. Windows color (decimal): -1564554 or 7741672. OLE color: 7741672.
HSL color Cylindrical-coordinate representation of color #E82076: hue angle of 334.2º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82076 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 118 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.09 |
| HSL | 334.2º | 0.81% | 0.52% | - |
| HSV(B) | 334.2º | 0.86% | 0.91% | - |
| XYZ | 37.07 | 19.5 | 18.95 | - |
| YUV | 101.6 | 137.26 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 118 | 0 | 0.86 | 0.49 | 0.09 | 334.2 | 0.81 | 0.52 |
| Hex | E8 | 20 | 76 | 0 | 56 | 31 | 9 | 14E | 51 | 34 |
| Octal | 350 | 40 | 166 | 0 | 126 | 61 | 11 | 516 | 121 | 64 |
| Binary | 11101000 | 100000 | 1110110 | 0 | 1010110 | 110001 | 1001 | 101001110 | 1010001 | 110100 |
Color Harmonies of #E82076
Complementary color
Monochromatic Colors of #E82076
Black with #E82076
Text Example
Text Example
White with #E82076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82076; }
p { color: rgb(232,32,118); }
H1.HeaderClassName
{
color: #E82076;
}
.AnyTagClassName
{
color: #E82076;
}
</style>
background-color css
<style>
a { background-color: #E82076; }
a { background-color: rgb(232,32,118); }
div.DivClassName
{
background-color: #E82076;
}
.BgClassName
{
background-color: #E82076;
}
</style>
border-color css
<style>
span { border-color: #E82076; }
span { border-color: rgb(232,32,118); }
td.TdClassName
{
border-color: #E82076;
}
.TagClassName
{
border-color: #E82076;
}
</style>