Shades of Ruby #E7135B
Tints of Ruby #E7135B
RGB
CMYK
RGB Variations
Color information
#E7135B (or 0xE7135B) is known color: Ruby. HEX triplet: E7, 13 and 5B. RGB value is (231,19,91). Sum of RGB (Red+Green+Blue) = 231+19+91=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7135B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7135B is #18ECA4. Grayscale: #5A5A5A. Windows color (decimal): -1633445 or 5968871. OLE color: 5968871.
HSL color Cylindrical-coordinate representation of color #E7135B: hue angle of 339.62º 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 #E7135B is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 91 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.09 |
| HSL | 339.62º | 0.85% | 0.49% | - |
| HSV(B) | 339.62º | 0.92% | 0.91% | - |
| XYZ | 35.08 | 18.21 | 11.56 | - |
| YUV | 90.6 | 128.24 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 91 | 0 | 0.92 | 0.61 | 0.09 | 339.62 | 0.85 | 0.49 |
| Hex | E7 | 13 | 5B | 0 | 5C | 3D | 9 | 154 | 55 | 31 |
| Octal | 347 | 23 | 133 | 0 | 134 | 75 | 11 | 524 | 125 | 61 |
| Binary | 11100111 | 10011 | 1011011 | 0 | 1011100 | 111101 | 1001 | 101010100 | 1010101 | 110001 |
Color Harmonies of #E7135B
Complementary color
Monochromatic Colors of #E7135B
Black with #E7135B
Text Example
Text Example
White with #E7135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7135B; }
p { color: rgb(231,19,91); }
H1.HeaderClassName
{
color: #E7135B;
}
.AnyTagClassName
{
color: #E7135B;
}
</style>
background-color css
<style>
a { background-color: #E7135B; }
a { background-color: rgb(231,19,91); }
div.DivClassName
{
background-color: #E7135B;
}
.BgClassName
{
background-color: #E7135B;
}
</style>
border-color css
<style>
span { border-color: #E7135B; }
span { border-color: rgb(231,19,91); }
td.TdClassName
{
border-color: #E7135B;
}
.TagClassName
{
border-color: #E7135B;
}
</style>