Shades of Ruby #E7127A
Tints of Ruby #E7127A
RGB
CMYK
RGB Variations
Color information
#E7127A (or 0xE7127A) is known color: Ruby. HEX triplet: E7, 12 and 7A. RGB value is (231,18,122). Sum of RGB (Red+Green+Blue) = 231+18+122=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7127A is #18ED85. Grayscale: #5D5D5D. Windows color (decimal): -1633670 or 8000231. OLE color: 8000231.
HSL color Cylindrical-coordinate representation of color #E7127A: hue angle of 330.7º 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 #E7127A is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 122 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.09 |
| HSL | 330.7º | 0.86% | 0.49% | - |
| HSV(B) | 330.7º | 0.92% | 0.91% | - |
| XYZ | 36.68 | 18.83 | 20.11 | - |
| YUV | 93.54 | 144.07 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 122 | 0 | 0.92 | 0.47 | 0.09 | 330.7 | 0.86 | 0.49 |
| Hex | E7 | 12 | 7A | 0 | 5C | 2F | 9 | 14B | 56 | 31 |
| Octal | 347 | 22 | 172 | 0 | 134 | 57 | 11 | 513 | 126 | 61 |
| Binary | 11100111 | 10010 | 1111010 | 0 | 1011100 | 101111 | 1001 | 101001011 | 1010110 | 110001 |
Color Harmonies of #E7127A
Complementary color
Monochromatic Colors of #E7127A
Black with #E7127A
Text Example
Text Example
White with #E7127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7127A; }
p { color: rgb(231,18,122); }
H1.HeaderClassName
{
color: #E7127A;
}
.AnyTagClassName
{
color: #E7127A;
}
</style>
background-color css
<style>
a { background-color: #E7127A; }
a { background-color: rgb(231,18,122); }
div.DivClassName
{
background-color: #E7127A;
}
.BgClassName
{
background-color: #E7127A;
}
</style>
border-color css
<style>
span { border-color: #E7127A; }
span { border-color: rgb(231,18,122); }
td.TdClassName
{
border-color: #E7127A;
}
.TagClassName
{
border-color: #E7127A;
}
</style>