Shades of Ruby #E5136E
Tints of Ruby #E5136E
RGB
CMYK
RGB Variations
Color information
#E5136E (or 0xE5136E) is known color: Ruby. HEX triplet: E5, 13 and 6E. RGB value is (229,19,110). Sum of RGB (Red+Green+Blue) = 229+19+110=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5136E is #1AEC91. Grayscale: #5C5C5C. Windows color (decimal): -1764498 or 7214053. OLE color: 7214053.
HSL color Cylindrical-coordinate representation of color #E5136E: hue angle of 334º 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 #E5136E is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.10 |
| HSL | 334º | 0.85% | 0.49% | - |
| HSV(B) | 334º | 0.92% | 0.9% | - |
| XYZ | 35.36 | 18.25 | 16.41 | - |
| YUV | 92.16 | 138.07 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 110 | 0 | 0.92 | 0.52 | 0.10 | 334 | 0.85 | 0.49 |
| Hex | E5 | 13 | 6E | 0 | 5C | 34 | A | 14E | 55 | 31 |
| Octal | 345 | 23 | 156 | 0 | 134 | 64 | 12 | 516 | 125 | 61 |
| Binary | 11100101 | 10011 | 1101110 | 0 | 1011100 | 110100 | 1010 | 101001110 | 1010101 | 110001 |
Color Harmonies of #E5136E
Complementary color
Monochromatic Colors of #E5136E
Black with #E5136E
Text Example
Text Example
White with #E5136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5136E; }
p { color: rgb(229,19,110); }
H1.HeaderClassName
{
color: #E5136E;
}
.AnyTagClassName
{
color: #E5136E;
}
</style>
background-color css
<style>
a { background-color: #E5136E; }
a { background-color: rgb(229,19,110); }
div.DivClassName
{
background-color: #E5136E;
}
.BgClassName
{
background-color: #E5136E;
}
</style>
border-color css
<style>
span { border-color: #E5136E; }
span { border-color: rgb(229,19,110); }
td.TdClassName
{
border-color: #E5136E;
}
.TagClassName
{
border-color: #E5136E;
}
</style>