Shades of Ruby #E80676
Tints of Ruby #E80676
RGB
CMYK
RGB Variations
Color information
#E80676 (or 0xE80676) is known color: Ruby. HEX triplet: E8, 06 and 76. RGB value is (232,6,118). Sum of RGB (Red+Green+Blue) = 232+6+118=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E80676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80676 is #17F989. Grayscale: #565656. Windows color (decimal): -1571210 or 7735016. OLE color: 7735016.
HSL color Cylindrical-coordinate representation of color #E80676: hue angle of 330.27º degrees, saturation: 0.95, 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 #E80676 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 6 | 118 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.09 |
| HSL | 330.27º | 0.95% | 0.47% | - |
| HSV(B) | 330.27º | 0.97% | 0.91% | - |
| XYZ | 36.61 | 18.59 | 18.8 | - |
| YUV | 86.34 | 145.87 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 6 | 118 | 0 | 0.97 | 0.49 | 0.09 | 330.27 | 0.95 | 0.47 |
| Hex | E8 | 6 | 76 | 0 | 61 | 31 | 9 | 14A | 5F | 2F |
| Octal | 350 | 6 | 166 | 0 | 141 | 61 | 11 | 512 | 137 | 57 |
| Binary | 11101000 | 110 | 1110110 | 0 | 1100001 | 110001 | 1001 | 101001010 | 1011111 | 101111 |
Color Harmonies of #E80676
Complementary color
Monochromatic Colors of #E80676
Black with #E80676
Text Example
Text Example
White with #E80676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80676; }
p { color: rgb(232,6,118); }
H1.HeaderClassName
{
color: #E80676;
}
.AnyTagClassName
{
color: #E80676;
}
</style>
background-color css
<style>
a { background-color: #E80676; }
a { background-color: rgb(232,6,118); }
div.DivClassName
{
background-color: #E80676;
}
.BgClassName
{
background-color: #E80676;
}
</style>
border-color css
<style>
span { border-color: #E80676; }
span { border-color: rgb(232,6,118); }
td.TdClassName
{
border-color: #E80676;
}
.TagClassName
{
border-color: #E80676;
}
</style>