Shades of Ruby #E71371
Tints of Ruby #E71371
RGB
CMYK
RGB Variations
Color information
#E71371 (or 0xE71371) is known color: Ruby. HEX triplet: E7, 13 and 71. RGB value is (231,19,113). Sum of RGB (Red+Green+Blue) = 231+19+113=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E71371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71371 is #18EC8E. Grayscale: #5C5C5C. Windows color (decimal): -1633423 or 7410663. OLE color: 7410663.
HSL color Cylindrical-coordinate representation of color #E71371: hue angle of 333.4º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71371 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.09 |
| HSL | 333.4º | 0.85% | 0.49% | - |
| HSV(B) | 333.4º | 0.92% | 0.91% | - |
| XYZ | 36.17 | 18.65 | 17.32 | - |
| YUV | 93.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 113 | 0 | 0.92 | 0.51 | 0.09 | 333.4 | 0.85 | 0.49 |
| Hex | E7 | 13 | 71 | 0 | 5C | 33 | 9 | 14D | 55 | 31 |
| Octal | 347 | 23 | 161 | 0 | 134 | 63 | 11 | 515 | 125 | 61 |
| Binary | 11100111 | 10011 | 1110001 | 0 | 1011100 | 110011 | 1001 | 101001101 | 1010101 | 110001 |
Color Harmonies of #E71371
Complementary color
Monochromatic Colors of #E71371
Black with #E71371
Text Example
Text Example
White with #E71371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71371; }
p { color: rgb(231,19,113); }
H1.HeaderClassName
{
color: #E71371;
}
.AnyTagClassName
{
color: #E71371;
}
</style>
background-color css
<style>
a { background-color: #E71371; }
a { background-color: rgb(231,19,113); }
div.DivClassName
{
background-color: #E71371;
}
.BgClassName
{
background-color: #E71371;
}
</style>
border-color css
<style>
span { border-color: #E71371; }
span { border-color: rgb(231,19,113); }
td.TdClassName
{
border-color: #E71371;
}
.TagClassName
{
border-color: #E71371;
}
</style>