Shades of Ruby #E1185C
Tints of Ruby #E1185C
RGB
CMYK
RGB Variations
Color information
#E1185C (or 0xE1185C) is known color: Ruby. HEX triplet: E1, 18 and 5C. RGB value is (225,24,92). Sum of RGB (Red+Green+Blue) = 225+24+92=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1185C is #1EE7A3. Grayscale: #5B5B5B. Windows color (decimal): -2025380 or 6035681. OLE color: 6035681.
HSL color Cylindrical-coordinate representation of color #E1185C: hue angle of 339.7º 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 #E1185C is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 92 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.12 |
| HSL | 339.7º | 0.81% | 0.49% | - |
| HSV(B) | 339.7º | 0.89% | 0.88% | - |
| XYZ | 33.31 | 17.43 | 11.73 | - |
| YUV | 91.85 | 128.09 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 92 | 0 | 0.89 | 0.59 | 0.12 | 339.7 | 0.81 | 0.49 |
| Hex | E1 | 18 | 5C | 0 | 59 | 3B | C | 154 | 51 | 31 |
| Octal | 341 | 30 | 134 | 0 | 131 | 73 | 14 | 524 | 121 | 61 |
| Binary | 11100001 | 11000 | 1011100 | 0 | 1011001 | 111011 | 1100 | 101010100 | 1010001 | 110001 |
Color Harmonies of #E1185C
Complementary color
Monochromatic Colors of #E1185C
Black with #E1185C
Text Example
Text Example
White with #E1185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1185C; }
p { color: rgb(225,24,92); }
H1.HeaderClassName
{
color: #E1185C;
}
.AnyTagClassName
{
color: #E1185C;
}
</style>
background-color css
<style>
a { background-color: #E1185C; }
a { background-color: rgb(225,24,92); }
div.DivClassName
{
background-color: #E1185C;
}
.BgClassName
{
background-color: #E1185C;
}
</style>
border-color css
<style>
span { border-color: #E1185C; }
span { border-color: rgb(225,24,92); }
td.TdClassName
{
border-color: #E1185C;
}
.TagClassName
{
border-color: #E1185C;
}
</style>