Shades of Ruby #E5136D
Tints of Ruby #E5136D
RGB
CMYK
RGB Variations
Color information
#E5136D (or 0xE5136D) is known color: Ruby. HEX triplet: E5, 13 and 6D. RGB value is (229,19,109). Sum of RGB (Red+Green+Blue) = 229+19+109=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5136D is #1AEC92. Grayscale: #5B5B5B. Windows color (decimal): -1764499 or 7148517. OLE color: 7148517.
HSL color Cylindrical-coordinate representation of color #E5136D: hue angle of 334.29º 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 #E5136D is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.10 |
| HSL | 334.29º | 0.85% | 0.49% | - |
| HSV(B) | 334.29º | 0.92% | 0.9% | - |
| XYZ | 35.31 | 18.23 | 16.13 | - |
| YUV | 92.05 | 137.57 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 109 | 0 | 0.92 | 0.52 | 0.10 | 334.29 | 0.85 | 0.49 |
| Hex | E5 | 13 | 6D | 0 | 5C | 34 | A | 14E | 55 | 31 |
| Octal | 345 | 23 | 155 | 0 | 134 | 64 | 12 | 516 | 125 | 61 |
| Binary | 11100101 | 10011 | 1101101 | 0 | 1011100 | 110100 | 1010 | 101001110 | 1010101 | 110001 |
Color Harmonies of #E5136D
Complementary color
Monochromatic Colors of #E5136D
Black with #E5136D
Text Example
Text Example
White with #E5136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5136D; }
p { color: rgb(229,19,109); }
H1.HeaderClassName
{
color: #E5136D;
}
.AnyTagClassName
{
color: #E5136D;
}
</style>
background-color css
<style>
a { background-color: #E5136D; }
a { background-color: rgb(229,19,109); }
div.DivClassName
{
background-color: #E5136D;
}
.BgClassName
{
background-color: #E5136D;
}
</style>
border-color css
<style>
span { border-color: #E5136D; }
span { border-color: rgb(229,19,109); }
td.TdClassName
{
border-color: #E5136D;
}
.TagClassName
{
border-color: #E5136D;
}
</style>