Shades of Ruby #E71B73
Tints of Ruby #E71B73
RGB
CMYK
RGB Variations
Color information
#E71B73 (or 0xE71B73) is known color: Ruby. HEX triplet: E7, 1B and 73. RGB value is (231,27,115). Sum of RGB (Red+Green+Blue) = 231+27+115=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B73 is #18E48C. Grayscale: #616161. Windows color (decimal): -1631373 or 7543783. OLE color: 7543783.
HSL color Cylindrical-coordinate representation of color #E71B73: hue angle of 334.12º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71B73 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 115 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.09 |
| HSL | 334.12º | 0.81% | 0.51% | - |
| HSV(B) | 334.12º | 0.88% | 0.91% | - |
| XYZ | 36.44 | 19.01 | 17.97 | - |
| YUV | 98.03 | 137.59 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 115 | 0 | 0.88 | 0.50 | 0.09 | 334.12 | 0.81 | 0.51 |
| Hex | E7 | 1B | 73 | 0 | 58 | 32 | 9 | 14E | 51 | 33 |
| Octal | 347 | 33 | 163 | 0 | 130 | 62 | 11 | 516 | 121 | 63 |
| Binary | 11100111 | 11011 | 1110011 | 0 | 1011000 | 110010 | 1001 | 101001110 | 1010001 | 110011 |
Color Harmonies of #E71B73
Complementary color
Monochromatic Colors of #E71B73
Black with #E71B73
Text Example
Text Example
White with #E71B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B73; }
p { color: rgb(231,27,115); }
H1.HeaderClassName
{
color: #E71B73;
}
.AnyTagClassName
{
color: #E71B73;
}
</style>
background-color css
<style>
a { background-color: #E71B73; }
a { background-color: rgb(231,27,115); }
div.DivClassName
{
background-color: #E71B73;
}
.BgClassName
{
background-color: #E71B73;
}
</style>
border-color css
<style>
span { border-color: #E71B73; }
span { border-color: rgb(231,27,115); }
td.TdClassName
{
border-color: #E71B73;
}
.TagClassName
{
border-color: #E71B73;
}
</style>