Shades of Ruby #E71771
Tints of Ruby #E71771
RGB
CMYK
RGB Variations
Color information
#E71771 (or 0xE71771) is known color: Ruby. HEX triplet: E7, 17 and 71. RGB value is (231,23,113). Sum of RGB (Red+Green+Blue) = 231+23+113=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E71771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71771 is #18E88E. Grayscale: #5F5F5F. Windows color (decimal): -1632399 or 7411687. OLE color: 7411687.
HSL color Cylindrical-coordinate representation of color #E71771: hue angle of 334.04º 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 #E71771 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 113 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.09 |
| HSL | 334.04º | 0.82% | 0.5% | - |
| HSV(B) | 334.04º | 0.9% | 0.91% | - |
| XYZ | 36.24 | 18.79 | 17.34 | - |
| YUV | 95.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 113 | 0 | 0.90 | 0.51 | 0.09 | 334.04 | 0.82 | 0.5 |
| Hex | E7 | 17 | 71 | 0 | 5A | 33 | 9 | 14E | 52 | 32 |
| Octal | 347 | 27 | 161 | 0 | 132 | 63 | 11 | 516 | 122 | 62 |
| Binary | 11100111 | 10111 | 1110001 | 0 | 1011010 | 110011 | 1001 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E71771
Complementary color
Monochromatic Colors of #E71771
Black with #E71771
Text Example
Text Example
White with #E71771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71771; }
p { color: rgb(231,23,113); }
H1.HeaderClassName
{
color: #E71771;
}
.AnyTagClassName
{
color: #E71771;
}
</style>
background-color css
<style>
a { background-color: #E71771; }
a { background-color: rgb(231,23,113); }
div.DivClassName
{
background-color: #E71771;
}
.BgClassName
{
background-color: #E71771;
}
</style>
border-color css
<style>
span { border-color: #E71771; }
span { border-color: rgb(231,23,113); }
td.TdClassName
{
border-color: #E71771;
}
.TagClassName
{
border-color: #E71771;
}
</style>