Shades of Ruby #E5177B
Tints of Ruby #E5177B
RGB
CMYK
RGB Variations
Color information
#E5177B (or 0xE5177B) is known color: Ruby. HEX triplet: E5, 17 and 7B. RGB value is (229,23,123). Sum of RGB (Red+Green+Blue) = 229+23+123=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5177B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5177B is #1AE884. Grayscale: #5F5F5F. Windows color (decimal): -1763461 or 8067045. OLE color: 8067045.
HSL color Cylindrical-coordinate representation of color #E5177B: hue angle of 330.87º 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 #E5177B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 123 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.10 |
| HSL | 330.87º | 0.82% | 0.49% | - |
| HSV(B) | 330.87º | 0.9% | 0.9% | - |
| XYZ | 36.19 | 18.7 | 20.44 | - |
| YUV | 95.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 123 | 0 | 0.90 | 0.46 | 0.10 | 330.87 | 0.82 | 0.49 |
| Hex | E5 | 17 | 7B | 0 | 5A | 2E | A | 14B | 52 | 31 |
| Octal | 345 | 27 | 173 | 0 | 132 | 56 | 12 | 513 | 122 | 61 |
| Binary | 11100101 | 10111 | 1111011 | 0 | 1011010 | 101110 | 1010 | 101001011 | 1010010 | 110001 |
Color Harmonies of #E5177B
Complementary color
Monochromatic Colors of #E5177B
Black with #E5177B
Text Example
Text Example
White with #E5177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5177B; }
p { color: rgb(229,23,123); }
H1.HeaderClassName
{
color: #E5177B;
}
.AnyTagClassName
{
color: #E5177B;
}
</style>
background-color css
<style>
a { background-color: #E5177B; }
a { background-color: rgb(229,23,123); }
div.DivClassName
{
background-color: #E5177B;
}
.BgClassName
{
background-color: #E5177B;
}
</style>
border-color css
<style>
span { border-color: #E5177B; }
span { border-color: rgb(229,23,123); }
td.TdClassName
{
border-color: #E5177B;
}
.TagClassName
{
border-color: #E5177B;
}
</style>