Shades of Ruby #E71172
Tints of Ruby #E71172
RGB
CMYK
RGB Variations
Color information
#E71172 (or 0xE71172) is known color: Ruby. HEX triplet: E7, 11 and 72. RGB value is (231,17,114). Sum of RGB (Red+Green+Blue) = 231+17+114=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E71172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71172 is #18EE8D. Grayscale: #5B5B5B. Windows color (decimal): -1633934 or 7475687. OLE color: 7475687.
HSL color Cylindrical-coordinate representation of color #E71172: hue angle of 332.8º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71172 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.09 |
| HSL | 332.8º | 0.86% | 0.49% | - |
| HSV(B) | 332.8º | 0.93% | 0.91% | - |
| XYZ | 36.19 | 18.6 | 17.6 | - |
| YUV | 92.04 | 140.4 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 17 | 114 | 0 | 0.93 | 0.51 | 0.09 | 332.8 | 0.86 | 0.49 |
| Hex | E7 | 11 | 72 | 0 | 5D | 33 | 9 | 14D | 56 | 31 |
| Octal | 347 | 21 | 162 | 0 | 135 | 63 | 11 | 515 | 126 | 61 |
| Binary | 11100111 | 10001 | 1110010 | 0 | 1011101 | 110011 | 1001 | 101001101 | 1010110 | 110001 |
Color Harmonies of #E71172
Complementary color
Monochromatic Colors of #E71172
Black with #E71172
Text Example
Text Example
White with #E71172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71172; }
p { color: rgb(231,17,114); }
H1.HeaderClassName
{
color: #E71172;
}
.AnyTagClassName
{
color: #E71172;
}
</style>
background-color css
<style>
a { background-color: #E71172; }
a { background-color: rgb(231,17,114); }
div.DivClassName
{
background-color: #E71172;
}
.BgClassName
{
background-color: #E71172;
}
</style>
border-color css
<style>
span { border-color: #E71172; }
span { border-color: rgb(231,17,114); }
td.TdClassName
{
border-color: #E71172;
}
.TagClassName
{
border-color: #E71172;
}
</style>