Shades of Ruby #E5176C
Tints of Ruby #E5176C
RGB
CMYK
RGB Variations
Color information
#E5176C (or 0xE5176C) is known color: Ruby. HEX triplet: E5, 17 and 6C. RGB value is (229,23,108). Sum of RGB (Red+Green+Blue) = 229+23+108=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5176C is #1AE893. Grayscale: #5E5E5E. Windows color (decimal): -1763476 or 7084005. OLE color: 7084005.
HSL color Cylindrical-coordinate representation of color #E5176C: hue angle of 335.24º 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 #E5176C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 108 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.10 |
| HSL | 335.24º | 0.82% | 0.49% | - |
| HSV(B) | 335.24º | 0.9% | 0.9% | - |
| XYZ | 35.33 | 18.35 | 15.87 | - |
| YUV | 94.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 108 | 0 | 0.90 | 0.53 | 0.10 | 335.24 | 0.82 | 0.49 |
| Hex | E5 | 17 | 6C | 0 | 5A | 35 | A | 14F | 52 | 31 |
| Octal | 345 | 27 | 154 | 0 | 132 | 65 | 12 | 517 | 122 | 61 |
| Binary | 11100101 | 10111 | 1101100 | 0 | 1011010 | 110101 | 1010 | 101001111 | 1010010 | 110001 |
Color Harmonies of #E5176C
Complementary color
Monochromatic Colors of #E5176C
Black with #E5176C
Text Example
Text Example
White with #E5176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5176C; }
p { color: rgb(229,23,108); }
H1.HeaderClassName
{
color: #E5176C;
}
.AnyTagClassName
{
color: #E5176C;
}
</style>
background-color css
<style>
a { background-color: #E5176C; }
a { background-color: rgb(229,23,108); }
div.DivClassName
{
background-color: #E5176C;
}
.BgClassName
{
background-color: #E5176C;
}
</style>
border-color css
<style>
span { border-color: #E5176C; }
span { border-color: rgb(229,23,108); }
td.TdClassName
{
border-color: #E5176C;
}
.TagClassName
{
border-color: #E5176C;
}
</style>