Shades of Ruby #E71064
Tints of Ruby #E71064
RGB
CMYK
RGB Variations
Color information
#E71064 (or 0xE71064) is known color: Ruby. HEX triplet: E7, 10 and 64. RGB value is (231,16,100). Sum of RGB (Red+Green+Blue) = 231+16+100=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E71064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71064 is #18EF9B. Grayscale: #595959. Windows color (decimal): -1634204 or 6557927. OLE color: 6557927.
HSL color Cylindrical-coordinate representation of color #E71064: hue angle of 336.56º 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 #E71064 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 100 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.09 |
| HSL | 336.56º | 0.87% | 0.48% | - |
| HSV(B) | 336.56º | 0.93% | 0.91% | - |
| XYZ | 35.44 | 18.28 | 13.72 | - |
| YUV | 89.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 100 | 0 | 0.93 | 0.57 | 0.09 | 336.56 | 0.87 | 0.48 |
| Hex | E7 | 10 | 64 | 0 | 5D | 39 | 9 | 151 | 57 | 30 |
| Octal | 347 | 20 | 144 | 0 | 135 | 71 | 11 | 521 | 127 | 60 |
| Binary | 11100111 | 10000 | 1100100 | 0 | 1011101 | 111001 | 1001 | 101010001 | 1010111 | 110000 |
Color Harmonies of #E71064
Complementary color
Monochromatic Colors of #E71064
Black with #E71064
Text Example
Text Example
White with #E71064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71064; }
p { color: rgb(231,16,100); }
H1.HeaderClassName
{
color: #E71064;
}
.AnyTagClassName
{
color: #E71064;
}
</style>
background-color css
<style>
a { background-color: #E71064; }
a { background-color: rgb(231,16,100); }
div.DivClassName
{
background-color: #E71064;
}
.BgClassName
{
background-color: #E71064;
}
</style>
border-color css
<style>
span { border-color: #E71064; }
span { border-color: rgb(231,16,100); }
td.TdClassName
{
border-color: #E71064;
}
.TagClassName
{
border-color: #E71064;
}
</style>