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