Shades of Ruby #E81676
Tints of Ruby #E81676
RGB
CMYK
RGB Variations
Color information
#E81676 (or 0xE81676) is known color: Ruby. HEX triplet: E8, 16 and 76. RGB value is (232,22,118). Sum of RGB (Red+Green+Blue) = 232+22+118=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E81676 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81676 is #17E989. Grayscale: #5F5F5F. Windows color (decimal): -1567114 or 7739112. OLE color: 7739112.
HSL color Cylindrical-coordinate representation of color #E81676: hue angle of 332.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81676 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 118 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.09 |
| HSL | 332.57º | 0.83% | 0.5% | - |
| HSV(B) | 332.57º | 0.91% | 0.91% | - |
| XYZ | 36.84 | 19.04 | 18.87 | - |
| YUV | 95.73 | 140.57 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 118 | 0 | 0.91 | 0.49 | 0.09 | 332.57 | 0.83 | 0.5 |
| Hex | E8 | 16 | 76 | 0 | 5B | 31 | 9 | 14D | 53 | 32 |
| Octal | 350 | 26 | 166 | 0 | 133 | 61 | 11 | 515 | 123 | 62 |
| Binary | 11101000 | 10110 | 1110110 | 0 | 1011011 | 110001 | 1001 | 101001101 | 1010011 | 110010 |
Color Harmonies of #E81676
Complementary color
Monochromatic Colors of #E81676
Black with #E81676
Text Example
Text Example
White with #E81676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81676; }
p { color: rgb(232,22,118); }
H1.HeaderClassName
{
color: #E81676;
}
.AnyTagClassName
{
color: #E81676;
}
</style>
background-color css
<style>
a { background-color: #E81676; }
a { background-color: rgb(232,22,118); }
div.DivClassName
{
background-color: #E81676;
}
.BgClassName
{
background-color: #E81676;
}
</style>
border-color css
<style>
span { border-color: #E81676; }
span { border-color: rgb(232,22,118); }
td.TdClassName
{
border-color: #E81676;
}
.TagClassName
{
border-color: #E81676;
}
</style>