Shades of Ruby #E7157C
Tints of Ruby #E7157C
RGB
CMYK
RGB Variations
Color information
#E7157C (or 0xE7157C) is known color: Ruby. HEX triplet: E7, 15 and 7C. RGB value is (231,21,124). Sum of RGB (Red+Green+Blue) = 231+21+124=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E7157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7157C is #18EA83. Grayscale: #5F5F5F. Windows color (decimal): -1632900 or 8132071. OLE color: 8132071.
HSL color Cylindrical-coordinate representation of color #E7157C: hue angle of 330.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7157C is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 124 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.09 |
| HSL | 330.57º | 0.83% | 0.49% | - |
| HSV(B) | 330.57º | 0.91% | 0.91% | - |
| XYZ | 36.86 | 18.98 | 20.79 | - |
| YUV | 95.53 | 144.07 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 124 | 0 | 0.91 | 0.46 | 0.09 | 330.57 | 0.83 | 0.49 |
| Hex | E7 | 15 | 7C | 0 | 5B | 2E | 9 | 14B | 53 | 31 |
| Octal | 347 | 25 | 174 | 0 | 133 | 56 | 11 | 513 | 123 | 61 |
| Binary | 11100111 | 10101 | 1111100 | 0 | 1011011 | 101110 | 1001 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E7157C
Complementary color
Monochromatic Colors of #E7157C
Black with #E7157C
Text Example
Text Example
White with #E7157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7157C; }
p { color: rgb(231,21,124); }
H1.HeaderClassName
{
color: #E7157C;
}
.AnyTagClassName
{
color: #E7157C;
}
</style>
background-color css
<style>
a { background-color: #E7157C; }
a { background-color: rgb(231,21,124); }
div.DivClassName
{
background-color: #E7157C;
}
.BgClassName
{
background-color: #E7157C;
}
</style>
border-color css
<style>
span { border-color: #E7157C; }
span { border-color: rgb(231,21,124); }
td.TdClassName
{
border-color: #E7157C;
}
.TagClassName
{
border-color: #E7157C;
}
</style>