Shades of Ruby #E5167C
Tints of Ruby #E5167C
RGB
CMYK
RGB Variations
Color information
#E5167C (or 0xE5167C) is known color: Ruby. HEX triplet: E5, 16 and 7C. RGB value is (229,22,124). Sum of RGB (Red+Green+Blue) = 229+22+124=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5167C is #1AE983. Grayscale: #5F5F5F. Windows color (decimal): -1763716 or 8132325. OLE color: 8132325.
HSL color Cylindrical-coordinate representation of color #E5167C: hue angle of 330.43º 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 #E5167C is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 124 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.10 |
| HSL | 330.43º | 0.82% | 0.49% | - |
| HSV(B) | 330.43º | 0.9% | 0.9% | - |
| XYZ | 36.24 | 18.69 | 20.77 | - |
| YUV | 95.52 | 144.08 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 124 | 0 | 0.90 | 0.46 | 0.10 | 330.43 | 0.82 | 0.49 |
| Hex | E5 | 16 | 7C | 0 | 5A | 2E | A | 14A | 52 | 31 |
| Octal | 345 | 26 | 174 | 0 | 132 | 56 | 12 | 512 | 122 | 61 |
| Binary | 11100101 | 10110 | 1111100 | 0 | 1011010 | 101110 | 1010 | 101001010 | 1010010 | 110001 |
Color Harmonies of #E5167C
Complementary color
Monochromatic Colors of #E5167C
Black with #E5167C
Text Example
Text Example
White with #E5167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5167C; }
p { color: rgb(229,22,124); }
H1.HeaderClassName
{
color: #E5167C;
}
.AnyTagClassName
{
color: #E5167C;
}
</style>
background-color css
<style>
a { background-color: #E5167C; }
a { background-color: rgb(229,22,124); }
div.DivClassName
{
background-color: #E5167C;
}
.BgClassName
{
background-color: #E5167C;
}
</style>
border-color css
<style>
span { border-color: #E5167C; }
span { border-color: rgb(229,22,124); }
td.TdClassName
{
border-color: #E5167C;
}
.TagClassName
{
border-color: #E5167C;
}
</style>