Shades of Ruby #E5135E
Tints of Ruby #E5135E
RGB
CMYK
RGB Variations
Color information
#E5135E (or 0xE5135E) is known color: Ruby. HEX triplet: E5, 13 and 5E. RGB value is (229,19,94). Sum of RGB (Red+Green+Blue) = 229+19+94=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5135E is #1AECA1. Grayscale: #5A5A5A. Windows color (decimal): -1764514 or 6165477. OLE color: 6165477.
HSL color Cylindrical-coordinate representation of color #E5135E: hue angle of 338.57º 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 #E5135E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 94 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.10 |
| HSL | 338.57º | 0.85% | 0.49% | - |
| HSV(B) | 338.57º | 0.92% | 0.9% | - |
| XYZ | 34.57 | 17.93 | 12.23 | - |
| YUV | 90.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 94 | 0 | 0.92 | 0.59 | 0.10 | 338.57 | 0.85 | 0.49 |
| Hex | E5 | 13 | 5E | 0 | 5C | 3B | A | 153 | 55 | 31 |
| Octal | 345 | 23 | 136 | 0 | 134 | 73 | 12 | 523 | 125 | 61 |
| Binary | 11100101 | 10011 | 1011110 | 0 | 1011100 | 111011 | 1010 | 101010011 | 1010101 | 110001 |
Color Harmonies of #E5135E
Complementary color
Monochromatic Colors of #E5135E
Black with #E5135E
Text Example
Text Example
White with #E5135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5135E; }
p { color: rgb(229,19,94); }
H1.HeaderClassName
{
color: #E5135E;
}
.AnyTagClassName
{
color: #E5135E;
}
</style>
background-color css
<style>
a { background-color: #E5135E; }
a { background-color: rgb(229,19,94); }
div.DivClassName
{
background-color: #E5135E;
}
.BgClassName
{
background-color: #E5135E;
}
</style>
border-color css
<style>
span { border-color: #E5135E; }
span { border-color: rgb(229,19,94); }
td.TdClassName
{
border-color: #E5135E;
}
.TagClassName
{
border-color: #E5135E;
}
</style>