Shades of Ruby #E7156C
Tints of Ruby #E7156C
RGB
CMYK
RGB Variations
Color information
#E7156C (or 0xE7156C) is known color: Ruby. HEX triplet: E7, 15 and 6C. RGB value is (231,21,108). Sum of RGB (Red+Green+Blue) = 231+21+108=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7156C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7156C is #18EA93. Grayscale: #5D5D5D. Windows color (decimal): -1632916 or 7083495. OLE color: 7083495.
HSL color Cylindrical-coordinate representation of color #E7156C: hue angle of 335.14º 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 #E7156C is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 108 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.09 |
| HSL | 335.14º | 0.83% | 0.49% | - |
| HSV(B) | 335.14º | 0.91% | 0.91% | - |
| XYZ | 35.93 | 18.61 | 15.89 | - |
| YUV | 93.71 | 136.07 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 108 | 0 | 0.91 | 0.53 | 0.09 | 335.14 | 0.83 | 0.49 |
| Hex | E7 | 15 | 6C | 0 | 5B | 35 | 9 | 14F | 53 | 31 |
| Octal | 347 | 25 | 154 | 0 | 133 | 65 | 11 | 517 | 123 | 61 |
| Binary | 11100111 | 10101 | 1101100 | 0 | 1011011 | 110101 | 1001 | 101001111 | 1010011 | 110001 |
Color Harmonies of #E7156C
Complementary color
Monochromatic Colors of #E7156C
Black with #E7156C
Text Example
Text Example
White with #E7156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7156C; }
p { color: rgb(231,21,108); }
H1.HeaderClassName
{
color: #E7156C;
}
.AnyTagClassName
{
color: #E7156C;
}
</style>
background-color css
<style>
a { background-color: #E7156C; }
a { background-color: rgb(231,21,108); }
div.DivClassName
{
background-color: #E7156C;
}
.BgClassName
{
background-color: #E7156C;
}
</style>
border-color css
<style>
span { border-color: #E7156C; }
span { border-color: rgb(231,21,108); }
td.TdClassName
{
border-color: #E7156C;
}
.TagClassName
{
border-color: #E7156C;
}
</style>