Shades of Ruby #E1195D
Tints of Ruby #E1195D
RGB
CMYK
RGB Variations
Color information
#E1195D (or 0xE1195D) is known color: Ruby. HEX triplet: E1, 19 and 5D. RGB value is (225,25,93). Sum of RGB (Red+Green+Blue) = 225+25+93=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1195D is #1EE6A2. Grayscale: #5C5C5C. Windows color (decimal): -2025123 or 6101473. OLE color: 6101473.
HSL color Cylindrical-coordinate representation of color #E1195D: hue angle of 339.6º 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 #E1195D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 25 | 93 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.12 |
| HSL | 339.6º | 0.8% | 0.49% | - |
| HSV(B) | 339.6º | 0.89% | 0.88% | - |
| XYZ | 33.37 | 17.49 | 11.97 | - |
| YUV | 92.55 | 128.26 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 25 | 93 | 0 | 0.89 | 0.59 | 0.12 | 339.6 | 0.8 | 0.49 |
| Hex | E1 | 19 | 5D | 0 | 59 | 3B | C | 154 | 50 | 31 |
| Octal | 341 | 31 | 135 | 0 | 131 | 73 | 14 | 524 | 120 | 61 |
| Binary | 11100001 | 11001 | 1011101 | 0 | 1011001 | 111011 | 1100 | 101010100 | 1010000 | 110001 |
Color Harmonies of #E1195D
Complementary color
Monochromatic Colors of #E1195D
Black with #E1195D
Text Example
Text Example
White with #E1195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1195D; }
p { color: rgb(225,25,93); }
H1.HeaderClassName
{
color: #E1195D;
}
.AnyTagClassName
{
color: #E1195D;
}
</style>
background-color css
<style>
a { background-color: #E1195D; }
a { background-color: rgb(225,25,93); }
div.DivClassName
{
background-color: #E1195D;
}
.BgClassName
{
background-color: #E1195D;
}
</style>
border-color css
<style>
span { border-color: #E1195D; }
span { border-color: rgb(225,25,93); }
td.TdClassName
{
border-color: #E1195D;
}
.TagClassName
{
border-color: #E1195D;
}
</style>