Shades of Ruby #E5176B
Tints of Ruby #E5176B
RGB
CMYK
RGB Variations
Color information
#E5176B (or 0xE5176B) is known color: Ruby. HEX triplet: E5, 17 and 6B. RGB value is (229,23,107). Sum of RGB (Red+Green+Blue) = 229+23+107=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5176B is #1AE894. Grayscale: #5E5E5E. Windows color (decimal): -1763477 or 7018469. OLE color: 7018469.
HSL color Cylindrical-coordinate representation of color #E5176B: hue angle of 335.53º 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 #E5176B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 107 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.10 |
| HSL | 335.53º | 0.82% | 0.49% | - |
| HSV(B) | 335.53º | 0.9% | 0.9% | - |
| XYZ | 35.27 | 18.33 | 15.59 | - |
| YUV | 94.17 | 135.25 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 107 | 0 | 0.90 | 0.53 | 0.10 | 335.53 | 0.82 | 0.49 |
| Hex | E5 | 17 | 6B | 0 | 5A | 35 | A | 150 | 52 | 31 |
| Octal | 345 | 27 | 153 | 0 | 132 | 65 | 12 | 520 | 122 | 61 |
| Binary | 11100101 | 10111 | 1101011 | 0 | 1011010 | 110101 | 1010 | 101010000 | 1010010 | 110001 |
Color Harmonies of #E5176B
Complementary color
Monochromatic Colors of #E5176B
Black with #E5176B
Text Example
Text Example
White with #E5176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5176B; }
p { color: rgb(229,23,107); }
H1.HeaderClassName
{
color: #E5176B;
}
.AnyTagClassName
{
color: #E5176B;
}
</style>
background-color css
<style>
a { background-color: #E5176B; }
a { background-color: rgb(229,23,107); }
div.DivClassName
{
background-color: #E5176B;
}
.BgClassName
{
background-color: #E5176B;
}
</style>
border-color css
<style>
span { border-color: #E5176B; }
span { border-color: rgb(229,23,107); }
td.TdClassName
{
border-color: #E5176B;
}
.TagClassName
{
border-color: #E5176B;
}
</style>