Shades of Ruby #E7137B
Tints of Ruby #E7137B
RGB
CMYK
RGB Variations
Color information
#E7137B (or 0xE7137B) is known color: Ruby. HEX triplet: E7, 13 and 7B. RGB value is (231,19,123). Sum of RGB (Red+Green+Blue) = 231+19+123=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7137B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7137B is #18EC84. Grayscale: #5E5E5E. Windows color (decimal): -1633413 or 8066023. OLE color: 8066023.
HSL color Cylindrical-coordinate representation of color #E7137B: hue angle of 330.57º degrees, saturation: 0.85, 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 #E7137B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 123 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.09 |
| HSL | 330.57º | 0.85% | 0.49% | - |
| HSV(B) | 330.57º | 0.92% | 0.91% | - |
| XYZ | 36.76 | 18.88 | 20.45 | - |
| YUV | 94.24 | 144.24 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 123 | 0 | 0.92 | 0.47 | 0.09 | 330.57 | 0.85 | 0.49 |
| Hex | E7 | 13 | 7B | 0 | 5C | 2F | 9 | 14B | 55 | 31 |
| Octal | 347 | 23 | 173 | 0 | 134 | 57 | 11 | 513 | 125 | 61 |
| Binary | 11100111 | 10011 | 1111011 | 0 | 1011100 | 101111 | 1001 | 101001011 | 1010101 | 110001 |
Color Harmonies of #E7137B
Complementary color
Monochromatic Colors of #E7137B
Black with #E7137B
Text Example
Text Example
White with #E7137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7137B; }
p { color: rgb(231,19,123); }
H1.HeaderClassName
{
color: #E7137B;
}
.AnyTagClassName
{
color: #E7137B;
}
</style>
background-color css
<style>
a { background-color: #E7137B; }
a { background-color: rgb(231,19,123); }
div.DivClassName
{
background-color: #E7137B;
}
.BgClassName
{
background-color: #E7137B;
}
</style>
border-color css
<style>
span { border-color: #E7137B; }
span { border-color: rgb(231,19,123); }
td.TdClassName
{
border-color: #E7137B;
}
.TagClassName
{
border-color: #E7137B;
}
</style>