Shades of Ruby #E71065
Tints of Ruby #E71065
RGB
CMYK
RGB Variations
Color information
#E71065 (or 0xE71065) is known color: Ruby. HEX triplet: E7, 10 and 65. RGB value is (231,16,101). Sum of RGB (Red+Green+Blue) = 231+16+101=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E71065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71065 is #18EF9A. Grayscale: #595959. Windows color (decimal): -1634203 or 6623463. OLE color: 6623463.
HSL color Cylindrical-coordinate representation of color #E71065: hue angle of 336.28º 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 #E71065 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 101 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.09 |
| HSL | 336.28º | 0.87% | 0.48% | - |
| HSV(B) | 336.28º | 0.93% | 0.91% | - |
| XYZ | 35.49 | 18.3 | 13.97 | - |
| YUV | 89.98 | 134.23 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 101 | 0 | 0.93 | 0.56 | 0.09 | 336.28 | 0.87 | 0.48 |
| Hex | E7 | 10 | 65 | 0 | 5D | 38 | 9 | 150 | 57 | 30 |
| Octal | 347 | 20 | 145 | 0 | 135 | 70 | 11 | 520 | 127 | 60 |
| Binary | 11100111 | 10000 | 1100101 | 0 | 1011101 | 111000 | 1001 | 101010000 | 1010111 | 110000 |
Color Harmonies of #E71065
Complementary color
Monochromatic Colors of #E71065
Black with #E71065
Text Example
Text Example
White with #E71065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71065; }
p { color: rgb(231,16,101); }
H1.HeaderClassName
{
color: #E71065;
}
.AnyTagClassName
{
color: #E71065;
}
</style>
background-color css
<style>
a { background-color: #E71065; }
a { background-color: rgb(231,16,101); }
div.DivClassName
{
background-color: #E71065;
}
.BgClassName
{
background-color: #E71065;
}
</style>
border-color css
<style>
span { border-color: #E71065; }
span { border-color: rgb(231,16,101); }
td.TdClassName
{
border-color: #E71065;
}
.TagClassName
{
border-color: #E71065;
}
</style>