Shades of Ruby #E71072
Tints of Ruby #E71072
RGB
CMYK
RGB Variations
Color information
#E71072 (or 0xE71072) is known color: Ruby. HEX triplet: E7, 10 and 72. RGB value is (231,16,114). Sum of RGB (Red+Green+Blue) = 231+16+114=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E71072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71072 is #18EF8D. Grayscale: #5B5B5B. Windows color (decimal): -1634190 or 7475431. OLE color: 7475431.
HSL color Cylindrical-coordinate representation of color #E71072: hue angle of 332.65º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71072 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 114 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.09 |
| HSL | 332.65º | 0.87% | 0.48% | - |
| HSV(B) | 332.65º | 0.93% | 0.91% | - |
| XYZ | 36.18 | 18.57 | 17.6 | - |
| YUV | 91.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 114 | 0 | 0.93 | 0.51 | 0.09 | 332.65 | 0.87 | 0.48 |
| Hex | E7 | 10 | 72 | 0 | 5D | 33 | 9 | 14D | 57 | 30 |
| Octal | 347 | 20 | 162 | 0 | 135 | 63 | 11 | 515 | 127 | 60 |
| Binary | 11100111 | 10000 | 1110010 | 0 | 1011101 | 110011 | 1001 | 101001101 | 1010111 | 110000 |
Color Harmonies of #E71072
Complementary color
Monochromatic Colors of #E71072
Black with #E71072
Text Example
Text Example
White with #E71072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71072; }
p { color: rgb(231,16,114); }
H1.HeaderClassName
{
color: #E71072;
}
.AnyTagClassName
{
color: #E71072;
}
</style>
background-color css
<style>
a { background-color: #E71072; }
a { background-color: rgb(231,16,114); }
div.DivClassName
{
background-color: #E71072;
}
.BgClassName
{
background-color: #E71072;
}
</style>
border-color css
<style>
span { border-color: #E71072; }
span { border-color: rgb(231,16,114); }
td.TdClassName
{
border-color: #E71072;
}
.TagClassName
{
border-color: #E71072;
}
</style>