Shades of Ruby #E81771
Tints of Ruby #E81771
RGB
CMYK
RGB Variations
Color information
#E81771 (or 0xE81771) is known color: Ruby. HEX triplet: E8, 17 and 71. RGB value is (232,23,113). Sum of RGB (Red+Green+Blue) = 232+23+113=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E81771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81771 is #17E88E. Grayscale: #5F5F5F. Windows color (decimal): -1566863 or 7411688. OLE color: 7411688.
HSL color Cylindrical-coordinate representation of color #E81771: hue angle of 334.16º 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 #E81771 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 113 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.09 |
| HSL | 334.16º | 0.82% | 0.5% | - |
| HSV(B) | 334.16º | 0.9% | 0.91% | - |
| XYZ | 36.57 | 18.96 | 17.36 | - |
| YUV | 95.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 113 | 0 | 0.90 | 0.51 | 0.09 | 334.16 | 0.82 | 0.5 |
| Hex | E8 | 17 | 71 | 0 | 5A | 33 | 9 | 14E | 52 | 32 |
| Octal | 350 | 27 | 161 | 0 | 132 | 63 | 11 | 516 | 122 | 62 |
| Binary | 11101000 | 10111 | 1110001 | 0 | 1011010 | 110011 | 1001 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E81771
Complementary color
Monochromatic Colors of #E81771
Black with #E81771
Text Example
Text Example
White with #E81771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81771; }
p { color: rgb(232,23,113); }
H1.HeaderClassName
{
color: #E81771;
}
.AnyTagClassName
{
color: #E81771;
}
</style>
background-color css
<style>
a { background-color: #E81771; }
a { background-color: rgb(232,23,113); }
div.DivClassName
{
background-color: #E81771;
}
.BgClassName
{
background-color: #E81771;
}
</style>
border-color css
<style>
span { border-color: #E81771; }
span { border-color: rgb(232,23,113); }
td.TdClassName
{
border-color: #E81771;
}
.TagClassName
{
border-color: #E81771;
}
</style>