Shades of Ruby #E5176F
Tints of Ruby #E5176F
RGB
CMYK
RGB Variations
Color information
#E5176F (or 0xE5176F) is known color: Ruby. HEX triplet: E5, 17 and 6F. RGB value is (229,23,111). Sum of RGB (Red+Green+Blue) = 229+23+111=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E5176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5176F is #1AE890. Grayscale: #5E5E5E. Windows color (decimal): -1763473 or 7280613. OLE color: 7280613.
HSL color Cylindrical-coordinate representation of color #E5176F: hue angle of 334.37º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5176F is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 111 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.10 |
| HSL | 334.37º | 0.82% | 0.49% | - |
| HSV(B) | 334.37º | 0.9% | 0.9% | - |
| XYZ | 35.49 | 18.42 | 16.72 | - |
| YUV | 94.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 111 | 0 | 0.90 | 0.52 | 0.10 | 334.37 | 0.82 | 0.49 |
| Hex | E5 | 17 | 6F | 0 | 5A | 34 | A | 14E | 52 | 31 |
| Octal | 345 | 27 | 157 | 0 | 132 | 64 | 12 | 516 | 122 | 61 |
| Binary | 11100101 | 10111 | 1101111 | 0 | 1011010 | 110100 | 1010 | 101001110 | 1010010 | 110001 |
Color Harmonies of #E5176F
Complementary color
Monochromatic Colors of #E5176F
Black with #E5176F
Text Example
Text Example
White with #E5176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5176F; }
p { color: rgb(229,23,111); }
H1.HeaderClassName
{
color: #E5176F;
}
.AnyTagClassName
{
color: #E5176F;
}
</style>
background-color css
<style>
a { background-color: #E5176F; }
a { background-color: rgb(229,23,111); }
div.DivClassName
{
background-color: #E5176F;
}
.BgClassName
{
background-color: #E5176F;
}
</style>
border-color css
<style>
span { border-color: #E5176F; }
span { border-color: rgb(229,23,111); }
td.TdClassName
{
border-color: #E5176F;
}
.TagClassName
{
border-color: #E5176F;
}
</style>