Shades of Ruby #E1195C
Tints of Ruby #E1195C
RGB
CMYK
RGB Variations
Color information
#E1195C (or 0xE1195C) is known color: Ruby. HEX triplet: E1, 19 and 5C. RGB value is (225,25,92). Sum of RGB (Red+Green+Blue) = 225+25+92=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1195C is #1EE6A3. Grayscale: #5C5C5C. Windows color (decimal): -2025124 or 6035937. OLE color: 6035937.
HSL color Cylindrical-coordinate representation of color #E1195C: hue angle of 339.9º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1195C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 92 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.12 |
| HSL | 339.9º | 0.8% | 0.49% | - |
| HSV(B) | 339.9º | 0.89% | 0.88% | - |
| XYZ | 33.33 | 17.48 | 11.74 | - |
| YUV | 92.44 | 127.76 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 92 | 0 | 0.89 | 0.59 | 0.12 | 339.9 | 0.8 | 0.49 |
| Hex | E1 | 19 | 5C | 0 | 59 | 3B | C | 154 | 50 | 31 |
| Octal | 341 | 31 | 134 | 0 | 131 | 73 | 14 | 524 | 120 | 61 |
| Binary | 11100001 | 11001 | 1011100 | 0 | 1011001 | 111011 | 1100 | 101010100 | 1010000 | 110001 |
Color Harmonies of #E1195C
Complementary color
Monochromatic Colors of #E1195C
Black with #E1195C
Text Example
Text Example
White with #E1195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1195C; }
p { color: rgb(225,25,92); }
H1.HeaderClassName
{
color: #E1195C;
}
.AnyTagClassName
{
color: #E1195C;
}
</style>
background-color css
<style>
a { background-color: #E1195C; }
a { background-color: rgb(225,25,92); }
div.DivClassName
{
background-color: #E1195C;
}
.BgClassName
{
background-color: #E1195C;
}
</style>
border-color css
<style>
span { border-color: #E1195C; }
span { border-color: rgb(225,25,92); }
td.TdClassName
{
border-color: #E1195C;
}
.TagClassName
{
border-color: #E1195C;
}
</style>