Shades of Ruby #E1176C
Tints of Ruby #E1176C
RGB
CMYK
RGB Variations
Color information
#E1176C (or 0xE1176C) is known color: Ruby. HEX triplet: E1, 17 and 6C. RGB value is (225,23,108). Sum of RGB (Red+Green+Blue) = 225+23+108=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1176C is #1EE893. Grayscale: #5C5C5C. Windows color (decimal): -2025620 or 7084001. OLE color: 7084001.
HSL color Cylindrical-coordinate representation of color #E1176C: hue angle of 334.75º 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 #E1176C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 108 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.12 |
| HSL | 334.75º | 0.81% | 0.49% | - |
| HSV(B) | 334.75º | 0.9% | 0.88% | - |
| XYZ | 34.06 | 17.7 | 15.81 | - |
| YUV | 93.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 108 | 0 | 0.90 | 0.52 | 0.12 | 334.75 | 0.81 | 0.49 |
| Hex | E1 | 17 | 6C | 0 | 5A | 34 | C | 14F | 51 | 31 |
| Octal | 341 | 27 | 154 | 0 | 132 | 64 | 14 | 517 | 121 | 61 |
| Binary | 11100001 | 10111 | 1101100 | 0 | 1011010 | 110100 | 1100 | 101001111 | 1010001 | 110001 |
Color Harmonies of #E1176C
Complementary color
Monochromatic Colors of #E1176C
Black with #E1176C
Text Example
Text Example
White with #E1176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1176C; }
p { color: rgb(225,23,108); }
H1.HeaderClassName
{
color: #E1176C;
}
.AnyTagClassName
{
color: #E1176C;
}
</style>
background-color css
<style>
a { background-color: #E1176C; }
a { background-color: rgb(225,23,108); }
div.DivClassName
{
background-color: #E1176C;
}
.BgClassName
{
background-color: #E1176C;
}
</style>
border-color css
<style>
span { border-color: #E1176C; }
span { border-color: rgb(225,23,108); }
td.TdClassName
{
border-color: #E1176C;
}
.TagClassName
{
border-color: #E1176C;
}
</style>