Shades of Ruby #E1175B
Tints of Ruby #E1175B
RGB
CMYK
RGB Variations
Color information
#E1175B (or 0xE1175B) is known color: Ruby. HEX triplet: E1, 17 and 5B. RGB value is (225,23,91). Sum of RGB (Red+Green+Blue) = 225+23+91=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1175B is #1EE8A4. Grayscale: #5B5B5B. Windows color (decimal): -2025637 or 5969889. OLE color: 5969889.
HSL color Cylindrical-coordinate representation of color #E1175B: hue angle of 339.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1175B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 91 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.12 |
| HSL | 339.8º | 0.81% | 0.49% | - |
| HSV(B) | 339.8º | 0.9% | 0.88% | - |
| XYZ | 33.25 | 17.38 | 11.5 | - |
| YUV | 91.15 | 127.92 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 91 | 0 | 0.90 | 0.60 | 0.12 | 339.8 | 0.81 | 0.49 |
| Hex | E1 | 17 | 5B | 0 | 5A | 3C | C | 154 | 51 | 31 |
| Octal | 341 | 27 | 133 | 0 | 132 | 74 | 14 | 524 | 121 | 61 |
| Binary | 11100001 | 10111 | 1011011 | 0 | 1011010 | 111100 | 1100 | 101010100 | 1010001 | 110001 |
Color Harmonies of #E1175B
Complementary color
Monochromatic Colors of #E1175B
Black with #E1175B
Text Example
Text Example
White with #E1175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1175B; }
p { color: rgb(225,23,91); }
H1.HeaderClassName
{
color: #E1175B;
}
.AnyTagClassName
{
color: #E1175B;
}
</style>
background-color css
<style>
a { background-color: #E1175B; }
a { background-color: rgb(225,23,91); }
div.DivClassName
{
background-color: #E1175B;
}
.BgClassName
{
background-color: #E1175B;
}
</style>
border-color css
<style>
span { border-color: #E1175B; }
span { border-color: rgb(225,23,91); }
td.TdClassName
{
border-color: #E1175B;
}
.TagClassName
{
border-color: #E1175B;
}
</style>