Shades of Ruby #E71B72
Tints of Ruby #E71B72
RGB
CMYK
RGB Variations
Color information
#E71B72 (or 0xE71B72) is known color: Ruby. HEX triplet: E7, 1B and 72. RGB value is (231,27,114). Sum of RGB (Red+Green+Blue) = 231+27+114=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71B72 is #18E48D. Grayscale: #616161. Windows color (decimal): -1631374 or 7478247. OLE color: 7478247.
HSL color Cylindrical-coordinate representation of color #E71B72: hue angle of 334.41º 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 #E71B72 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 27 | 114 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.09 |
| HSL | 334.41º | 0.81% | 0.51% | - |
| HSV(B) | 334.41º | 0.88% | 0.91% | - |
| XYZ | 36.38 | 18.99 | 17.67 | - |
| YUV | 97.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 27 | 114 | 0 | 0.88 | 0.51 | 0.09 | 334.41 | 0.81 | 0.51 |
| Hex | E7 | 1B | 72 | 0 | 58 | 33 | 9 | 14E | 51 | 33 |
| Octal | 347 | 33 | 162 | 0 | 130 | 63 | 11 | 516 | 121 | 63 |
| Binary | 11100111 | 11011 | 1110010 | 0 | 1011000 | 110011 | 1001 | 101001110 | 1010001 | 110011 |
Color Harmonies of #E71B72
Complementary color
Monochromatic Colors of #E71B72
Black with #E71B72
Text Example
Text Example
White with #E71B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71B72; }
p { color: rgb(231,27,114); }
H1.HeaderClassName
{
color: #E71B72;
}
.AnyTagClassName
{
color: #E71B72;
}
</style>
background-color css
<style>
a { background-color: #E71B72; }
a { background-color: rgb(231,27,114); }
div.DivClassName
{
background-color: #E71B72;
}
.BgClassName
{
background-color: #E71B72;
}
</style>
border-color css
<style>
span { border-color: #E71B72; }
span { border-color: rgb(231,27,114); }
td.TdClassName
{
border-color: #E71B72;
}
.TagClassName
{
border-color: #E71B72;
}
</style>