Shades of Ruby #E5195C
Tints of Ruby #E5195C
RGB
CMYK
RGB Variations
Color information
#E5195C (or 0xE5195C) is known color: Ruby. HEX triplet: E5, 19 and 5C. RGB value is (229,25,92). Sum of RGB (Red+Green+Blue) = 229+25+92=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5195C is #1AE6A3. Grayscale: #5D5D5D. Windows color (decimal): -1762980 or 6035941. OLE color: 6035941.
HSL color Cylindrical-coordinate representation of color #E5195C: hue angle of 340.29º 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 #E5195C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.10 |
| HSL | 340.29º | 0.8% | 0.5% | - |
| HSV(B) | 340.29º | 0.89% | 0.9% | - |
| XYZ | 34.59 | 18.13 | 11.8 | - |
| YUV | 93.63 | 127.09 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 25 | 92 | 0 | 0.89 | 0.60 | 0.10 | 340.29 | 0.8 | 0.5 |
| Hex | E5 | 19 | 5C | 0 | 59 | 3C | A | 154 | 50 | 32 |
| Octal | 345 | 31 | 134 | 0 | 131 | 74 | 12 | 524 | 120 | 62 |
| Binary | 11100101 | 11001 | 1011100 | 0 | 1011001 | 111100 | 1010 | 101010100 | 1010000 | 110010 |
Color Harmonies of #E5195C
Complementary color
Monochromatic Colors of #E5195C
Black with #E5195C
Text Example
Text Example
White with #E5195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5195C; }
p { color: rgb(229,25,92); }
H1.HeaderClassName
{
color: #E5195C;
}
.AnyTagClassName
{
color: #E5195C;
}
</style>
background-color css
<style>
a { background-color: #E5195C; }
a { background-color: rgb(229,25,92); }
div.DivClassName
{
background-color: #E5195C;
}
.BgClassName
{
background-color: #E5195C;
}
</style>
border-color css
<style>
span { border-color: #E5195C; }
span { border-color: rgb(229,25,92); }
td.TdClassName
{
border-color: #E5195C;
}
.TagClassName
{
border-color: #E5195C;
}
</style>