Shades of Ruby #E7107C
Tints of Ruby #E7107C
RGB
CMYK
RGB Variations
Color information
#E7107C (or 0xE7107C) is known color: Ruby. HEX triplet: E7, 10 and 7C. RGB value is (231,16,124). Sum of RGB (Red+Green+Blue) = 231+16+124=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7107C is #18EF83. Grayscale: #5C5C5C. Windows color (decimal): -1634180 or 8130791. OLE color: 8130791.
HSL color Cylindrical-coordinate representation of color #E7107C: hue angle of 329.86º 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 #E7107C is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.09 |
| HSL | 329.86º | 0.87% | 0.48% | - |
| HSV(B) | 329.86º | 0.93% | 0.91% | - |
| XYZ | 36.78 | 18.81 | 20.76 | - |
| YUV | 92.6 | 145.73 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 124 | 0 | 0.93 | 0.46 | 0.09 | 329.86 | 0.87 | 0.48 |
| Hex | E7 | 10 | 7C | 0 | 5D | 2E | 9 | 14A | 57 | 30 |
| Octal | 347 | 20 | 174 | 0 | 135 | 56 | 11 | 512 | 127 | 60 |
| Binary | 11100111 | 10000 | 1111100 | 0 | 1011101 | 101110 | 1001 | 101001010 | 1010111 | 110000 |
Color Harmonies of #E7107C
Complementary color
Monochromatic Colors of #E7107C
Black with #E7107C
Text Example
Text Example
White with #E7107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7107C; }
p { color: rgb(231,16,124); }
H1.HeaderClassName
{
color: #E7107C;
}
.AnyTagClassName
{
color: #E7107C;
}
</style>
background-color css
<style>
a { background-color: #E7107C; }
a { background-color: rgb(231,16,124); }
div.DivClassName
{
background-color: #E7107C;
}
.BgClassName
{
background-color: #E7107C;
}
</style>
border-color css
<style>
span { border-color: #E7107C; }
span { border-color: rgb(231,16,124); }
td.TdClassName
{
border-color: #E7107C;
}
.TagClassName
{
border-color: #E7107C;
}
</style>