Shades of Ruby #E1185E
Tints of Ruby #E1185E
RGB
CMYK
RGB Variations
Color information
#E1185E (or 0xE1185E) is known color: Ruby. HEX triplet: E1, 18 and 5E. RGB value is (225,24,94). Sum of RGB (Red+Green+Blue) = 225+24+94=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1185E is #1EE7A1. Grayscale: #5C5C5C. Windows color (decimal): -2025378 or 6166753. OLE color: 6166753.
HSL color Cylindrical-coordinate representation of color #E1185E: hue angle of 339.1º degrees, saturation: 0.81, 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 #E1185E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 94 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.12 |
| HSL | 339.1º | 0.81% | 0.49% | - |
| HSV(B) | 339.1º | 0.89% | 0.88% | - |
| XYZ | 33.4 | 17.47 | 12.2 | - |
| YUV | 92.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 94 | 0 | 0.89 | 0.58 | 0.12 | 339.1 | 0.81 | 0.49 |
| Hex | E1 | 18 | 5E | 0 | 59 | 3A | C | 153 | 51 | 31 |
| Octal | 341 | 30 | 136 | 0 | 131 | 72 | 14 | 523 | 121 | 61 |
| Binary | 11100001 | 11000 | 1011110 | 0 | 1011001 | 111010 | 1100 | 101010011 | 1010001 | 110001 |
Color Harmonies of #E1185E
Complementary color
Monochromatic Colors of #E1185E
Black with #E1185E
Text Example
Text Example
White with #E1185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1185E; }
p { color: rgb(225,24,94); }
H1.HeaderClassName
{
color: #E1185E;
}
.AnyTagClassName
{
color: #E1185E;
}
</style>
background-color css
<style>
a { background-color: #E1185E; }
a { background-color: rgb(225,24,94); }
div.DivClassName
{
background-color: #E1185E;
}
.BgClassName
{
background-color: #E1185E;
}
</style>
border-color css
<style>
span { border-color: #E1185E; }
span { border-color: rgb(225,24,94); }
td.TdClassName
{
border-color: #E1185E;
}
.TagClassName
{
border-color: #E1185E;
}
</style>