Shades of Ruby #E7127D
Tints of Ruby #E7127D
RGB
CMYK
RGB Variations
Color information
#E7127D (or 0xE7127D) is known color: Ruby. HEX triplet: E7, 12 and 7D. RGB value is (231,18,125). Sum of RGB (Red+Green+Blue) = 231+18+125=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7127D is #18ED82. Grayscale: #5D5D5D. Windows color (decimal): -1633667 or 8196839. OLE color: 8196839.
HSL color Cylindrical-coordinate representation of color #E7127D: hue angle of 329.86º 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 #E7127D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 125 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.09 |
| HSL | 329.86º | 0.86% | 0.49% | - |
| HSV(B) | 329.86º | 0.92% | 0.91% | - |
| XYZ | 36.87 | 18.9 | 21.11 | - |
| YUV | 93.89 | 145.57 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 125 | 0 | 0.92 | 0.46 | 0.09 | 329.86 | 0.86 | 0.49 |
| Hex | E7 | 12 | 7D | 0 | 5C | 2E | 9 | 14A | 56 | 31 |
| Octal | 347 | 22 | 175 | 0 | 134 | 56 | 11 | 512 | 126 | 61 |
| Binary | 11100111 | 10010 | 1111101 | 0 | 1011100 | 101110 | 1001 | 101001010 | 1010110 | 110001 |
Color Harmonies of #E7127D
Complementary color
Monochromatic Colors of #E7127D
Black with #E7127D
Text Example
Text Example
White with #E7127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7127D; }
p { color: rgb(231,18,125); }
H1.HeaderClassName
{
color: #E7127D;
}
.AnyTagClassName
{
color: #E7127D;
}
</style>
background-color css
<style>
a { background-color: #E7127D; }
a { background-color: rgb(231,18,125); }
div.DivClassName
{
background-color: #E7127D;
}
.BgClassName
{
background-color: #E7127D;
}
</style>
border-color css
<style>
span { border-color: #E7127D; }
span { border-color: rgb(231,18,125); }
td.TdClassName
{
border-color: #E7127D;
}
.TagClassName
{
border-color: #E7127D;
}
</style>