Shades of Ruby #E5135C
Tints of Ruby #E5135C
RGB
CMYK
RGB Variations
Color information
#E5135C (or 0xE5135C) is known color: Ruby. HEX triplet: E5, 13 and 5C. RGB value is (229,19,92). Sum of RGB (Red+Green+Blue) = 229+19+92=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5135C is #1AECA3. Grayscale: #5A5A5A. Windows color (decimal): -1764516 or 6034405. OLE color: 6034405.
HSL color Cylindrical-coordinate representation of color #E5135C: hue angle of 339.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5135C is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 92 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.10 |
| HSL | 339.14º | 0.85% | 0.49% | - |
| HSV(B) | 339.14º | 0.92% | 0.9% | - |
| XYZ | 34.48 | 17.9 | 11.76 | - |
| YUV | 90.11 | 129.07 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 92 | 0 | 0.92 | 0.60 | 0.10 | 339.14 | 0.85 | 0.49 |
| Hex | E5 | 13 | 5C | 0 | 5C | 3C | A | 153 | 55 | 31 |
| Octal | 345 | 23 | 134 | 0 | 134 | 74 | 12 | 523 | 125 | 61 |
| Binary | 11100101 | 10011 | 1011100 | 0 | 1011100 | 111100 | 1010 | 101010011 | 1010101 | 110001 |
Color Harmonies of #E5135C
Complementary color
Monochromatic Colors of #E5135C
Black with #E5135C
Text Example
Text Example
White with #E5135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5135C; }
p { color: rgb(229,19,92); }
H1.HeaderClassName
{
color: #E5135C;
}
.AnyTagClassName
{
color: #E5135C;
}
</style>
background-color css
<style>
a { background-color: #E5135C; }
a { background-color: rgb(229,19,92); }
div.DivClassName
{
background-color: #E5135C;
}
.BgClassName
{
background-color: #E5135C;
}
</style>
border-color css
<style>
span { border-color: #E5135C; }
span { border-color: rgb(229,19,92); }
td.TdClassName
{
border-color: #E5135C;
}
.TagClassName
{
border-color: #E5135C;
}
</style>