Shades of Ruby #E81977
Tints of Ruby #E81977
RGB
CMYK
RGB Variations
Color information
#E81977 (or 0xE81977) is known color: Ruby. HEX triplet: E8, 19 and 77. RGB value is (232,25,119). Sum of RGB (Red+Green+Blue) = 232+25+119=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E81977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81977 is #17E688. Grayscale: #616161. Windows color (decimal): -1566345 or 7805416. OLE color: 7805416.
HSL color Cylindrical-coordinate representation of color #E81977: hue angle of 332.75º 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 #E81977 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 119 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.09 |
| HSL | 332.75º | 0.82% | 0.5% | - |
| HSV(B) | 332.75º | 0.89% | 0.91% | - |
| XYZ | 36.96 | 19.18 | 19.21 | - |
| YUV | 97.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 119 | 0 | 0.89 | 0.49 | 0.09 | 332.75 | 0.82 | 0.5 |
| Hex | E8 | 19 | 77 | 0 | 59 | 31 | 9 | 14D | 52 | 32 |
| Octal | 350 | 31 | 167 | 0 | 131 | 61 | 11 | 515 | 122 | 62 |
| Binary | 11101000 | 11001 | 1110111 | 0 | 1011001 | 110001 | 1001 | 101001101 | 1010010 | 110010 |
Color Harmonies of #E81977
Complementary color
Monochromatic Colors of #E81977
Black with #E81977
Text Example
Text Example
White with #E81977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81977; }
p { color: rgb(232,25,119); }
H1.HeaderClassName
{
color: #E81977;
}
.AnyTagClassName
{
color: #E81977;
}
</style>
background-color css
<style>
a { background-color: #E81977; }
a { background-color: rgb(232,25,119); }
div.DivClassName
{
background-color: #E81977;
}
.BgClassName
{
background-color: #E81977;
}
</style>
border-color css
<style>
span { border-color: #E81977; }
span { border-color: rgb(232,25,119); }
td.TdClassName
{
border-color: #E81977;
}
.TagClassName
{
border-color: #E81977;
}
</style>