Shades of Ruby #E5195D
Tints of Ruby #E5195D
RGB
CMYK
RGB Variations
Color information
#E5195D (or 0xE5195D) is known color: Ruby. HEX triplet: E5, 19 and 5D. RGB value is (229,25,93). Sum of RGB (Red+Green+Blue) = 229+25+93=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E5195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5195D is #1AE6A2. Grayscale: #5D5D5D. Windows color (decimal): -1762979 or 6101477. OLE color: 6101477.
HSL color Cylindrical-coordinate representation of color #E5195D: hue angle of 340º 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 #E5195D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.10 |
| HSL | 340º | 0.8% | 0.5% | - |
| HSV(B) | 340º | 0.89% | 0.9% | - |
| XYZ | 34.64 | 18.14 | 12.03 | - |
| YUV | 93.75 | 127.59 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 93 | 0 | 0.89 | 0.59 | 0.10 | 340 | 0.8 | 0.5 |
| Hex | E5 | 19 | 5D | 0 | 59 | 3B | A | 154 | 50 | 32 |
| Octal | 345 | 31 | 135 | 0 | 131 | 73 | 12 | 524 | 120 | 62 |
| Binary | 11100101 | 11001 | 1011101 | 0 | 1011001 | 111011 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E5195D
Complementary color
Monochromatic Colors of #E5195D
Black with #E5195D
Text Example
Text Example
White with #E5195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5195D; }
p { color: rgb(229,25,93); }
H1.HeaderClassName
{
color: #E5195D;
}
.AnyTagClassName
{
color: #E5195D;
}
</style>
background-color css
<style>
a { background-color: #E5195D; }
a { background-color: rgb(229,25,93); }
div.DivClassName
{
background-color: #E5195D;
}
.BgClassName
{
background-color: #E5195D;
}
</style>
border-color css
<style>
span { border-color: #E5195D; }
span { border-color: rgb(229,25,93); }
td.TdClassName
{
border-color: #E5195D;
}
.TagClassName
{
border-color: #E5195D;
}
</style>