Shades of Ruby #E7127C
Tints of Ruby #E7127C
RGB
CMYK
RGB Variations
Color information
#E7127C (or 0xE7127C) is known color: Ruby. HEX triplet: E7, 12 and 7C. RGB value is (231,18,124). Sum of RGB (Red+Green+Blue) = 231+18+124=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7127C is #18ED83. Grayscale: #5D5D5D. Windows color (decimal): -1633668 or 8131303. OLE color: 8131303.
HSL color Cylindrical-coordinate representation of color #E7127C: hue angle of 330.14º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7127C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 124 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.09 |
| HSL | 330.14º | 0.86% | 0.49% | - |
| HSV(B) | 330.14º | 0.92% | 0.91% | - |
| XYZ | 36.81 | 18.88 | 20.77 | - |
| YUV | 93.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 124 | 0 | 0.92 | 0.46 | 0.09 | 330.14 | 0.86 | 0.49 |
| Hex | E7 | 12 | 7C | 0 | 5C | 2E | 9 | 14A | 56 | 31 |
| Octal | 347 | 22 | 174 | 0 | 134 | 56 | 11 | 512 | 126 | 61 |
| Binary | 11100111 | 10010 | 1111100 | 0 | 1011100 | 101110 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E7127C
Complementary color
Monochromatic Colors of #E7127C
Black with #E7127C
Text Example
Text Example
White with #E7127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7127C; }
p { color: rgb(231,18,124); }
H1.HeaderClassName
{
color: #E7127C;
}
.AnyTagClassName
{
color: #E7127C;
}
</style>
background-color css
<style>
a { background-color: #E7127C; }
a { background-color: rgb(231,18,124); }
div.DivClassName
{
background-color: #E7127C;
}
.BgClassName
{
background-color: #E7127C;
}
</style>
border-color css
<style>
span { border-color: #E7127C; }
span { border-color: rgb(231,18,124); }
td.TdClassName
{
border-color: #E7127C;
}
.TagClassName
{
border-color: #E7127C;
}
</style>