Shades of Ruby #E70772
Tints of Ruby #E70772
RGB
CMYK
RGB Variations
Color information
#E70772 (or 0xE70772) is known color: Ruby. HEX triplet: E7, 07 and 72. RGB value is (231,7,114). Sum of RGB (Red+Green+Blue) = 231+7+114=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E70772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70772 is #18F88D. Grayscale: #555555. Windows color (decimal): -1636494 or 7473127. OLE color: 7473127.
HSL color Cylindrical-coordinate representation of color #E70772: hue angle of 331.34º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70772 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 114 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.09 |
| HSL | 331.34º | 0.94% | 0.47% | - |
| HSV(B) | 331.34º | 0.97% | 0.91% | - |
| XYZ | 36.07 | 18.36 | 17.56 | - |
| YUV | 86.17 | 143.71 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 114 | 0 | 0.97 | 0.51 | 0.09 | 331.34 | 0.94 | 0.47 |
| Hex | E7 | 7 | 72 | 0 | 61 | 33 | 9 | 14B | 5E | 2F |
| Octal | 347 | 7 | 162 | 0 | 141 | 63 | 11 | 513 | 136 | 57 |
| Binary | 11100111 | 111 | 1110010 | 0 | 1100001 | 110011 | 1001 | 101001011 | 1011110 | 101111 |
Color Harmonies of #E70772
Complementary color
Monochromatic Colors of #E70772
Black with #E70772
Text Example
Text Example
White with #E70772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70772; }
p { color: rgb(231,7,114); }
H1.HeaderClassName
{
color: #E70772;
}
.AnyTagClassName
{
color: #E70772;
}
</style>
background-color css
<style>
a { background-color: #E70772; }
a { background-color: rgb(231,7,114); }
div.DivClassName
{
background-color: #E70772;
}
.BgClassName
{
background-color: #E70772;
}
</style>
border-color css
<style>
span { border-color: #E70772; }
span { border-color: rgb(231,7,114); }
td.TdClassName
{
border-color: #E70772;
}
.TagClassName
{
border-color: #E70772;
}
</style>