Shades of Ruby #E5137A
Tints of Ruby #E5137A
RGB
CMYK
RGB Variations
Color information
#E5137A (or 0xE5137A) is known color: Ruby. HEX triplet: E5, 13 and 7A. RGB value is (229,19,122). Sum of RGB (Red+Green+Blue) = 229+19+122=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5137A is #1AEC85. Grayscale: #5D5D5D. Windows color (decimal): -1764486 or 8000485. OLE color: 8000485.
HSL color Cylindrical-coordinate representation of color #E5137A: hue angle of 330.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 #E5137A is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 122 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.10 |
| HSL | 330.57º | 0.85% | 0.49% | - |
| HSV(B) | 330.57º | 0.92% | 0.9% | - |
| XYZ | 36.06 | 18.53 | 20.09 | - |
| YUV | 93.53 | 144.07 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 122 | 0 | 0.92 | 0.47 | 0.10 | 330.57 | 0.85 | 0.49 |
| Hex | E5 | 13 | 7A | 0 | 5C | 2F | A | 14B | 55 | 31 |
| Octal | 345 | 23 | 172 | 0 | 134 | 57 | 12 | 513 | 125 | 61 |
| Binary | 11100101 | 10011 | 1111010 | 0 | 1011100 | 101111 | 1010 | 101001011 | 1010101 | 110001 |
Color Harmonies of #E5137A
Complementary color
Monochromatic Colors of #E5137A
Black with #E5137A
Text Example
Text Example
White with #E5137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5137A; }
p { color: rgb(229,19,122); }
H1.HeaderClassName
{
color: #E5137A;
}
.AnyTagClassName
{
color: #E5137A;
}
</style>
background-color css
<style>
a { background-color: #E5137A; }
a { background-color: rgb(229,19,122); }
div.DivClassName
{
background-color: #E5137A;
}
.BgClassName
{
background-color: #E5137A;
}
</style>
border-color css
<style>
span { border-color: #E5137A; }
span { border-color: rgb(229,19,122); }
td.TdClassName
{
border-color: #E5137A;
}
.TagClassName
{
border-color: #E5137A;
}
</style>