Shades of Ruby #E5166D
Tints of Ruby #E5166D
RGB
CMYK
RGB Variations
Color information
#E5166D (or 0xE5166D) is known color: Ruby. HEX triplet: E5, 16 and 6D. RGB value is (229,22,109). Sum of RGB (Red+Green+Blue) = 229+22+109=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5166D is #1AE992. Grayscale: #5D5D5D. Windows color (decimal): -1763731 or 7149285. OLE color: 7149285.
HSL color Cylindrical-coordinate representation of color #E5166D: hue angle of 334.78º 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 #E5166D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.10 |
| HSL | 334.78º | 0.82% | 0.49% | - |
| HSV(B) | 334.78º | 0.9% | 0.9% | - |
| XYZ | 35.36 | 18.34 | 16.14 | - |
| YUV | 93.81 | 136.58 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 109 | 0 | 0.90 | 0.52 | 0.10 | 334.78 | 0.82 | 0.49 |
| Hex | E5 | 16 | 6D | 0 | 5A | 34 | A | 14F | 52 | 31 |
| Octal | 345 | 26 | 155 | 0 | 132 | 64 | 12 | 517 | 122 | 61 |
| Binary | 11100101 | 10110 | 1101101 | 0 | 1011010 | 110100 | 1010 | 101001111 | 1010010 | 110001 |
Color Harmonies of #E5166D
Complementary color
Monochromatic Colors of #E5166D
Black with #E5166D
Text Example
Text Example
White with #E5166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5166D; }
p { color: rgb(229,22,109); }
H1.HeaderClassName
{
color: #E5166D;
}
.AnyTagClassName
{
color: #E5166D;
}
</style>
background-color css
<style>
a { background-color: #E5166D; }
a { background-color: rgb(229,22,109); }
div.DivClassName
{
background-color: #E5166D;
}
.BgClassName
{
background-color: #E5166D;
}
</style>
border-color css
<style>
span { border-color: #E5166D; }
span { border-color: rgb(229,22,109); }
td.TdClassName
{
border-color: #E5166D;
}
.TagClassName
{
border-color: #E5166D;
}
</style>