Shades of Ruby #E1185D
Tints of Ruby #E1185D
RGB
CMYK
RGB Variations
Color information
#E1185D (or 0xE1185D) is known color: Ruby. HEX triplet: E1, 18 and 5D. RGB value is (225,24,93). Sum of RGB (Red+Green+Blue) = 225+24+93=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1185D is #1EE7A2. Grayscale: #5B5B5B. Windows color (decimal): -2025379 or 6101217. OLE color: 6101217.
HSL color Cylindrical-coordinate representation of color #E1185D: hue angle of 339.4º 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 #E1185D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 93 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.12 |
| HSL | 339.4º | 0.81% | 0.49% | - |
| HSV(B) | 339.4º | 0.89% | 0.88% | - |
| XYZ | 33.35 | 17.45 | 11.97 | - |
| YUV | 91.97 | 128.59 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 93 | 0 | 0.89 | 0.59 | 0.12 | 339.4 | 0.81 | 0.49 |
| Hex | E1 | 18 | 5D | 0 | 59 | 3B | C | 153 | 51 | 31 |
| Octal | 341 | 30 | 135 | 0 | 131 | 73 | 14 | 523 | 121 | 61 |
| Binary | 11100001 | 11000 | 1011101 | 0 | 1011001 | 111011 | 1100 | 101010011 | 1010001 | 110001 |
Color Harmonies of #E1185D
Complementary color
Monochromatic Colors of #E1185D
Black with #E1185D
Text Example
Text Example
White with #E1185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1185D; }
p { color: rgb(225,24,93); }
H1.HeaderClassName
{
color: #E1185D;
}
.AnyTagClassName
{
color: #E1185D;
}
</style>
background-color css
<style>
a { background-color: #E1185D; }
a { background-color: rgb(225,24,93); }
div.DivClassName
{
background-color: #E1185D;
}
.BgClassName
{
background-color: #E1185D;
}
</style>
border-color css
<style>
span { border-color: #E1185D; }
span { border-color: rgb(225,24,93); }
td.TdClassName
{
border-color: #E1185D;
}
.TagClassName
{
border-color: #E1185D;
}
</style>