Shades of Ruby #E7135C
Tints of Ruby #E7135C
RGB
CMYK
RGB Variations
Color information
#E7135C (or 0xE7135C) is known color: Ruby. HEX triplet: E7, 13 and 5C. RGB value is (231,19,92). Sum of RGB (Red+Green+Blue) = 231+19+92=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7135C is #18ECA3. Grayscale: #5A5A5A. Windows color (decimal): -1633444 or 6034407. OLE color: 6034407.
HSL color Cylindrical-coordinate representation of color #E7135C: hue angle of 339.34º 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 #E7135C is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 92 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.09 |
| HSL | 339.34º | 0.85% | 0.49% | - |
| HSV(B) | 339.34º | 0.92% | 0.91% | - |
| XYZ | 35.12 | 18.23 | 11.79 | - |
| YUV | 90.71 | 128.74 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 92 | 0 | 0.92 | 0.60 | 0.09 | 339.34 | 0.85 | 0.49 |
| Hex | E7 | 13 | 5C | 0 | 5C | 3C | 9 | 153 | 55 | 31 |
| Octal | 347 | 23 | 134 | 0 | 134 | 74 | 11 | 523 | 125 | 61 |
| Binary | 11100111 | 10011 | 1011100 | 0 | 1011100 | 111100 | 1001 | 101010011 | 1010101 | 110001 |
Color Harmonies of #E7135C
Complementary color
Monochromatic Colors of #E7135C
Black with #E7135C
Text Example
Text Example
White with #E7135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7135C; }
p { color: rgb(231,19,92); }
H1.HeaderClassName
{
color: #E7135C;
}
.AnyTagClassName
{
color: #E7135C;
}
</style>
background-color css
<style>
a { background-color: #E7135C; }
a { background-color: rgb(231,19,92); }
div.DivClassName
{
background-color: #E7135C;
}
.BgClassName
{
background-color: #E7135C;
}
</style>
border-color css
<style>
span { border-color: #E7135C; }
span { border-color: rgb(231,19,92); }
td.TdClassName
{
border-color: #E7135C;
}
.TagClassName
{
border-color: #E7135C;
}
</style>