Shades of Ruby #E81976
Tints of Ruby #E81976
RGB
CMYK
RGB Variations
Color information
#E81976 (or 0xE81976) is known color: Ruby. HEX triplet: E8, 19 and 76. RGB value is (232,25,118). Sum of RGB (Red+Green+Blue) = 232+25+118=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E81976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81976 is #17E689. Grayscale: #616161. Windows color (decimal): -1566346 or 7739880. OLE color: 7739880.
HSL color Cylindrical-coordinate representation of color #E81976: hue angle of 333.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81976 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 118 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.09 |
| HSL | 333.04º | 0.82% | 0.5% | - |
| HSV(B) | 333.04º | 0.89% | 0.91% | - |
| XYZ | 36.9 | 19.16 | 18.89 | - |
| YUV | 97.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 118 | 0 | 0.89 | 0.49 | 0.09 | 333.04 | 0.82 | 0.5 |
| Hex | E8 | 19 | 76 | 0 | 59 | 31 | 9 | 14D | 52 | 32 |
| Octal | 350 | 31 | 166 | 0 | 131 | 61 | 11 | 515 | 122 | 62 |
| Binary | 11101000 | 11001 | 1110110 | 0 | 1011001 | 110001 | 1001 | 101001101 | 1010010 | 110010 |
Color Harmonies of #E81976
Complementary color
Monochromatic Colors of #E81976
Black with #E81976
Text Example
Text Example
White with #E81976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81976; }
p { color: rgb(232,25,118); }
H1.HeaderClassName
{
color: #E81976;
}
.AnyTagClassName
{
color: #E81976;
}
</style>
background-color css
<style>
a { background-color: #E81976; }
a { background-color: rgb(232,25,118); }
div.DivClassName
{
background-color: #E81976;
}
.BgClassName
{
background-color: #E81976;
}
</style>
border-color css
<style>
span { border-color: #E81976; }
span { border-color: rgb(232,25,118); }
td.TdClassName
{
border-color: #E81976;
}
.TagClassName
{
border-color: #E81976;
}
</style>