Shades of Ruby #E5195E
Tints of Ruby #E5195E
RGB
CMYK
RGB Variations
Color information
#E5195E (or 0xE5195E) is known color: Ruby. HEX triplet: E5, 19 and 5E. RGB value is (229,25,94). Sum of RGB (Red+Green+Blue) = 229+25+94=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E5195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5195E is #1AE6A1. Grayscale: #5D5D5D. Windows color (decimal): -1762978 or 6167013. OLE color: 6167013.
HSL color Cylindrical-coordinate representation of color #E5195E: hue angle of 339.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5195E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 94 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.10 |
| HSL | 339.71º | 0.8% | 0.5% | - |
| HSV(B) | 339.71º | 0.89% | 0.9% | - |
| XYZ | 34.68 | 18.16 | 12.27 | - |
| YUV | 93.86 | 128.09 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 94 | 0 | 0.89 | 0.59 | 0.10 | 339.71 | 0.8 | 0.5 |
| Hex | E5 | 19 | 5E | 0 | 59 | 3B | A | 154 | 50 | 32 |
| Octal | 345 | 31 | 136 | 0 | 131 | 73 | 12 | 524 | 120 | 62 |
| Binary | 11100101 | 11001 | 1011110 | 0 | 1011001 | 111011 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E5195E
Complementary color
Monochromatic Colors of #E5195E
Black with #E5195E
Text Example
Text Example
White with #E5195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5195E; }
p { color: rgb(229,25,94); }
H1.HeaderClassName
{
color: #E5195E;
}
.AnyTagClassName
{
color: #E5195E;
}
</style>
background-color css
<style>
a { background-color: #E5195E; }
a { background-color: rgb(229,25,94); }
div.DivClassName
{
background-color: #E5195E;
}
.BgClassName
{
background-color: #E5195E;
}
</style>
border-color css
<style>
span { border-color: #E5195E; }
span { border-color: rgb(229,25,94); }
td.TdClassName
{
border-color: #E5195E;
}
.TagClassName
{
border-color: #E5195E;
}
</style>