Shades of Ruby #E7157D
Tints of Ruby #E7157D
RGB
CMYK
RGB Variations
Color information
#E7157D (or 0xE7157D) is known color: Ruby. HEX triplet: E7, 15 and 7D. RGB value is (231,21,125). Sum of RGB (Red+Green+Blue) = 231+21+125=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7157D is #18EA82. Grayscale: #5F5F5F. Windows color (decimal): -1632899 or 8197607. OLE color: 8197607.
HSL color Cylindrical-coordinate representation of color #E7157D: hue angle of 330.29º 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 #E7157D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 125 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.09 |
| HSL | 330.29º | 0.83% | 0.49% | - |
| HSV(B) | 330.29º | 0.91% | 0.91% | - |
| XYZ | 36.92 | 19.01 | 21.12 | - |
| YUV | 95.65 | 144.57 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 125 | 0 | 0.91 | 0.46 | 0.09 | 330.29 | 0.83 | 0.49 |
| Hex | E7 | 15 | 7D | 0 | 5B | 2E | 9 | 14A | 53 | 31 |
| Octal | 347 | 25 | 175 | 0 | 133 | 56 | 11 | 512 | 123 | 61 |
| Binary | 11100111 | 10101 | 1111101 | 0 | 1011011 | 101110 | 1001 | 101001010 | 1010011 | 110001 |
Color Harmonies of #E7157D
Complementary color
Monochromatic Colors of #E7157D
Black with #E7157D
Text Example
Text Example
White with #E7157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7157D; }
p { color: rgb(231,21,125); }
H1.HeaderClassName
{
color: #E7157D;
}
.AnyTagClassName
{
color: #E7157D;
}
</style>
background-color css
<style>
a { background-color: #E7157D; }
a { background-color: rgb(231,21,125); }
div.DivClassName
{
background-color: #E7157D;
}
.BgClassName
{
background-color: #E7157D;
}
</style>
border-color css
<style>
span { border-color: #E7157D; }
span { border-color: rgb(231,21,125); }
td.TdClassName
{
border-color: #E7157D;
}
.TagClassName
{
border-color: #E7157D;
}
</style>