Shades of Ruby #E5136C
Tints of Ruby #E5136C
RGB
CMYK
RGB Variations
Color information
#E5136C (or 0xE5136C) is known color: Ruby. HEX triplet: E5, 13 and 6C. RGB value is (229,19,108). Sum of RGB (Red+Green+Blue) = 229+19+108=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5136C is #1AEC93. Grayscale: #5B5B5B. Windows color (decimal): -1764500 or 7082981. OLE color: 7082981.
HSL color Cylindrical-coordinate representation of color #E5136C: hue angle of 334.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 #E5136C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.10 |
| HSL | 334.57º | 0.85% | 0.49% | - |
| HSV(B) | 334.57º | 0.92% | 0.9% | - |
| XYZ | 35.25 | 18.21 | 15.84 | - |
| YUV | 91.94 | 137.07 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 108 | 0 | 0.92 | 0.53 | 0.10 | 334.57 | 0.85 | 0.49 |
| Hex | E5 | 13 | 6C | 0 | 5C | 35 | A | 14F | 55 | 31 |
| Octal | 345 | 23 | 154 | 0 | 134 | 65 | 12 | 517 | 125 | 61 |
| Binary | 11100101 | 10011 | 1101100 | 0 | 1011100 | 110101 | 1010 | 101001111 | 1010101 | 110001 |
Color Harmonies of #E5136C
Complementary color
Monochromatic Colors of #E5136C
Black with #E5136C
Text Example
Text Example
White with #E5136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5136C; }
p { color: rgb(229,19,108); }
H1.HeaderClassName
{
color: #E5136C;
}
.AnyTagClassName
{
color: #E5136C;
}
</style>
background-color css
<style>
a { background-color: #E5136C; }
a { background-color: rgb(229,19,108); }
div.DivClassName
{
background-color: #E5136C;
}
.BgClassName
{
background-color: #E5136C;
}
</style>
border-color css
<style>
span { border-color: #E5136C; }
span { border-color: rgb(229,19,108); }
td.TdClassName
{
border-color: #E5136C;
}
.TagClassName
{
border-color: #E5136C;
}
</style>