Shades of Ruby #E81777
Tints of Ruby #E81777
RGB
CMYK
RGB Variations
Color information
#E81777 (or 0xE81777) is known color: Ruby. HEX triplet: E8, 17 and 77. RGB value is (232,23,119). Sum of RGB (Red+Green+Blue) = 232+23+119=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E81777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81777 is #17E888. Grayscale: #606060. Windows color (decimal): -1566857 or 7804904. OLE color: 7804904.
HSL color Cylindrical-coordinate representation of color #E81777: hue angle of 332.44º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81777 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 119 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.09 |
| HSL | 332.44º | 0.82% | 0.5% | - |
| HSV(B) | 332.44º | 0.9% | 0.91% | - |
| XYZ | 36.91 | 19.1 | 19.19 | - |
| YUV | 96.44 | 140.74 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 119 | 0 | 0.90 | 0.49 | 0.09 | 332.44 | 0.82 | 0.5 |
| Hex | E8 | 17 | 77 | 0 | 5A | 31 | 9 | 14C | 52 | 32 |
| Octal | 350 | 27 | 167 | 0 | 132 | 61 | 11 | 514 | 122 | 62 |
| Binary | 11101000 | 10111 | 1110111 | 0 | 1011010 | 110001 | 1001 | 101001100 | 1010010 | 110010 |
Color Harmonies of #E81777
Complementary color
Monochromatic Colors of #E81777
Black with #E81777
Text Example
Text Example
White with #E81777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81777; }
p { color: rgb(232,23,119); }
H1.HeaderClassName
{
color: #E81777;
}
.AnyTagClassName
{
color: #E81777;
}
</style>
background-color css
<style>
a { background-color: #E81777; }
a { background-color: rgb(232,23,119); }
div.DivClassName
{
background-color: #E81777;
}
.BgClassName
{
background-color: #E81777;
}
</style>
border-color css
<style>
span { border-color: #E81777; }
span { border-color: rgb(232,23,119); }
td.TdClassName
{
border-color: #E81777;
}
.TagClassName
{
border-color: #E81777;
}
</style>