Shades of Ruby #E1176F
Tints of Ruby #E1176F
RGB
CMYK
RGB Variations
Color information
#E1176F (or 0xE1176F) is known color: Ruby. HEX triplet: E1, 17 and 6F. RGB value is (225,23,111). Sum of RGB (Red+Green+Blue) = 225+23+111=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1176F is #1EE890. Grayscale: #5D5D5D. Windows color (decimal): -2025617 or 7280609. OLE color: 7280609.
HSL color Cylindrical-coordinate representation of color #E1176F: hue angle of 333.86º 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 #E1176F is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.12 |
| HSL | 333.86º | 0.81% | 0.49% | - |
| HSV(B) | 333.86º | 0.9% | 0.88% | - |
| XYZ | 34.23 | 17.77 | 16.66 | - |
| YUV | 93.43 | 137.92 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 111 | 0 | 0.90 | 0.51 | 0.12 | 333.86 | 0.81 | 0.49 |
| Hex | E1 | 17 | 6F | 0 | 5A | 33 | C | 14E | 51 | 31 |
| Octal | 341 | 27 | 157 | 0 | 132 | 63 | 14 | 516 | 121 | 61 |
| Binary | 11100001 | 10111 | 1101111 | 0 | 1011010 | 110011 | 1100 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E1176F
Complementary color
Monochromatic Colors of #E1176F
Black with #E1176F
Text Example
Text Example
White with #E1176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1176F; }
p { color: rgb(225,23,111); }
H1.HeaderClassName
{
color: #E1176F;
}
.AnyTagClassName
{
color: #E1176F;
}
</style>
background-color css
<style>
a { background-color: #E1176F; }
a { background-color: rgb(225,23,111); }
div.DivClassName
{
background-color: #E1176F;
}
.BgClassName
{
background-color: #E1176F;
}
</style>
border-color css
<style>
span { border-color: #E1176F; }
span { border-color: rgb(225,23,111); }
td.TdClassName
{
border-color: #E1176F;
}
.TagClassName
{
border-color: #E1176F;
}
</style>