Shades of Ruby #E7157A
Tints of Ruby #E7157A
RGB
CMYK
RGB Variations
Color information
#E7157A (or 0xE7157A) is known color: Ruby. HEX triplet: E7, 15 and 7A. RGB value is (231,21,122). Sum of RGB (Red+Green+Blue) = 231+21+122=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7157A is #18EA85. Grayscale: #5F5F5F. Windows color (decimal): -1632902 or 8000999. OLE color: 8000999.
HSL color Cylindrical-coordinate representation of color #E7157A: hue angle of 331.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 #E7157A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 122 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 331.14º | 0.83% | 0.49% | - |
| HSV(B) | 331.14º | 0.91% | 0.91% | - |
| XYZ | 36.74 | 18.93 | 20.13 | - |
| YUV | 95.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 122 | 0 | 0.91 | 0.47 | 0.09 | 331.14 | 0.83 | 0.49 |
| Hex | E7 | 15 | 7A | 0 | 5B | 2F | 9 | 14B | 53 | 31 |
| Octal | 347 | 25 | 172 | 0 | 133 | 57 | 11 | 513 | 123 | 61 |
| Binary | 11100111 | 10101 | 1111010 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010011 | 110001 |
Color Harmonies of #E7157A
Complementary color
Monochromatic Colors of #E7157A
Black with #E7157A
Text Example
Text Example
White with #E7157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7157A; }
p { color: rgb(231,21,122); }
H1.HeaderClassName
{
color: #E7157A;
}
.AnyTagClassName
{
color: #E7157A;
}
</style>
background-color css
<style>
a { background-color: #E7157A; }
a { background-color: rgb(231,21,122); }
div.DivClassName
{
background-color: #E7157A;
}
.BgClassName
{
background-color: #E7157A;
}
</style>
border-color css
<style>
span { border-color: #E7157A; }
span { border-color: rgb(231,21,122); }
td.TdClassName
{
border-color: #E7157A;
}
.TagClassName
{
border-color: #E7157A;
}
</style>